Luandre Ezra:
In MT4 there's symbol properties MODE_LOTSIZE that returns 100000 for standard lot, 10000 for mini lot and 1000 for micro lot. This symbol properties is not exist in MQL5, is there's other symbol properties that's equivalent to MODE_LOTSIZE in mql5?
Also exists in MQL4. All uses of MarketInfo() in MQL4 can be replaced by SymbolInfoInteger() or SymbolInfoDouble().
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
Hi,
In MT4 there's symbol properties MODE_LOTSIZE that returns 100000 for standard lot, 10000 for mini lot and 1000 for micro lot. This symbol properties is not exist in MQL5, is there's other symbol properties that's equivalent to MODE_LOTSIZE in mql5?