Script to set multiple pending orders in succession.
I am looking for a specific script.
It is simply a “Multiple Pending Order Script in Succession”. I would like to open multiple pending orders from a specific price in a same direction (buy or sell).
“Multiple Pending Order Script in Succession for Buy orders”:
I will need to set the script to place “buy” orders from a specific price.
The script will allow me to adjust the-
- number of pending orders
- number of pips between each pending order
- T/P and S/L for all the pending order (T/P and S/L are the same for all orders)
Below is an example:
Current Price is at 1.30200
I want to place 5 “buy” pending orders in succession from 1.30300 and each pending order must be 2 pips apart. The T/P and S/L can also be specified. The script will then place all pending orders at these following prices at once:
1st Pending Order = 1.30200
2nd Pending Order = 1.30220
3rd Pending Order = 1.30240
4th Pending Order = 1.30260
5th Pending Order = 1.30280
I hope you understand what I am trying to explain.
Will look forward to constructive comments.