how to read changing level-lines of an indicator - possible?

 

Hi,

I have an indicator in its own separate window, which sets two level-lines (like rsi over bought and oversold, but these you set yourself) that are changing over the time.

Is there a way to get the values of these lines. I only know SetLevelValue() (and miss GetLevelValue()) - is there another way?

Thanks in dvance,

gooly

 
gooly:

Hi,

I have an indicator in its own separate window, which sets two level-lines (like rsi over bought and oversold, but these you set yourself) that are changing over the time.

Is there a way to get the values of these lines. I only know SetLevelValue() (and miss GetLevelValue()) - is there another way?

Read this: https://www.mql5.com/en/forum/146588
 

Thanks! But too bad :(

gooly

 

Can you find those levels in data window ??

if they change overtime then it might be a buffervalue is loaded

repainting all of the time

and you find them with iCustom

 

no - unfortunately not.

gooly

Reason: