Browse Scripts

399 scripts available

-- Author of haasscript version: Bunka -- Elastic Volume Weighted Moving Average - EVWMA - indicator - [LazyBear]

Bunka 👁 1,513 💬 0 Mar 2022

The main set of features includes: Three independent trailing types each with their own +/- multipliers: - Standard % change - ATR (aka ...

StacksMooningWhale 👁 1,502 💬 0 Mar 2023

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...

pshai 👁 1,497 💬 1 Aug 2022

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...

pshai 👁 1,497 💬 0 Sep 2021

Optimized version of the default script.

pshai 👁 1,493 💬 0 Nov 2019

This command is used to calculate a standard deviation for a given data set. Note: Its a bit slow but works well enough

r4stl1n 👁 1,490 💬 0 May 2020

Custom command to calculate Bollinger Band Width.

pshai 👁 1,489 💬 0 Dec 2019

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...

Rob 👁 1,487 💬 2 Jul 2021

A TradingView classic, previously converted by the mighty Kobalt. I added some signal options and adjusted 2 of the signal parameters to...

ajd1107 👁 1,484 💬 0 Sep 2022

Experimental works well on Dash ATM Dependancies: WaveTrendCrossV2 signals on cross when above below OB OS levels, and plots on chart Re...

Rob 👁 1,479 💬 1 Jul 2021

For the main description see the original indicator Strooths Candle Indicator This one is modified so you can feed it a list as require...

Strooth 👁 1,477 💬 0 May 2021

Creates a group of inputs for order options. Custom Command Dependencies: None Test Script: if not Load('done', false) then -- Test ...

Firetron 👁 1,477 💬 0 Nov 2020

TakeProfit command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscr...

pshai 👁 1,476 💬 0 Oct 2020

Upgraded version of the SLS. This time the bot utilizes stop-losses and trend control, where shorts and longs are only allowed in downtre...

pshai 👁 1,474 💬 0 Nov 2019

Yes 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...

Strooth 👁 1,473 💬 1 Dec 2021

Recreation of TTR – "Trending True Range" – original by alexgrover(TV) - description also Display a smoothed true range during trending ...

Bunka 👁 1,473 💬 1 Jul 2020

-- SWMA - Sine Weighted Moving Average -- ported to HaasScript by Bunka -- Copyright (c) 2018-present, Alex Orekhov (everget) -- Sine Wei...

Bunka 👁 1,471 💬 0 Jul 2021

A custom command to return the seconds until candle close.

pshai 👁 1,471 💬 0 Oct 2020

[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...

Strooth 👁 1,469 💬 2 Nov 2021

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...

galselhard 👁 1,464 💬 1 Aug 2022

---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...

Strooth 👁 1,463 💬 1 Nov 2021

Custom command for Hull Moving Average, made in SE and supports all built-in MAs. Example: local c = ClosePrices() local ma1 = CC_HMA(c...

pshai 👁 1,460 💬 0 Apr 2021

Visual Script version of Volume-Weighted Moving Average custom command. Parameters: * source : Price source * volume : Volume source...

pshai 👁 1,452 💬 0 Oct 2019

per request whipped up this snippet, 'might change appearance on rare random occurances depeding if on offset and volatile, but perfectly...

Kobalt 👁 1,443 💬 0 Oct 2022