ne0vincent
ne0vincent
Friends

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

ne0vincent
Added topic Order never rejected
Hi, My market orders are never rejected, why ? A position is everytime opened. (Broker FXPro demo account ) MqlTradeRequest req = { 0 };       req.action = TRADE_ACTION_DEAL ; req.symbol = _Symbol ; req.magic = 1; req.volume
ne0vincent
Added topic Asynchronous onTick() function or bi-directionnal mql<->dll com
Hi, I use a c++ dll into my mql5 EA and i have a big problem, i just can't send orders from my extern dll algorythm. If i write this : onTimer() {    while ( true )   {   } } the onTick() is never trigger, because there
ne0vincent
Registered at MQL5.community