robbatt

WaddahAttarExplosion

robbatt Updated   
Library "WaddahAttarExplosion"

wae(sensitivity, macdFastEMALength, macdSlowEMALength, bbChannelLength, bbStdevMultiplier, refHigh, refLow, refClose) Returns the Waddah Attar Uptrend, Downtrend, Explosion Line and Dead zone
  Parameters:
    sensitivity: simple float multiplicator for trend line calculation from macd
    macdFastEMALength: simple int length for macd fast line
    macdSlowEMALength: simple int length for macd slow line
    bbChannelLength: simple int length for calculating the bb channel (for std deviation)
    bbStdevMultiplier: simple float multiplier to increace bb std deviation
    refHigh: series float optional if you want to use another timeframe or symbol, pass it's 'high' series here
    refLow: series float optional if you want to use another timeframe or symbol, pass it's 'low' series here
    refClose: series float optional if you want to use another timeframe or symbol, pass it's 'close' series here
  Returns:
Release Notes:
update docu
Release Notes:
v3 added missing default params
Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House Rules.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this library?

Copy the following line and paste it in your script.