Announcement

Collapse
No announcement yet.

Cursor Window Data

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

  • Cursor Window Data

    Hi,
    Is it possible to display the data from a Price Study in the cursor window, but not display the Price Study data on the price chart?

    E.g: A Formula Wizard study that has a "returned data point" for (high() - low())

    The results of this are displayed in the cursor window, but the Data Plot Line is not displayed on the price chart.

    Many thanks,
    Paul

    p.s:
    I can change the data line to white, but would rather not do that

  • #2
    Paul
    You can do that by converting the value to a string using for example the .toFixed(nn) method where nn is the number of decimals you want to display eg ((high()-low()).toFixed(2))
    Alex

    Comment


    • #3
      That's worked fine - thanks Alex

      Paul

      Comment


      • #4
        Paul
        You are most welcome
        Alex

        Comment

        Working...
        X