MQL4 - automated forex trading   /  

Forum

Newly introduced bug with the strategy tester? ask and bid prices

Back to topics list To post a new topic, please log in or register

avatar
60
JPS 2011.02.02 12:39 

This is the strangest thing. All my MT4 platforms are not showing the bid or the ask price correctly in the strategy tester.

For example, I am drawing text or arrow price label objects to display these values under visual mode.

They used to work, but now the values are way off. Can someone look into this please and see if they are experiencing the same?

I've tried all methods using

Bid

MarketInfo(Symbol(),MODE_BID);

and even adding

RefreshRates();

None of them are showing the correct price. The text and arrows labels update, but not to the correct bid line as located on the visual mode chart.

It's always off a 100 pips or more. On a live or live demo chart, I do not have this problem.

Like I said... very strange.



Back to topics list  

To add comments, please log in or register