Displaying an indicator buffer in the Data Window

 

Hi All,

I have created a custom indicator. It has 5 indicator buffers

But am seeing only the one indicator buffer in data window, which has index of 0

I want to see all the indicators in the Data Window. How to do that?

Thanks

Tahseen

 
#property indicator_buffers 5
 
So if I write this in the initial code, it would start showing all 5 indicator buffer values in the Data Window?
Reason: