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...

pshai 👁 1,272 💬 0 Nov 2021

Calls a function on an interval, and remembers the previous result between the update intervals. Works the same as OptimizedForInterval/D...

Firetron 👁 1,256 💬 2 Jun 2021

Creates and returns a Candle Class instance. Note that every property is a getter function. Test Script function Test() local closePr...

Firetron 👁 1,247 💬 2 Oct 2020

Example Snippet to generate all permuations/combinations from m, n where m is the length of the permutation and n the available numbers.

Strooth 👁 1,242 💬 2 Sep 2021

A custom command you can easily add to any script to sync open positions with exchange on start for example. Tested working with Binance...

Strooth 👁 1,242 💬 1 Jun 2021

This is a command to easily control positions in unmanaged trading scripts and increment slots if needed. Simply load the command at th...

Strooth 👁 1,239 💬 0 Mar 2021

Gets the remainder of a division which is useful for checking if a number is a increment of 10 for example.

Strooth 👁 1,234 💬 0 Dec 2021

Weighted amount adjusted over spread, increasing, decreasing or flat. Additional Option to use ATR instead of percent input. Returns ...

Strooth 👁 1,227 💬 0 Jun 2021

Logger from Pshai, recreated as a custom command to drop into any script, without taking up to much visual script space and should then g...

Strooth 👁 1,220 💬 0 Nov 2021

Formats a number to have two digits like 04.

Firetron 👁 1,216 💬 0 Jul 2020

Creates a group of inputs for Firetron's GetAmountSpread. Custom Command Dependencies: None Test code: if not Load('done', false) then ...

Firetron 👁 1,209 💬 0 Dec 2020

[cmd] Unpack

stable

Should be part of LUA as standard however due to sandboxing it appears unavailable - usually comes from the C# side but recreated as comm...

Strooth 👁 1,203 💬 0 Nov 2021

[CMD]SetPerc

stable

SetPerc Command creates a dropdown box to select percentage from 0-100 which is used as a replacement of the normal input command. Helps...

Strooth 👁 1,197 💬 0 Mar 2021

Creates a group of inputs for Firetron's GetSpread. Custom Command Dependencies: None Test code: if not Load('done', false) then loc...

Firetron 👁 1,190 💬 0 Feb 2021

Dependencies Any you find important see screen 2 and find cc in my published scripts, Thanks to ratimbum AND his much enjoyed LevedLong ...

Kobalt 👁 1,187 💬 2 Jul 2021

Sorts a table using the shell sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...

Firetron 👁 1,180 💬 0 Mar 2021

Note - Requried custom command: GetColor Grabbed this originally from pshai's work but I have since modified it and made it into a cmd ...

Strooth 👁 1,168 💬 0 Mar 2021

Creates a spread of values that can be used for order amounts or prices. Custom Command Dependencies: Firetron’s Fib Test code: if not ...

Firetron 👁 1,166 💬 0 Feb 2021

A template to help you format your command code like the Firetron.

Firetron 👁 1,154 💬 1 Oct 2020

PlotReference

stable

Plots a reference price dark grey [dotted]. behind main market or 50:50 horizontal price charts. (50:50 split is now false by default) [D...

Kobalt 👁 1,152 💬 0 Oct 2020

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...

Strvinmarvin 👁 1,147 💬 1 Dec 2021

Creates a group of inputs for Firetron's GetPriceSpread. Custom Command Dependencies: None Test Script: if not Load('done', false) then...

Firetron 👁 1,146 💬 0 Dec 2020

Sorts a table using the merge sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...

Firetron 👁 1,141 💬 0 Mar 2021

Pshai's Get Throttled in Firetron's command template. Added index keys for things to make your charting life easier. very much still in d...

Kobalt 👁 1,132 💬 0 Aug 2022