24hworker:
What was the Spread when that Order was closed ? and what is the difference between the open price and the close price ?
Sometimes my orders are closed for a price, which was never reached.
The EA is programmed like this:
if( loss > 150.0) { close Order; }
Could it be, that the visual picture shows not the correct price or is it a problem with the brooker ?
Also sometimes bad tick information gets transmitted - it only takes one tick.
1) complain to broker
2)Get a new broker if rusult unsatisfactory.
24hworker: Could it be, that the visual picture shows not the correct price or is it a problem with the brooker ?
Neither.
Mt charts are Bid charts. The Ask is always higher than the bid. So when you open a buy or close a sell, the mark will be higher than the bid at that moment by the spread.
Turn on the ask line (options -> chart)

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
Sometimes my orders are closed for a price, which was never reached.
The EA is programmed like this:
if( loss > 150.0) { close Order; }
Could it be, that the visual picture shows not the correct price or is it a problem with the brooker ?