// -----------------------------------------
//
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에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.