Curious if anyone else has experienced these problems in Build 226 Strategy Tester:
1) The open order stack just disappears
I don't know what u mean by 'disappears'... Your code has a bug though, it should be:
orderCount=OrdersTotal(); for(x=orderCount-1; x>=0; x--)
2) iTime() returns unpredictable data
What is the value of 'currPair'? Are u sure it's the currently tested symbol? (u can't access iTime() data for other symbols in the Tester).
Curious if anyone else has experienced these problems in Build 226 Strategy Tester:
1) The open order stack just disappears
2) iTime() returns unpredictable data
Any thoughts would be greatly appreciated.