This forum is now read-only. You can discuss you questions on Forums of MQL4.community and MQL5.community

Market Price with ECN feed


Back to topics list
avatar
29
Peter 2006.10.20 17:29 
Hi All,
On Market Execution with ECN feed,
I can open a trade manually with +1,+2,…-3,-4,0, etc.
I closed one open position on +2, I saw this price,
but in Account History this trade appear as –3.
It is possible to create an Expert Advisor that will
open only on positive prices and close also on +++.
Thanks
Vlad
avatar
29
Peter 2006.10.25 15:42 
Hi All,
On Market Execution with ECN feed,
I can open a trade manually with +1,+2,…-3,-4,0, etc.
I closed one open position on +2, I saw this price,
but in Account History this trade appear as –3.
It is possible to create an Expert Advisor that will
open only on positive prices and close also on +++.
Thanks
Vlad


I'm trying these codes:
OrderSend(Symbol(),OP_BUY,lotsi,(Ask-MarketInfo( Symbol(), MODE_STOPLEVEL )*Point),slippage,Bid-StopLoss*Point,Ask+TakeProfit*Point,"",5689,0,Blue);
I don't see the resuls...
tnks
v.

Back to topics list