Browse Scripts
12 scripts available
[pshaiCmd] Break Even Safety
stableHere is a simple Break Even Safety command. The inputs for the commands are: - Minimum required percentage price change for safety to A...
R/S is a indicator invented by Hirashima Sugita. The purpose of R/S is to provide automatic Support and Resisstance lines. Original auth...
I see lots of people asking if they can do for each loops in visual editor. This should sort of help, but not great. You need to know th...
[CMD] BacktestSettings
stableThis expands from the balance monitor command as most of these things are all used together so I have combined most of the usual settings...
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...
[cmd] Mod (modulo)
stableGets the remainder of a division which is useful for checking if a number is a increment of 10 for example.
[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...
[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...
[cmd] ListToString
stableConvert List to String for Logging usually Usage - CC_ListToString({['a']={1,2,3,4},'d','g',1,4,8,3,'3','4',{1}, ok="AverageOrderbookS...