chinhbcdev / Publications
Forum
The margin requirement is correct MODE_MARGINREQUIRED if lot size > 25 or 50
I checked that when the lot size is below 20, the margin requirement is correct. However, when the lot size increases to around 50, the margin requirement increases by an additional 9,000 USD. Why is there such a large difference, and how can I handle this in MQL4? margin required to open 1 lot
The indicator does not display in real time in visual mode if i run EA test; it only appears after pressing stop. But when i choice only indicator mydonchian. It is working!
//+------------------------------------------------------------------+ //| test.mq4 | //| Copyright 2024, MetaQuotes Ltd. | //| https://www.mql5.com |
The ZigZag MQL4 code is not drawing on the chart.
The ZigZag MQL4 code is not drawing on the chart. Where am I going wrong in using this indicator that it does not draw the ZigZag? Thank you. //+------------------------------------------------------------------+ //| myzigzag.mq4 | //|