Browse Scripts
399 scripts available
Firetron's ZeroPad
stablePads a number with zero to have the specified number of digits like 04.200
I like it on 6h or 12h timeframe
Firetron's InputSpreadOrder
stableCreates a group of inputs for Firetron's PlaceSpreadOrder. Custom Command Dependencies: Firetron’s GetAmountSpread Firetron’s GetPriceSp...
VWMA Reversion Bands
stableOptimized Reversion Bands based on VWMA. Will signal long/short when bid/ask breaches first level of bands. These are excellent in Rang...
Firetron's GetKeltnerSpread
stableCreates a spread of prices based on Keltner channels. Custom Command Dependencies: Firetron’s XTR Test Code: local LogList = function (...
Credits to Bunka, CZ... and everyone who made this possible... Converts user input USD value to coin amount So you don't have to. Sudde...
[bob][cmd]PercPriceMoveLONG
stablePercentage Bid price needs to drop before next entry.. PercPriceMoveLONG. Added the things I use with PercPriceMoveLONG: 2x Inputs: -For...
How to merge Input groupings work a round with InputSignalManagement Original by Ratimbum, Low Hi Fi Modified MA CC so they merge with...
Command to easily throw in your scripts which plots the balance monitor Can be called without any settings, the defaults should work wit...
[CMD]DebugLogger
stableA handy logging cmd to use lists and headings, with both normal and warning logs together. Used some of Firetrons logging in his DCA dipp...
This command calculates the adaptive period length based on noise in the prices. It is recommended to use this command with: https://www...
This is a implementation of the MADH Indicator developed by John F. Ehlers. The MAD indicator takes the difference of two simple moving...
The DCA Spot Spaghetti Bots derives it’s name from the quality of my Haas Visual Code. It looks like tasty spaghetti to me. This is the S...
A conversion to SE of bunka 's VE version - original by alexgrover(TV) Original Here - https://www.tradingview.com/script/8e1f2wFW-Trend...
Firetron's GetPriceSpread
stableCreates a spread of prices that can be used in orders. Custom Command Dependencies: Firetron’s Fib
Maximum Drawdown in a Custom Command format, made for educational purposes. The command uses GetBotProfit to get the peak and trough. NO...
While clearing out my library saw multiple versions of this one, none of them finished, so made a start. removing the rest (default plott...
Firetron's UpdateOnInterval
stableCalls a function on an interval, and remembers the previous result between the update intervals. Works the same as OptimizedForInterval/D...
Klinger Volume Oscillator (KVO) The Klinger Oscillator (KO) was developed by Stephen J. Klinger. Learning from prior research on volume...
Simple Triple SMA bot with creativity on the signals. Dependancies: - Entry Signal Exit Signal Short Signal Signals should look like ...
Firetron's Candle
stableCreates and returns a Candle Class instance. Note that every property is a getter function. Test Script function Test() local closePr...
Basic idea: - only 2 entries - finding divergences on the RSI, combined with isAbnormal() to filter out many. - exit when the CC Stochas...
[Snippet] Permutations
stableExample Snippet to generate all permuations/combinations from m, n where m is the length of the permutation and n the available numbers.
A custom command you can easily add to any script to sync open positions with exchange on start for example. Tested working with Binance...