TradingView
HPotter
2017년 5월 2일 오전 3시 13분

SMI Ergodic Oscillator 

E-mini S&P 500 FuturesCME

설명

The SMI Ergodic Indicator is the same as the True Strength Index (TSI) developed by
William Blau, except the SMI includes a signal line. The SMI uses double moving averages
of price minus previous price over 2 time frames. The signal line, which is an EMA of the
SMI, is plotted to help trigger trading signals. Adjustable guides are also given to fine
tune these signals. The user may change the input (close), method (EMA), period lengths
and guide values.
You can use in the xPrice any series: Open, High, Low, Close, HL2, HLC3, OHLC4 and ect...
코멘트
gi-gi
Hello. What code to add to this indicator to additionally display EMA20? To see the intersection with the indicator and signal
HPotter
@gi-gi, Fast way like:
plot(ema(xSMI, 20), color=blue, title="EMA20")
add this in new 29 linew in the end of code
gi-gi
@HPotter, Many thanks for the help)
더보기