Announcement

Collapse
No announcement yet.

draw text functions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • draw text functions

    Hi

    I want to be above to write a string on the left hand side of the screen at a perticular price level ... so I can write a fib level on the fib value on the left hand side away from the current price action...

    this is combination of drawTextPixel (to get it on the left hand side of the screen) and drawTextReleative to get the correct vertical placement ... is there a function that converts a price level to the pixel value so that i can acheive this

    thanks

    Paul

  • #2
    Hi paulm,

    You can use drawTextRelative() with the RELATIVETOLEFT flag.

    The draw text flags provide the combination functionality you are looking for.

    Comment


    • #3
      Steve

      Thanks a lot

      Paul

      Comment

      Working...
      X