Quote:
Originally Posted by codersguru
We have created our first indicator, expert advisor and script in the previous lessons. Every time we decide to create our program whatever the kind of the program (indicator, expert or script) we have to write it from scratch.
This is a useful thing for MQL4 beginners, but it’s time consuming for advanced programmers. That’s why MQL4 has the feature of creating templates based programs.
Today we will create an indicator based on MACD template shipped with MetaTrader.
So, let’s template!
|
In MQL4 Expert Advisor Wizard, there is a limited list of indicators in Generate from templaet option.
How can I use other indicators as the base template for the generation of a new EA ?