
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
Why don't you simply use trade.Sell( ... ) with it's own parameters ?
You don't need to create a void function for that...
well. i'm a newbie i just discovered mql5. plus, i may call this function many times, in many circumstances so ... for the param, no idea ?
I want to call it from another function and be allowed to pass how much lot i want : Sell(0.01);
EDIT : if no param use a default value
Then if i use Sell(0.02) it will bypass lots' default value right ?