Viewing and hiding indicator buffers

 
How do I select buffers that I can view and that I cannot view in the indicator chart window
 
set it to EMPTY_VALUE when you want to hide it.
 
in MT4 you use:
#property   indicator_buffers x            // X number of visible buffers.
   IndicatorBuffers(BUFFERS_COUNT_TOTAL);  // In OnInit, total number of buffers.
 
Marco vd Heijden:
set it to EMPTY_VALUE when you want to hide it.

Thank you

 
whroeder1:
in MT4 you use:

Thank you

Reason: