Backtest problem

 

date always showed on 00:00,

what's wrong with this ?

Files:
test.png  92 kb
 
forextime8:

date always showed on 00:00,

what's wrong with this ?

You are using Open Price mode ?
 
Alain Verleyen:
You are using Open Price mode ?

u mean my ordersend function ??

or backtest model ??

it's every tick model .

yesterday before markets close, everything is worked fine,

 

      if (!OrderSend(Symbol(), OP_BUY, LotsCalculation(), Ask, Slippage, StopLossLevel, TakeProfitLevel, "Buy", MagicBuy, 0, clrLimeGreen))
      Print("Buy Order Error : ", GetLastError());
      
      else Print("Buy Order Is Opened : ", OrderOpenPrice());
 
forextime8:

u mean my ordersend function ??

or backtest model ??

it's every tick model .

yesterday before markets close, everything is worked fine,

 

I was talking about backtesting model.

It's difficult to say something useful without seeing the code.

 
Alain Verleyen:

I was talking about backtesting model.

It's difficult to say something useful without seeing the code.

it's worked fine again,

doesn't know what did i changed it yesterday.

Reason: