request.tp =SymbolInfoDouble(_Symbol,SYMBOL_ASK)+10*_Point; request.sl =SymbolInfoDouble(_Symbol,SYMBOL_ASK)-10*_Point;

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 is this code not working
When if I take out the request.sl line it does work?
Like this one
The second one works despite nothing changing other than removing the sl line of code