Plotting dots

 

I have an indicator that generates discrete values for each bar and I want to be able to plot them as rows of dots. The only options I can see in the SetIndexStyle method are DRAW_LINE and DRAW_SECTION, and I am passing STYLE_DOT as the 3rd argument. I want to draw discrete dots, not a dotted line. I see some other methods, SetLevelStyle and SetLevelValue.. Anyone know whether I can use these and if so how ?

Thanks.

Paz

 

Hi. Easiest way is to 'SetIndexStyle' with 'ObjectArrow', then select a suitable 'wingding' with the 'SetIndexArrow' instruction.

 

Thanks