Is there an easy way for me to position a text box relatively inside a pane, using drawText... which would be, say 20% from the right and 20% down from the top of the visible area on the main price pane?
I don't mind if the EFS study has to recalculate this positioning dynamically. I know how to draw boxes at a given price level, and with a horizontal offset, but these are affected by the scaling of price inside the pane. I guess I'd like to be able to get coordinates of the pane, and be able to place something within that coordinate grid.
Hope this question is clear.
TIA
I don't mind if the EFS study has to recalculate this positioning dynamically. I know how to draw boxes at a given price level, and with a horizontal offset, but these are affected by the scaling of price inside the pane. I guess I'd like to be able to get coordinates of the pane, and be able to place something within that coordinate grid.
Hope this question is clear.
TIA
Comment