Hello! :wave:
I have to test effectiveness of technical analysis indicators. Major problem is that I don't know how to correctly use output of arima.sim. I did sequantially: In order to conduct this study I created ARIMA model based on real data:
data <-read.csv(file="enea.csv"...