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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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