cloud <- ichimoku(sample_ohlc_data, ticker = "TKR")
look(cloud)
stratlist <- autostrat(cloud, n = 3)
look(stratlist)
strat <- stratlist[[1]]
look(strat)
grid <- mlgrid(cloud)
look(grid)
if (FALSE) {
# OANDA API key required to run this example
prices <- oanda("USD_JPY")
look(prices)
}
Run the code above in your browser using DataLab