OPEN-SOURCE SCRIPT
my Style Combo Indicator

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")
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")
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our 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.
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our 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.