MQL_Easy
MQL_Easy copied to clipboard
Framework/Library for cross platform MQL development
CUtilities utils("EURUSD"); if(utils.IsNewBar(PERIOD_M1)){ Print("One Minute Passed!!!"); } The function IsNewBar() don't work properly for mql4 MT4 build 1380 x86 Windows 7. Every tick it's said is new bar.
Can you add an option to group order by buy or sell - limit AND stop orders together?
Hats off for a very well done library. In case of MQL5 the Stop/Freeze Level validation for Buy/Sell Stop-Limit Orders are missing. It would be good if this can be...