danilodn
danilodn
Friends

Add friends via their profile or user search and you will be able to see if they are online

danilodn
Added topic OrderSend Error 131 - how to change offline parameters?
I am getting these parameters when trying to do offline backtest: - MarketInfo(Symbol(), MODE_LOTSIZE): 100.000 - MarketInfo(Symbol(), MODE_MINLOT): 0.1 - MarketInfo(Symbol(), MODE_LOTSTEP): 0.1 - MarketInfo(Symbol(), MODE_MAXLOT): 100 After I login
danilodn
Added topic How to code array to control opened orders?
Hello, I am willing to open an opposite order (hedge) when some opened order hits some condition, but I am in trouble getting to do it with array. What i got so far is: int order[]; int i;    for ( int b = OrdersTotal ()- 1 ; b>= 0 ;
danilodn
Registered at MQL5.community