♥ 0 |
Hi Pete, I’m interested in drawing a horizontal line at each of the week’s highs, on the daily chart. I took a stab at this, but it I’m getting a line that follows the the weekly values, instead of many lines, each at a different week high. What am I missing? Any help would be greatly appreciated. Cheers
def agg = AggregationPeriod.WEEK; plot priceLine = high(period = agg); priceLine.setpaintingStrategy(paintingStrategy.LINE);
Marked as spam
|
Please log in to post questions.