Announcement

Collapse
No announcement yet.

Additional Value in Cursor Window?

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

  • Additional Value in Cursor Window?

    Hi All,

    Is it possible to have a study post 2 values to the cursor window but only plot 1 line in the study panel?

    Thanks.

    Jerry
    "Make it a great day"
    [email protected]

  • #2
    Jerry
    Yes you can by converting one of the return elements into a string. One way to do that is simply adding +"" to the element For example
    return new Array (myreturn, myreturn+"")
    Alex

    Comment

    Working...
    X