Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
12
Pavel Zamoshnikov  
TONGESAYI CLIFF MURAMBIWA #:

Thank you very much for that It is very helpfull. Now i need to access the control panel to check the color of the checkbox buttons.

I just need this one small favor please.

Unfortunately, you won't be able to access the color of the checkbox buttons since it is a graphical object.

Try getting the value from the 3rd buffer. This is the color of the HMA line of the current timeframe.

If you take this value on the timeframe you need, then this will be the color of the button for the corresponding timeframe, for example:

handle=iCustom(NULL,<your timeframe>,IndicatorPath, ...);

double Indicator3Buffer[1];

CopyBuffer(handle,3,1,1,Indicator3Buffer); // color of HMA line on 1-st bar
Respol  
Добрый день!
Не совсем пойму, что случилось с индикатором - на h1 и h4 явное движение вверх, однако индикатор показывает то, что на рисунке.
HMA с периодом 12 BRM5, Р1
Respol  

Аналогично рисунок с H4

BRM5, H4

Pavel Zamoshnikov  
Respol #:
Добрый день!
Не совсем пойму, что случилось с индикатором - на h1 и h4 явное движение вверх, однако индикатор показывает то, что на рисунке.
HMA с периодом 12

Да, пока тоже не пойму, в чем проблема - у меня картинка нормальная:

Normal

А раньше работало корректно?

А как на других инструментах?

(предлагаю перенести обсуждение в приват)

TONGESAYI CLIFF MURAMBIWA  

hi i am getting a message 

Double HMA MTF for MT5 (ETHUSD,M15)    array out of range in 'Graph_HMA_Status.mqh'

what could be the problem


this is happening  in the live not in the demo

Pavel Zamoshnikov  
TONGESAYI CLIFF MURAMBIWA #:

hi i am getting a message 

Double HMA MTF for MT5 (ETHUSD,M15)    array out of range in 'Graph_HMA_Status.mqh'

what could be the problem

this is happening  in the live not in the demo

Hello,

Please take a screenshot of this error.

Please write to me not here, but in private.

Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
12