I need help to display buffer in data window

 

Hi 

I have the indicator but does not display buffer in data window,

I need to see buffers in data window

What should I do??

 
hosseinforex:

Hi 

I have the indicator but does not display buffer in data window,

I need to see buffers in data window

What should I do??

   SetIndexLabel(0, NULL);

   SetIndexLabel(1, NULL);

   SetIndexLabel(2, NULL);

You set it so that they are not displayed. What do you expect?

Reason: