Can't get the buffers' datas of this indicator (code inside) for my EA! Please help!

 

Hello,


I've downloaded this indicator (support and resistance levels) here:


But In my EA, I can't get any value from the 8 buffers, in DISTANCES, or LEVELS.

Even with

#property indicator_buffers 8


WHat Am I missing? I'm learning MQL5, so any help is welcome.


Thanks for your time.

 
Discussion or support for external or commercial solutions is not available in this forum.
 
nico.garcia:

Hello,


I've downloaded this indicator (support and resistance levels) here:


But In my EA, I can't get any value from the 8 buffers, in DISTANCES, or LEVELS.

Even with

#property indicator_buffers 8


WHat Am I missing? I'm learning MQL5, so any help is welcome.


Thanks for your time.

The buffers could be encapsulated with OOP so you can't access them directly because they are private class members.

 
pennyhunter #:

The buffers could be encapsulated with OOP so you can't access them directly because they are private class members.

You can always access the buffers of an indicator with iCustom.
 
nico.garcia:


sounds like you need to contact the seller and coder.

Reason: