OneKey DeleteOrder
- Yardımcı programlar
- Yu Zhang
- Sürüm: 1.11
- Güncellendi: 23 Ekim 2021
- Etkinleştirmeler: 20
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.
The DEMO version link is:
2. Function:
- 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 "".
- 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 HighSpeed=true; //True represents high speed execution
Kullanıcı incelemeye herhangi bir yorum bırakmadı