How do I make an indicator publish the buffer data so that I can access it within an expert advisor?
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,
How do I modify an indicator so that it can publish the data it has in its buffer for me to access in an expert advisor? I want to use this indicator below in my expert advisor code but whenever I read the values from the BufferArrowToUp or any other buffer besides the RSI buffer, it simply returns EMPTY_VALUE. The values set in all the other buffers do not get propagated out of the indicator except the RSI buffer for some reason. Any help would be much appreciated.
I am reading the values in the following way in my EA