TradingView
HPotter
2017年1月31日午前12時19分

Bill Williams Averages. 3Lines Strategy 

E-mini S&P 500 FuturesCME

詳細

This indicator calculates 3 Moving Averages for default values of
13, 8 and 5 days, with displacement 8, 5 and 3 days: Median Price (High+Low/2).
The most popular method of interpreting a moving average is to compare
the relationship between a moving average of the security's price with
the security's price itself (or between several moving averages).
コメント
Karlmunda
how do you change the colours of bill Williams lines
HPotter
@Karlmunda, in the code:
plot(xLSma, color=blue, title="MA")
plot(xMSma, color=red, title="EMA")
plot(xSSma, color=green, title="EMA")
詳細