Arrow with Text Question

 

The following code allows you to place an arrow, at a specific candle, at a specific time. I wanted to know if there is a way to display a value, ( text ) above a down arrow and below an up arrow? Which will signify the value at that point.

ObjectCreate("UpSymbolAz"+i, OBJ_ARROW, 0, Time,vH+_Point+_Point);

ObjectSet("UpSymbolAz"+i, OBJPROP_ARROWCODE, SYMBOL_ARROWDOWN);

ObjectSet("UpSymbolAz"+i, OBJPROP_WIDTH,2);

ObjectSet("UpSymbolAz"+i, OBJPROP_COLOR,White);

ObjectSet("UpSymbolAz"+i, OBJPROP_ANCHOR, ANCHOR_BOTTOM);

 

Here's what I'm ending up with.

Files:
Reason: