MetaTrader 5 – Guide to Using Technical Indicators in Expert Advisors

May 4th, 2010

MQL5 for Newbies: Guide to Using Technical Indicators in Expert Advisors

Introductionbd57ee354d1f0a7d32305bfb5b477fa8 MetaTrader 5   Guide to Using Technical Indicators in Expert Advisors

An Expert Advisor or indicator that doesn’t use standard technical indicators in its code is rare. They are popular both for the beginners and advanced developers of trading strategies. It isn’t difficult to understand the details of indicator creation; the aim of this article is to help with it. We will consider the use of the functions for working with built-in standard technical indicators.

Fundamentals of Using Functions of Standard Technical Indicators

When being called, each function of a technical indicator creates a handle of the object created (indicator’s instance) with specified input parameters. The purpose of the handle is to assign it with this object. It’s quite sufficient to get the data from the indicator buffer and use it in your own calculations.

Read full article at http://www.mql5.com/en/articles/31

Related posts:

  1. List of changes in the Help for MQL5 – MetaTrader 5
  2. MetaTrader 5 – How to call indicators in MQL5
  3. Applying One Indicator to Another – MetaTrader 5
  4. MetaTrader 5 – Migrating from MQL4 to MQL5
  5. Transferring Indicators from MQL4 to MQL5
Comments are closed.