OPEN-SOURCE SCRIPT

my Style Combo Indicator

442
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")

Aviso legal

As informações e publicações não se destinam a ser, e não constituem, conselhos ou recomendações financeiras, de investimento, comerciais ou de outro tipo fornecidos ou endossados pela TradingView. Leia mais nos Termos de Uso.