DislikedOBJ_ARROW_RIGHT_PRICE creates an object how to get the X and Y f this Object so that i can use the X value for setting a text label because OBJPROP_TEXT only adds description valueIgnored
Also, you can add the price to your OBJPROP_TEXT ( DoubleToString(Price,_Digits) ), so you don't need the OBJ_ARROW_RIGHT_PRICE.
BTW, OBJ_LABEL is positioned by X and Y.
OBJPROP_TEXT is a text property of an object.
However, you can't use it for OBJ_ARROW_RIGHT_PRICE because that object only shows the price.
.ex4/.ex5 files can't be fixed or modified / I'm not a coder!