Buffer values not returned

 

Hi I was working on a expert adivsor based on an indicator. However, once I load the indicator on to the chart the indicator shows the buy and sell arrows on the chart but unfortunately the values are not being shown in the Data window.

How do I get buffer values for the up and down arrow? So that I can read it in the custom indicator. Attached the indicator.

 

IData buffer values missing in data window 

Files:
 
Read in the editor's reference (F1) about iCustom() and it's use
 
  1. You showed the data window and it shows nothing. Therefor the indicator doesn't use buffers (showing arrows) and iCustom is irrelevant.
  2. Had you looked in the object list, you would know that it uses (arrow) objects.
Reason: