Browse Scripts
399 scripts available
-- Author of haasscript version: Bunka -- Elastic Volume Weighted Moving Average - EVWMA - indicator - [LazyBear]
[Giankam] Trail Blaze
stableThe main set of features includes: Three independent trailing types each with their own +/- multipliers: - Standard % change - ATR (aka ...
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 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...
Optimized version of the default script.
This command is used to calculate a standard deviation for a given data set. Note: Its a bit slow but works well enough
Custom command to calculate Bollinger Band Width.
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...
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...
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...
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...
Upgraded version of the SLS. This time the bot utilizes stop-losses and trend control, where shorts and longs are only allowed in downtre...
[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...
Recreation of TTR – "Trending True Range" – original by alexgrover(TV) - description also Display a smoothed true range during trending ...
-- SWMA - Sine Weighted Moving Average -- ported to HaasScript by Bunka -- Copyright (c) 2018-present, Alex Orekhov (everget) -- Sine Wei...
A custom command to return the seconds until candle close.
[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...
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...
per request whipped up this snippet, 'might change appearance on rare random occurances depeding if on offset and volatile, but perfectly...