Browse Scripts
399 scripts available
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 ...
Hey folks! In search of dynamic and counter-intuitive (but smart) trading strategies, I happened to create this. It's a bi!@$ to finetun...
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...
By adding spaceing [spacebar] 2 spaces in front of Slow, 1 space in front of Fast Length You can order them.. And should also now come...
Firetron's InputPriceSpread
stableCreates a group of inputs for Firetron's GetPriceSpread. Custom Command Dependencies: None Test Script: if not Load('done', false) then...
This is a simple SIGNALS bot but it demonstrates how to use 'target position size' in a cycle function that constantly tries to close the...
CC_easySMA_EXIT_
stableDependancy tripple MA by Ratimbum
Firetron's MergeSort
stableSorts a table using the merge sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...
A leveraged scalper that uses Smoothed RSI (Special thanks to King-Pshay) to exit positions and simple MA cross to enter long. This bot d...
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...
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...
[pshaiCmd] ArrayFilter2
stableArrayFilter command that works with numbers and text too. Example of use: -- build test arrays local array1 = {} -- will contain GUID v...
AlphaTrend Indicator SMOD
stableModification of Bunka's port of AlphaTrend by by Kivanc Ozbilgic. https://www.haasscripts.com/t/alphatrend-indicator/ Features: 1. The o...
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...
Custom command for Chaikin Money Flow indicator
Rework of the Plot exposure command, which is a bit easier on the eye and to understand, at least for me anyway. Hope others find useful ...
[CMD]GetColor
stableA custom command for setting color in scripts which use multiple positions and is used in my mod of plot average enter price Default co...
Another one for the rabbit hole, creating meta table like objects without the table commands. Use this framework to handle the recordin...
[cmd] ElapsedTime
stableGets the time of start to the time of finish of backtest for custom report on length. Usage CC_ElapsedTime(Time())
Any potential updates or changes can be found in HaasOnline Discord server. Here's my implementation for a switch-case system. Usage: ...