You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
in this piece of code above, from AccountInfo.mqh, the last line has a check "percent<1"... why?
If I use 0.5% of free margin, I get lot_size=0 when using CheckLong or CheckShort methods in CMoney classes, just because of this condition.
Is there a reason for limiting the percent to 1%.
thanks