// -----------------------------------------
//
study(title = "Elliot Wave Oscillator ", shorttitle="EWO_LN")
s2=sma(close, 5) - sma(close, 34) // 5/34 and not 5/35 as published above.
c_color=s2 <= 0 ? red : lime
plot(s2, color=c_color, style=histogram, linewidth=2)
免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。