Market Price with ECN feed

 
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
 
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.
Reason: