Browse Scripts
399 scripts available
Yet another version this one I have added RSI. For short time frame a good suggestion is to replace smoothed RSI by VRSI by Pshai. Yet ...
This is a command to easily control positions in unmanaged trading scripts and increment slots if needed. Simply load the command at th...
[cmd] Mod (modulo)
stableGets the remainder of a division which is useful for checking if a number is a increment of 10 for example.
For providing the settings to Bot engine https://www.haasscripts.com/t/bot-engine-strooth-version-febe-mod/
Weighted amount adjusted over spread, increasing, decreasing or flat. Additional Option to use ATR instead of percent input. Returns ...
[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...
--v2Kob/; Specified Input Group, added InputInterval -- ordered items. -- fixed / replaced PlotLineBuySellzone, -- Added 2 extra buy s...
A simple example strategy utilizing the CC_VWAPWindow command. This strategy while works well enough alone should be built ontop of to e...
Firetron's FormatTwoDigit
stableFormats a number to have two digits like 04.
Experimental AVSL Stop-Loss Script This script implements an experimental Anti-Volume Stop-Loss (AVSL) mechanism using Anti-Volume logic...
Firetron's InputAmountSpread
stableCreates a group of inputs for Firetron's GetAmountSpread. Custom Command Dependencies: None Test code: if not Load('done', false) then ...
Tripple MA with HullMA and smoothed RSI. Be carefull with the signals :) Dependancies: EasyHullMA_NC_ENTRY EasyHullMA_NC_EXIT EasyHullMA...
[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...
VWAP Trend
stableHere is a VWAP mod more suited to trend following. Requires CC_RMA https://www.haasscripts.com/t/rma-mod/
CC_easySMA_ENTRY_
stableDependency to revised tripple MA bot by Ratimbum
[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 InputSpread
stableCreates a group of inputs for Firetron's GetSpread. Custom Command Dependencies: None Test code: if not Load('done', false) then loc...
[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 ...
TWAP script with user defined intervals - first interval is to draw/plot/record TWAP values, second interval is the TWAP reset.
[DMcL] SMI Momentum Index
stablefrom Trading View https://www.tradingview.com/support/solutions/43000707882-stochastic-momentum-index-smi/
Firetron's ShellSort
stableSorts a table using the shell sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...
Note - Requried custom command: GetColor Grabbed this originally from pshai's work but I have since modified it and made it into a cmd ...
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...
[pshaiCmd] Bots Used Margin
stableA simple command to get bots used position margin information.