NAZMTAZ:
Hello,
Could anyone please show how to solve in experts file 'invalid lots amount for order send function'? Please advise.
Much appreciated.
Use MarketInfo() for detecting Max lots and Min lots ...
Check if calculated lot is in the limit ... Max Lot <= Lot >= Min Lot
Then,
NewLot = NormalizeDouble(lot, LotDigits);
Where, LotDigits is the number of digits after the decimal point. Normally, 2.

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
Hello,
Could anyone please show how to solve in experts file 'invalid lots amount for order send function'? Please advise.
Much appreciated.