IndicatorGetInteger

 

Hi,

I'm creating an indicator and on this creates some objects on the screen besides the buffers.

I would like that the color of this objets reflects the colors selected by the user for the buffers.

I see that there's no IndicatorGetInteger() to complement the IndicatorSetInteger(). There's an alternative?

 
Henrique Vilela:

Hi,

I'm creating an indicator and on this creates some objects on the screen besides the buffers.

I would like that the color of this objets reflects the colors selected by the user for the buffers.

I see that there's no IndicatorGetInteger() to complement the IndicatorSetInteger(). There's an alternative?

https://www.mql5.com/en/docs/customind/plotindexgetinteger

https://www.mql5.com/en/forum/31130

Documentation on MQL5: Custom Indicators / PlotIndexGetInteger
Documentation on MQL5: Custom Indicators / PlotIndexGetInteger
  • www.mql5.com
Custom Indicators / PlotIndexGetInteger - Reference on algorithmic/automated trading language for MetaTrader 5
 
Mehrdad Shiri:

https://www.mql5.com/en/docs/customind/plotindexgetinteger

https://www.mql5.com/en/forum/31130

Perfect. Thanks man.
Reason: