Create and Test Forex Strategies
You can find the Export button on the toolbar of the Editor page.
The Export button export's the current strategy.
Available options:
An exported Expert Advisor is a file that holds all the necessary indicators in itself. It consists of 100% native MQL code and doesn't require third party libraries or indicators.
The Trading EA works at brokers, which allows automatic trading of Binary Options experts. MetaTrader Tester cannot backtest binary option experts.
You can set the Expert Advisor input parameters from the Input tab of the EA starting form.
There are three kind of groups: Expert Properties, Indicator Parameters, Expert Settings.
Investment - the trading amount of a new position. The different brokers use different input format. The most common variants are Lots (ex. 0.01 lot means 10 USD) and Currency.
Expiry (minutes) - the options expiry period in minutes. Please note that the brokers allow only specific periods to be used. Consult your broker's website for details.
The Input form contains all numeric parameters of the included indicators.
Magic Number - you have to set a unique Magic Number of every expert you run on same chart. In the other case, the different experts may interfere each other and produce wrong signals.
Order Comment Format - usually the brokers use a custom comment to the orders for setting the Option's Expiry. Every Binary Options broker uses its own format. Please check the programs support forum for examples: http://forexsb.com/forum. The Comment Format uses placeholders, which are replaced by the actual expiry value. SEC - expiry in seconds. MIN - expiry in minutes.
The Signals EA simulates Binary Options trading. It plots entry and expiration signs, position lines and emits alerts. It also calculates trading statistics. It is very useful for watching the signals on a MT Terminal and to trade manually on your real platform.
The first section of the Input panel contains settings for the trade simulation:
Simulation account - the initial amount in currency.
Payout - payout rate in percent.
Investment - the investment amount in currency.
The Input panel exposes the numeric parameters of the indicators included in the Expert Advisor.
Show Alerts - when this option is on, the EA shows warnings when there is a signal.