Forum

Return two dimensional array from optimization frame

Hi Guys See code snippet below, i'm trying to get an array of returns for a tester run in the optimizer. WriteProfitData() is working in a single tester run however the full 2D array is not returned from the frame in the optimizer. I tried to do this by reading/writing files after each tester run

Returning an array of data from a frame

Hi Guys See code snippet below, i'm trying to get statistics for a tester run in the optimizer. No problems getting the changing value of dummy_var and WriteStatsStructure() is working in a single tester run however no array data is returned from the frame in the optimizer. I know i can do this by