Miscellaneous
128 scripts available
Maximum Drawdown in a Custom Command format, made for educational purposes. The command uses GetBotProfit to get the peak and trough. NO...
Firetron's UpdateOnInterval
stableCalls a function on an interval, and remembers the previous result between the update intervals. Works the same as OptimizedForInterval/D...
Firetron's Candle
stableCreates and returns a Candle Class instance. Note that every property is a getter function. Test Script function Test() local closePr...
[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...
This is a command to easily control positions in unmanaged trading scripts and increment slots if needed. Simply load the command at th...
[cmd] Mod (modulo)
stableGets the remainder of a division which is useful for checking if a number is a increment of 10 for example.
Weighted amount adjusted over spread, increasing, decreasing or flat. Additional Option to use ATR instead of percent input. Returns ...
[cmd] Logger - Strooth mod
stableLogger from Pshai, recreated as a custom command to drop into any script, without taking up to much visual script space and should then g...
Firetron's FormatTwoDigit
stableFormats a number to have two digits like 04.
Firetron's InputAmountSpread
stableCreates a group of inputs for Firetron's GetAmountSpread. Custom Command Dependencies: None Test code: if not Load('done', false) then ...
[cmd] Unpack
stableShould be part of LUA as standard however due to sandboxing it appears unavailable - usually comes from the C# side but recreated as comm...
[CMD]SetPerc
stableSetPerc Command creates a dropdown box to select percentage from 0-100 which is used as a replacement of the normal input command. Helps...
Firetron's InputSpread
stableCreates a group of inputs for Firetron's GetSpread. Custom Command Dependencies: None Test code: if not Load('done', false) then loc...
[KOB] EDIT/UPDATE/EXAMPLE: Plot Between the Lines & uses for OverUnder instead of CrossOverUnder
stableDependencies Any you find important see screen 2 and find cc in my published scripts, Thanks to ratimbum AND his much enjoyed LevedLong ...
Firetron's ShellSort
stableSorts a table using the shell sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...
Note - Requried custom command: GetColor Grabbed this originally from pshai's work but I have since modified it and made it into a cmd ...
Firetron's GetSpread
stableCreates a spread of values that can be used for order amounts or prices. Custom Command Dependencies: Firetron’s Fib Test code: if not ...
Firetron's Command Template
stableA template to help you format your command code like the Firetron.
PlotReference
stablePlots a reference price dark grey [dotted]. behind main market or 50:50 horizontal price charts. (50:50 split is now false by default) [D...
This snippet takes a list of coins and checks the Maker Fee for them. It also serves as an educational example for how to utilize a Unif...
Firetron's InputPriceSpread
stableCreates a group of inputs for Firetron's GetPriceSpread. Custom Command Dependencies: None Test Script: if not Load('done', false) then...
Firetron's MergeSort
stableSorts a table using the merge sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...
Get Throttled Templated
alphaPshai's Get Throttled in Firetron's command template. Added index keys for things to make your charting life easier. very much still in d...