
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
On one of my testing DEMO accounts I can not open a trade with lotsizes < 0.1
I can open a trade with lotsize for example 0.17 and close then 0.16 of it
The remaining 0.01 of the trade is there then still going on....
Normal Trading a place that way and then directly close is ofcours absurd because of the spread
printing out as comment DoubleToStr(minLot,2) is answering 0.10
DoubleToStr(lotStep,2) is answering 0.01
So in this case it is not needed if (lots < minLot) lots = 0; // or minLot
Is there something that with closing a part of the trade we can get inside the EA a value that it can be till 0.01 ??