Browse Scripts
399 scripts available
[FEBE] Sell
stableSell command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscript/
[Giankam] Trail Blaze
stableThe main set of features includes: Three independent trailing types each with their own +/- multipliers: - Standard % change - ATR (aka ...
This custom command version of the OBV is a lot more optimal than the built-in command, as it keeps the previous values in memory and onl...
Lazy Bear Wave Trend V3
stableA TradingView classic, previously converted by the mighty Kobalt. I added some signal options and adjusted 2 of the signal parameters to...
Here is my take on bot blueprint!! It has quite a lot of inner works and I intend on adding more later on. Unfortunately I cannot upload...
This command is used to calculate a standard deviation for a given data set. Note: Its a bit slow but works well enough
Optimized version of the default script.
A leveraged scalper that uses Bill williams Smoothed RSI (Special thanks to Kobalt) to exit positions and SMA or Hull MA cross to enter l...
Custom command to calculate Bollinger Band Width.
Experimental works well on Dash ATM Dependancies: WaveTrendCrossV2 signals on cross when above below OB OS levels, and plots on chart Re...
For the main description see the original indicator Strooths Candle Indicator This one is modified so you can feed it a list as require...
Upgraded version of the SLS. This time the bot utilizes stop-losses and trend control, where shorts and longs are only allowed in downtre...
Firetron's InputOrderOptions
stableCreates a group of inputs for order options. Custom Command Dependencies: None Test Script: if not Load('done', false) then -- Test ...
[FEBE] TakeProfit
stableTakeProfit command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscr...
[CMD] Sync Positions
stableYes it works, Yes Its running on live working bots. Will sync positions with whats open at the exchange if the bot looses its amount or...
A custom command to return the seconds until candle close.
-- SWMA - Sine Weighted Moving Average -- ported to HaasScript by Bunka -- Copyright (c) 2018-present, Alex Orekhov (everget) -- Sine Wei...
[cmd] getOID
stable---Usage local oid = CC_getOID(true, 1) ----blah get signal then place order if oid == '' and signal == SignalLong then oid = CC_getOI...
Recreation of TTR – "Trending True Range" – original by alexgrover(TV) - description also Display a smoothed true range during trending ...
Generic template for long short bot using remote signals. Long signals exits a running short and vice versa. Long TP/SL and Short TP/SL...
[cmd] GetPID (getPositionId)
stable---Usage for i=1, 100 do local LongPosId = CC_getPID(true, k) local ShortPosId = CC_getPID(false, k) do blah with LongPosId do blah w...
Custom command for Hull Moving Average, made in SE and supports all built-in MAs. Example: local c = ClosePrices() local ma1 = CC_HMA(c...
Visual Script version of Volume-Weighted Moving Average custom command. Parameters: * source : Price source * volume : Volume source...
Adds a custom report on your maximum margin used.