Browse Scripts
399 scripts available
A simple example strategy utilizing the CC_VWAPWindow command. This strategy while works well enough alone should be built ontop of to e...
--v2Kob/; Specified Input Group, added InputInterval -- ordered items. -- fixed / replaced PlotLineBuySellzone, -- Added 2 extra buy s...
[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...
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...
Firetron's ShellSort
stableSorts a table using the shell sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...
While clearing out my library saw multiple versions of this one, none of them finished, so made a start. removing the rest (default plott...
[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.
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...
Firetron's GetPriceSpread
stableCreates a spread of prices that can be used in orders. Custom Command Dependencies: Firetron’s Fib
VWAP Trend
stableHere is a VWAP mod more suited to trend following. Requires CC_RMA https://www.haasscripts.com/t/rma-mod/
[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 ...
[DMcL] SMI Momentum Index
stablefrom Trading View https://www.tradingview.com/support/solutions/43000707882-stochastic-momentum-index-smi/
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 InputSpread
stableCreates a group of inputs for Firetron's GetSpread. Custom Command Dependencies: None Test code: if not Load('done', false) then loc...
[cmd] Mod (modulo)
stableGets the remainder of a division which is useful for checking if a number is a increment of 10 for example.
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...
Firetron's Candle
stableCreates and returns a Candle Class instance. Note that every property is a getter function. Test Script function Test() local closePr...
For providing the settings to Bot engine https://www.haasscripts.com/t/bot-engine-strooth-version-febe-mod/
Note - Requried custom command: GetColor Grabbed this originally from pshai's work but I have since modified it and made it into a cmd ...
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...
Holt's Linear Trend Forecasting method - indicator Haasscript recreation by bunka Optimization and timeframe-check by pshai orig TV aut...
Hi all, This is a simple bot only using double hull on heiki MA from Kobalt: Dependency: - [KOB] HullMA 1 of 2many this triggers signa...