If you need to quickly open grid of pending orders (Buy Limit, Sell Limit, Buy Stop, Sell Stop) on a certain distance from the current price, this script will do all the routine for you.
Usage
Run the Script on a chart.
Input Parameters
- Lots – Lot size for pending orders.
- OpenDirection (SELL_LIMIT, BUY_LIMIT, SELL_STOP, BUY_STOP) – Type of pending orders.
- HowManyOrders – Number of orders to be opened.
- StepPoints – Distance between orders in points.
- StopLoss – SL Level Points
- TakeProfit – TP Level Points
- CloseAllPendingOrders – Cancel all existing pending orders.
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END