View RSS Feed

mql5

Developing a multi-currency Expert Advisor (Part 11): Automating the optimization (first steps)

Rate this Entry
by , Yesterday at 07:10 AM (23 Views)
      
   
In the previous article, we have laid the foundation for easy usage of the results obtained from optimization to build a ready-made EA with multiple instances of trading strategies working together. Now we do not have to manually enter the parameters of all used instances in the code or in the EA inputs. We only need to save the initialization string in a certain format to a file, or insert it as text into the source code so that the EA can use it.

So far, the initialization string has been generated manually. Now, finally, the time has come to start implementing the automatic formation of the EA initialization string based on the obtained optimization results. Most probably, we will not have a fully automated solution within the scope of this article, but at least we are going to make significant progress in the intended direction.
more...

Submit "Developing a multi-currency Expert Advisor (Part 11): Automating the optimization (first steps)" to Google Submit "Developing a multi-currency Expert Advisor (Part 11): Automating the optimization (first steps)" to del.icio.us Submit "Developing a multi-currency Expert Advisor (Part 11): Automating the optimization (first steps)" to Digg Submit "Developing a multi-currency Expert Advisor (Part 11): Automating the optimization (first steps)" to reddit

Tags: None Add / Edit Tags
Categories
Uncategorized

Comments