AK Strategy Executer
- エキスパート
- バージョン: 1.0
- アクティベーション: 5
AK Strategy Executer (STE) is the EA that trades user-defined strategies created by the AK Strategy Creator (STC). It is also used to backtest strategies created by STC or STC Free Demo version.
It provides all standard EA functions including Lot Size, TP/SL, Trailing and Breakeven Stop, Trading hours ... etc.
STC/STE Solution bundle
Strategies created by STC can be back tested in MT5 Strategy Tester, forward tested on demo or executed on live accounts using AK Strategy Executer (STE).
Testing before buying
- Since STC is a grpahical utility tool, the free demo version downloaded from MT5 Market will not correctly work in MQL5 Strategy Tester. For this I provided a full functional demo version that can be used live to create trading stragtegies.
- Strategies created by the STC Demo version can only be used in MQL5 Strategy Tester using the same STE EA.
Strategy Template
- Before attaching the STE EA to a live chart, make sure to load the strategy corresponding template that was used in creating the strategy via STC EA.
- For backtesting, MQL Strategy tester automatically loads the "tester" strategy.
- If the indicators on chart are not matching the indicators in the strategy to be traded, the EA will not trade it.
Important Inputs
- AK Strategy File Name : The name of the strategy to be traded.
- Strategies created by STC are saved in Terminal COMMON folder, with ".bin" extension as they are binary files.
- Enter the strategy name without the ".bin" extension.
- Entry Conditions Count (0 for all): Conditions for Entery are "ANDed".
- If you set this input to 0 or to total count of conditions used, then all conditions must be true to trigger a trade.
- If there are 6 entry conditions, and you set this input to 4, then a trade will be triggered if 4 or more conditions are true.
- Exit Conditions Count (0 for any): Conditions for Exit are "ORed".
- If you set this input to 0, then at least one condition must be true to trigger exit.
- If there are 6 exit conditions, and you set this input to 4 then 4 conditions out of 6 must be true to trigger exit.
