Announcement

Collapse
No announcement yet.

hide a study panel

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

  • hide a study panel

    I am a new user and wanted a Bid and Ask in the advance chart window. so i wrote a .cfg to place the info into the cursor window.....

    works fine, the only problem is i can not hide the study panel

    how can i hide the study panel...

    thanks for all the help

  • #2
    bugsx
    Make the study a price study ie setPriceStudy(true) then in the return statement convert each returned value to a string ie myValue+"" or even using formatPriceNumber(myValue).
    This way nothing will actually be plotted (since an efs does not plot a string) but the values will show in the Cursor Window
    Alex

    Comment

    Working...
    X