Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]
OneKey ClosePosition 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:

This is a one-click script to close position order.

Now you can close position tickets at high speed, for example 1000 position tickets can be closed 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…”]

2. Function:

There are many ways to filter:

  • You can choose the symbol of the position order. Default is All.
  • You can choose the type of position 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_PositionType TYPE_Position=Type_All; //Select the mode of the position.
  • 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 ):