I want to put some text at the top of every candle on the chart, so I can plot some visual values along with the graphic plot lines.

Toward this end, I tried:

plotText("Message",wdateBar(0),priceH(0)+.01,"Text Goes Here!",0+64+128,BLACK);

but that doesn't seem to work. Suggestions?