OPEN-SOURCE SCRIPT

my Style Combo Indicator

445
wtChannelLen = input.int(10, "WT Channel Length")
wtAverageLen = input.int(21, "WT Average Length")
wtMaLen = input.int(4, "WT Signal Length")

emaFastLen = input.int(20, "Fast EMA")
emaMidLen = input.int(50, "Mid EMA")
emaSlowLen = input.int(200, "Slow EMA")

macdFast = input.int(12, "MACD Fast")
macdSlow = input.int(26, "MACD Slow")
macdSignal = input.int(9, "MACD Signal")

obLevel = input.int(60, "Overbought")
osLevel = input.int(-60, "Oversold")

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.