
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
It doesn't print to the logs when you are Optimizing . . . :-)
Take a look at the stuff near the bottom of the page : https://www.mql5.com/en/articles/1512
It doesn't print to the logs when you are Optimizing . . . :-)
Take a look at the stuff near the bottom of the page : https://www.mql5.com/en/articles/1512
:-) - nothing is printed even when not optimizing
:-) - nothing is printed even when not optimizing
which is odd because the orders close well enough(which code is under the same if bracket, and uses the same OrderType() statement)
Do they get closed or do they hit SL or TP ?
They either get closed by the original close logic in the start of the if(OrderType == OP_SELL) or hit the original SL(which is assigned at the time of OrderSend() - I will change that later to be NFA compatible)