量化交易系统

MT4-Close and delete all orders

  • 型号:
Main Image

This script allows you to close all orders and delete all pending orders.

Set to true order type you want to close and cancel.

Parameters:

  • AllCurrency = set true to close position and cancel order in all pair, set false for current pair.
  • CloseBUY = set true to close buy position.
  • CloseSELL = set true to close sell position.
  • DeleteBUYSTOP = set true to cancel buy stop order.
  • DeleteSELLSTOP = set true to cancel sell stop order.
  • DeleteBUYLIMIT = set true to cancel buy limit order.
  • DeleteSELLLIMIT = set true to cancel sell limit order.