Including custom oscillator in EA?

 

Hey guys,

Sorry if this is a dumb question, but I've been struggling for a while.

I want to include this indicator: https://www.mql5.com/en/code/679 in my EA. I want to get the value it calculates in as a double in my EA, so that I can use it as part of my trading strategy.

I have been able to use all the "standard" iMA, iGator, etc indicators, but this one is not standard. How would I get the value per tick in my EA?

Any advice or a link to the right article would be most welcome, thanks! 

The Binary Wave
The Binary Wave
  • votes: 20
  • 2012.01.10
  • LeMan
  • www.mql5.com
The Binary Wave returns a positive or a negative value depending on how the indicator readings are interpreted.
 
Roadkill:

Hey guys,

Sorry if this is a dumb question, but I've been struggling for a while.

I want to include this indicator: https://www.mql5.com/en/code/679 in my EA. I want to get the value it calculates in as a double in my EA, so that I can use it as part of my trading strategy.

I have been able to use all the "standard" iMA, iGator, etc indicators, but this one is not standard. How would I get the value per tick in my EA?

Any advice or a link to the right article would be most welcome, thanks! 

With iCustom.

 
Going to look into that, thanks!
Reason: