量化交易系统

MT4-Opening Bulk Pending Orders

  • 型号:
Main Image

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.