1
library(quantmod)
getSymbols("SPY", from="2013-01-01", to=Sys.Date())
chartSeries(SPY, TA="addSMA(20)")

移動平均線を左右にずらす方法はありますか?

4

1 に答える 1