It is enough to run the robot once in the strategy tester in optimization mode and it will automatically select the settings for 20 or more currency pairs at once.
- Download the robot to the MT5 terminal in the environment where it will work (computer or VPS);
- Connect to your real account (preferably-ECN, necessarily-Hedge);
- Run the robot in the strategy tester on any pair in optimization mode (a model for generating ticks at opening prices);
- Wait for the robot to automatically select settings for all traded currency pairs (the robot optimizes up to 30 or more currency pairs at the same time);
[spoiler title=”Read More…”]
- Open the terminal settings and add the following URLs in the Expert Advisors section:
- Load the.set file used during optimization into the Expert Advisor parameters.
We recommend copying and pasting URLs to avoid errors.
We recommend copying and pasting URLs to avoid errors.
Monitoring and free copying
- TD Signals…
As you know, any DLL libraries are prohibited in the MQL5 market for security reasons, which makes it impossible to implement any ideas using plug-in libraries. I encountered this limitation when I decided to use a feature that would allow traders to connect their own indicator blocks to the Expert Advisor. As a result, I decided to use a regular custom indicator for this, inside which all calculations will be performed.
The indicator is used exclusively for transmitting signals to the Expert Advisor to open or close positions, it does not display anything on the chart.
You can write your own algorithm for trading independently or under the order and connect it to the Expert Advisor using this indicator. In the indicator block of the Expert Advisor, select the “Custom indicators” option. This makes the Expert Advisor’s capabilities unlimited.
- Download the indicator template with an example
As you know, any DLL libraries are prohibited in the MQL5 market for security reasons, which makes it impossible to implement any ideas using plug-in libraries. I encountered this limitation when I decided to use a feature that would allow traders to connect their own indicator blocks to the Expert Advisor. As a result, I decided to use a regular custom indicator for this, inside which all calculations will be performed.
The indicator is used exclusively for transmitting signals to the Expert Advisor to open or close positions, it does not display anything on the chart.
The indicator is used exclusively for transmitting signals to the Expert Advisor to open or close positions, it does not display anything on the chart.
You can write your own algorithm for trading independently or under the order and connect it to the Expert Advisor using this indicator. In the indicator block of the Expert Advisor, select the “Custom indicators” option. This makes the Expert Advisor’s capabilities unlimited.
- Download the indicator template with an example
Detailed description of the parameters
Recommendations
- Any currency pairs (preferably with a small spread);
- Any chart period;
- Any broker (preferably RoboForex);
- Optimize the fastest by opening prices;
- It is better to run the robot on the pair on which you have optimized it.
Detailed description of the parameters
Recommendations
- Any currency pairs (preferably with a small spread);
- Any chart period;
- Any broker (preferably RoboForex);
- Optimize the fastest by opening prices;
- It is better to run the robot on the pair on which you have optimized it.
- Any currency pairs (preferably with a small spread);
- Any chart period;
- Any broker (preferably RoboForex);
- Optimize the fastest by opening prices;
- It is better to run the robot on the pair on which you have optimized it.
If the robot is not being tested
- The current spread exceeds-MaxSpread (change your account or broker);
- Incorrect settings (reset all settings to the default settings, read the description carefully).
If the robot is not being tested
- The current spread exceeds-MaxSpread (change your account or broker);
- Incorrect settings (reset all settings to the default settings, read the description carefully).
- The current spread exceeds-MaxSpread (change your account or broker);
- Incorrect settings (reset all settings to the default settings, read the description carefully).
[/spoiler]