View RSS Feed

mql5

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

    by , Yesterday at 07:10 AM
    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
    ...
    Categories
    Uncategorized