Discussing the article: "Developing a Multi-Currency Expert Advisor (Part 31): Secrets of the Optimization Project Creation Step (I)"
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Check out the new article: Developing a Multi-Currency Expert Advisor (Part 31): Secrets of the Optimization Project Creation Step (I).
Let's start by analyzing why the database for the final Expert Advisor of the first stage was not created. To recap, here's what happened: we created three different optimization projects and ran them through the automated optimization pipeline. As a result, we expected to receive three databases for the final Expert Advisors, but we received only two. No database was created for the first project. We suspect that the most likely cause may not be related to errors in the program code. But this may not be the only reason.
Next, let's look at what preparatory work should be done before the project creation step. After all, in the previous article, we used almost everything off the shelf—the trading strategy, specific ranges of parameters to be optimized, the time frame for optimization, and other elements. And behind each such item lies a certain amount of work involved in obtaining the necessary values and justifying the validity and effectiveness of those choices.
Let's imagine that we've just implemented a new trading strategy and want to use it for automatic optimization. In other words, we'll consider Step 1 of developing a trading strategy to be complete, but we haven't yet begun to analyze how this strategy behaves under different values of the input parameters. Without at least a cursory study of this kind, it will be impossible to complete the second step. Therefore, let's perform some preliminary optimization runs of the Expert Advisor for the first optimization stage, outside the automatic optimization pipeline.
Author: Yuriy Bykov