Browse Scripts
8 scripts available
-- Have you ever wanted to open a new position and let the bot manage it (or close bot's position manually), -- but did not want to login...
This is a little snippet if you want to automatically have different settings for when you are running a backtest or running live trading...
This snippet checks for open positions and reports the lowest 'x' number of them in a Custom Report. Useful for Dashboard reporting and B...
[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.
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...
This is an example of how to use the loop method 'for key in pairs' on a Lua Array, as well as how to construct an Array manually and how...
Another one for the rabbit hole, creating meta table like objects without the table commands. Use this framework to handle the recordin...
Here's one for the advanced scripters who will love this when they find it. Creating objects from an instance of a meta-class without th...