Announcement

Collapse
No announcement yet.

Buttons on the same row overlay

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

  • Buttons on the same row overlay

    I need to create two buttons on the same row - the buy and the sell buttons for example.
    I used the drawTextAbsolute instruction but when I decrease bar spacing the buttons overlay.
    How can I get the buttons in a fixed position on the chart without minding of the spacing ?
    Thank you
    Massimo

  • #2
    Re: Buttons on the same row overlay

    Massimo
    Use drawTextPixel() in place of drawTextAbsolute()
    Alex


    Originally posted by maxmax68
    I need to create two buttons on the same row - the buy and the sell buttons for example.
    I used the drawTextAbsolute instruction but when I decrease bar spacing the buttons overlay.
    How can I get the buttons in a fixed position on the chart without minding of the spacing ?
    Thank you
    Massimo

    Comment


    • #3
      Ok, Alex. Thanks !
      Massimo

      Comment

      Working...
      X