July 12th, 2014, 11:45 am
I am optimizing parameters by running simulations, each simulation processing 2012-2013. After each 'run' I come up with a return representing all the trades which the system took. For my GA, I am specifying initial population of 1000 individuals and I find out how each individual performs partly by inspecting how much money was made or lost for each of the 1000 simulations.Is it ok to use the return at the end of a simulation to calculate Sharpe ratio for the simulation, thus each 'Individual' gets a Sharpe ratio? My main concern is that a simulation is for whatever time period I get the data for, and that won't necessarily be a year, it may be 6 months or it may be 5-years.Thank you.