Custom Script for simple Market Order
-
What will be Custom Script for the following action.
Buy at Market price 0.01 Lots of EURUSD SL=10pips, TP=20 pips.
-

-
Thanks. But I know how to do this. I needed a 1 line script for this.
-
You want MQL code? Search for OrderSend() function in the documentation. In MQL4 it is very easy to use, but in MQL5 it's not as easy.