Single Post
This is a test post.
Single Post
This is a test post.
This screen shot shows the TypicalPrice indicator plotted on a daily chart. We are interested in having this indicator show on the most recent 10 bars of a chart (cyan), and erasing the indicator beyond the 10th bar (yellow).
INDICATORS
Plot1(TypicalPrice, “Price”, cyan, default, 1);
Plot1[PriceLength](TypicalPrice, “Price”, black, default, 1);