Plots – “EXACTLY ONE PLOT EXPECTED” ERROR…


Tags:
Category:
0
0

Here is a little bit of code which I want to simply display the Count as data in my watchlist so i know how many consequtive MoneyFlowIndex values were in my choosen range/value (or how many past a given range/value.  I get a “Exactly one Plot Expected” error… so how do I get it to do both, or multiple plots for that matter?

plot blue = bluecount;
blue.assignValueColor(Color.BLACK);
plot green = greencount;
green.assignValueColor(color.BLACK);

 

Thank ya kindly,

RB

Marked as spam
Posted by (Questions: 3, Answers: 2)
Asked on March 29, 2020 10:13 am
127 views
0
Private answer

Simple answer. Probably not the one you want. The answer is that only one plot is permitted for each custom column in a watchlist. If you want to display two or more values you will need to add two more more custom columns.

Marked as spam
Posted by (Questions: 37, Answers: 4089)
Answered on March 29, 2020 10:36 am
0
...that's what I was afraid of...darn. Oh well, thank you again. I'm slowly getting this and not afraid to try. :) Thanks again.
( at March 29, 2020 11:02 am)