You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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);