How I can use this Indicator on my EA

 

Hi , I want To use this indicator into my EA , or I want to build a custom indicator like this, but this indicator is not in the list from Platform

What I have to do?

thank you very much 

I going to leave the indicator 

Files:
 
Sanbach21:

Hi , I want To use this indicator into my EA , or I want to build a custom indicator like this, but this indicator is not in the list from Platform

What I have to do?

thank you very much 

I going to leave the indicator 

First, install this indicator you want to use into your platform and put it in MQL4/Indicators directory

Then,in your ea you can create an iCustom function.

 
Just get the value(s) of the indicator(s) into the EA (using iCustom) and do what you want with it.
You should encapsulate your iCustom calls to make your code self-documenting.
          Detailed explanation of iCustom - MQL4 programming forum
Reason: