gooly:
Read this: https://www.mql5.com/en/forum/146588
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! 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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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