IndicatorCreate with applied price

 

Hi programmers,

I'm using IndicatorCreate function in order to load my custom indicator in memory with parameters  MqlParam format.

All works perfectly, but how could I choose the applied price ?


Thank you,

Erwann.

 
Erwann Pannerec:

Hi programmers,

I'm using IndicatorCreate function in order to load my custom indicator in memory with parameters  MqlParam format.

All works perfectly, but how could I choose the applied price ?


Thank you,

Erwann.

The last parameter of IndicatorCreate() should be an array od all parameters your indicator is able to receive/handle (inputs). That's where you will put your Applied Price, if, your indicator accepts this kind of parameter...

;)

Reason: