Quote:
|
Originally Posted by ferman
Hi Coders' Guru,
What is a "forward mode" ?
|
I mean the live trading mode.
Quote:
|
1) when starting my EA in backtesting mode (H1, EUR/USD, open price only), sometimes i see that i have already open orders (i am printing the OrdersTotal() in the start() func.)
|
I tested the sample a lot of times and I didn't notice that. (Please view the log attached)
Quote:
|
2) i see sometimes that the program not starting in the begining ( i see prints that comes from the middle of the start() func', its like skipping some lines
|
That didn't happen, check the log file attached.
Quote:
|
3) in the results i see orders, and in the journal we see zero orders (OrdersTotal()=0) all the period of testing ...
|
No, not all the OrdersTotal are zero (see the log), but must of them are zero because every opened order closed before the next open (see Result tab log).
Quote:
|
4) the main() func. dont start every 1 hour, why is that ? (we can see the prints)
|
Do you mean strat() function? It starts every 1 hour(see the log)
Please see the attached log and tell me what do you think?