Announcement

Collapse
No announcement yet.

creating histogram and line with 1 return value

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

  • creating histogram and line with 1 return value

    Hi,

    I have a study which shows both a histogram and a line joining the ends of the histogram. I do this by returning the value as a pair of values in an array:

    return new Array(varRet,varRet);

    And in the setup code it defines:

    setPlotType(PLOTTYPE_HISTOGRAM,0);
    setPlotType(PLOTTYPE_LINE,1);

    So i get what I want. However, on the Cursor window both these values are displayed and I only want one of them displayed.

    Any ideas?
    Standing on the shoulders of giants.

  • #2
    wildfiction
    At this time it is not possible to individually select which returns to show in the Cursor Window.
    Alex

    Comment

    Working...
    X