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)
詳細