Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]
OneKey DeleteOrder DEMO

0.00

I see that many tools in the market deal with Position and Order in the form of operation panels. Which is loaded into a Chart in the form of an EA.

However, once the operator panel EA is loaded, no other EAs can be loaded. So, I wrote the one-click operation of Position and Order as a script, so you can load other EAs and easily complete one-click operation of Trade.

1. What is this:

I see that many tools in the market deal with Position and Order in the form of operation panels. Which is loaded into a Chart in the form of an EA.

However, once the operator panel EA is loaded, no other EAs can be loaded. So, I wrote the one-click operation of Position and Order as a script, so you can load other EAs and easily complete one-click operation of Trade.

1. What is this:

This is a one-click script to delete the pending order.

Now you can delete pending tickets at high speed, for example 1000 pending tickets can be deleted instantaneously.

This is a one-click script to delete the pending order.

Now you can delete pending tickets at high speed, for example 1000 pending tickets can be deleted instantaneously.

This is Demo version, you can’t change any parameter, I believe the DEMO version is also useful.

If you like it, the no limited version link:

[spoiler title=”Read More…”]

This is Demo version, you can’t change any parameter, I believe the DEMO version is also useful.

If you like it, the no limited version link:

This is Demo version, you can’t change any parameter, I believe the DEMO version is also useful.

If you like it, the no limited version link:

2. Function:

2. Function:

There are many ways to filter:
  • You can choose the symbol of the pending order.  Default is All.
  • You can choose the type of pending order, Default is All.
  • You can enter magci number, the default is 0.
  • You can enter comment, the default is “”.
  • You can choose the symbol of the pending order.  Default is All.
  • You can choose the type of pending order, Default is All.
  • You can enter magci number, the default is 0.
  • You can enter comment, the default is “”.
3. Parameters:
  • Input string ForexName=”All”;                            //Input symbol name: All / EURUSD / AUDUSD / …
  • Input Enum_OrderType Type_Order=TYPE_All;    //Select the mode of the order.
  • Input int MAGICNUM=0;                                     //This is order magic number, default=0.
  • Input string COMMENT=””;                                  //This is order comment
  • Input bool Async=true;                                       //True represents high speed execution
  • Input string ForexName=”All”;                            //Input symbol name: All / EURUSD / AUDUSD / …
  • Input Enum_OrderType Type_Order=TYPE_All;    //Select the mode of the order.
  • Input int MAGICNUM=0;                                     //This is order magic number, default=0.
  • Input string COMMENT=””;                                  //This is order comment
  • Input bool Async=true;                                       //True represents high speed execution
Thanks for using!

[/spoiler]

Add review
Reviews ( 0 ):