Browse Scripts
399 scripts available
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...
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...
Firetron's InputAmountSpread
stableCreates a group of inputs for Firetron's GetAmountSpread. Custom Command Dependencies: None Test code: if not Load('done', false) then ...
[pshaiCmd] Bots Used Margin
stableA simple command to get bots used position margin information.
[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...
TWAP script with user defined intervals - first interval is to draw/plot/record TWAP values, second interval is the TWAP reset.
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.
Double VAMA Ribbon Indicator
stableWhile the Hull Ribbon is great, and 2 Ribbons are better, at the end of the day it's still a moving average with no consideration for Vol...
Firetron's MergeSort
stableSorts a table using the merge sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...
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...
This command plots a line that is interrupted, when you provide no values. It might be usefull, for instance, when you have a trailing s...
[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...
[pshaiCmd] ArrayFilter2
stableArrayFilter command that works with numbers and text too. Example of use: -- build test arrays local array1 = {} -- will contain GUID v...
CC_easySMA_ENTRY_
stableDependency to revised tripple MA bot by Ratimbum
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...
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 ...
Hey fellas! This CC is based on the example I shared here: https://www.haasscripts.com/t/example-position-sizing-based-on-pre-determined...
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 ...
Custom command for Chaikin Money Flow indicator
Firetron's GetAmountSpread
stableCreates a spread of amounts that can be used in orders. Custom Command Dependencies: Firetron’s Fib
Hey folks! In search of dynamic and counter-intuitive (but smart) trading strategies, I happened to create this. It's a bi!@$ to finetun...
This script implements a comprehensive trading safety mechanism that includes trailing stops, fallback protection, and break-even safety ...
[pshaiCmd] StringJoinList
stableCustom command to concatenate list values into a single string.