MQL_Easy icon indicating copy to clipboard operation
MQL_Easy copied to clipboard

Framework/Library for cross platform MQL development

Results 3 MQL_Easy issues
Sort by recently updated
recently updated
newest added

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?

enhancement

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

enhancement
question