Forum

Label with monospaced font unable to change font size

//+------------------------------------------------------------------+ //| DrawUtil.mqh | //| Copyright 2024, Ting | //| https://www.mql5.com |

Why JPY pairs returns Digits 5 to me?

//+------------------------------------------------------------------+ //| TradeUtil.mqh | //| Copyright 2024, Ting | //| https://www.mql5.com |

Limited account size lead to EA inconsistent performance as lot size rounding up / down, how guys proposed to mitigate this?

Given a scenario, my account size is small, so the risk size small, henceforth the lot size is very small. This is not good when the lot step is generally bigger, and broker not accepting your tiny lot size that represent your accurate risk control . In the worst case, it could totally remove the

Let's discuss how to avoid memory leak in a C like language and possibly make this thread informative

Question I - dangling pointer, memory leak in MQL4, is it same as C/C++, in terms of definition and their actual behaviors? Question II - citing William's words [ https://www.mql5.com/en/forum/347811 ], does avoid using `new()` will get rid of most if not all memory leaks? From my perspective n his