Miscellaneous
128 scripts available
Firetron's InputSpreadOrder
stableCreates a group of inputs for Firetron's PlaceSpreadOrder. Custom Command Dependencies: Firetron’s GetAmountSpread Firetron’s GetPriceSp...
[bob][cmd]PercPriceMoveLONG
stablePercentage Bid price needs to drop before next entry.. PercPriceMoveLONG. Added the things I use with PercPriceMoveLONG: 2x Inputs: -For...
Weighted amount adjusted over spread, increasing, decreasing or flat. Additional Option to use ATR instead of percent input. Returns ...
[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...
Firetron's ShellSort
stableSorts a table using the shell sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...
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...
[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.
Firetron's GetPriceSpread
stableCreates a spread of prices that can be used in orders. Custom Command Dependencies: Firetron’s Fib
[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 ...
[cmd] Mod (modulo)
stableGets the remainder of a division which is useful for checking if a number is a increment of 10 for example.
Any potential updates or changes can be found in HaasOnline Discord server. Here's my implementation for a switch-case system. Usage: ...
[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 Candle
stableCreates and returns a Candle Class instance. Note that every property is a getter function. Test Script function Test() local closePr...
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...
Firetron's FractionMiddle
stableFinds the middle value of a fractional portion of a table of values. Custom Command Dependencies: Firetron’s FractionGrab Firetron’s Med...
Note - Requried custom command: GetColor Grabbed this originally from pshai's work but I have since modified it and made it into a cmd ...
[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...
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...
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...
Firetron's FormatTwoDigit
stableFormats a number to have two digits like 04.
Firetron's Command Template
stableA template to help you format your command code like the Firetron.
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...