View Single Post
  #10 (permalink)  
Old 09-12-2007, 10:30 AM
etrade's Avatar
etrade etrade is offline
Senior Member
 
Join Date: Aug 2007
Posts: 266
etrade is on a distinguished road
Quote:
Originally Posted by codersguru View Post
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 ?
Reply With Quote