I am trying out the new Simulate script. I think it will come in handy. I have created a csv with the correct format (it is a combination of the Z12 and Z3 trades, normalised for Capital required, just for interest.)

I assume I need to place that CSV into the log directory and give it the same name as the testtrade.csv, which also is the name and location identified in the Simulate.c.

When I run it, I get this error:

Simulate compiling...........
Error in 'line 98:
'Hedging' undeclared identifier
< Hedging = 2;
>.

Indeed, it appears that Hedging is not declared in the script. But due to my noob status, I don't want to second guess the developers.

Thoughts?