// -----------------------------------------
//
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が提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。