Forum

entry price in hover over on chart different than entry price in trade history

MT4 platform question here. Why is it the the entry price shown while hovering over an EA placed entry marked on the charts is different than the entry price shown in the trade log history? What's more, said hover price changes when re-hovering. I'm seeing this across multiple broker accounts as

OrderSend error 2 and error 3 at one broker, not at others

I'm doing multiple broker backtesting for some strategies I've created. The data used for testing is the same at all brokers (via import). I'm testing using MT4 build 1010 on all. I'm not seeing any errors when testing my strategies at FXCM, Tallinex and ForexWare/TradeWiseFX however when testing on

array out of range error

An MQL4 function I've created and used before in prior MT4 versions is now yielding an " array out of range error" in my EA in latest version of MT4. I've searched around and can't find an answer. The error is referencing the line: Level = Levels[j]; after the word "Levels" How do I fix this