MT4 expert closes orders without a reason

 
MT4 expert closes orders without a reason. Here is a ticket number:503690
I have an expert running for a month but this week it closed several times without any reason.
OrderClose is based on time, maybe you are playing with the time this week:

if (Hour()>=CloseHour)
{
if (OrderType()==OP_SELL)
OrderClose(OrderTicket(),OrderLots(),Ask,Slippage,Red);
else
OrderClose(OrderTicket(),OrderLots(),Bid,Slippage,Red);
}
return(0);
 
Thanks Ruben Ibarrientos,
I experience the same problem.
The problem is since 12.01.05 and it haven't been fixed?
 
I have the same problem today, several position closed when starting MT4.
 
please see last topics on the forum. there is beta-testing.
 
I have quite a similar problem, but not exactly the same. I have an expert sending market orders and conditional stop orders. It works fine, but sometimes pending positions are cancelled without any reason. Slava, FYI: my acct nr 48242, today nearly all stop orders were cancelled at exactly 21.15 (CET time).

Is it a bug in beta version client / server ?

Simi
 
I have quite a similar problem, but not exactly the same. I have an expert sending market orders and conditional stop orders. It works fine, but sometimes pending positions are cancelled without any reason. Slava, FYI: my acct nr 48242, today nearly all stop orders were cancelled at exactly 21.15 (CET time).

Is it a bug in beta version client / server ?

if You was connected to our server then send mail to supportATmetaquotesDOTru with details
 
Has this issue being resolved?
Reason: