Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
library(quantmod) getSymbols("SPY", from="2013-01-01", to=Sys.Date()) chartSeries(SPY, TA="addSMA(20)")
移動平均線を左右にずらす方法はありますか?