Why the timeframe changes whenever we add a different trendline?

5 Views
Linda Tran
Answered 5 months, 3 weeks ago
<p id="isPasted">It's because your aggregation periods are different. A 1 minute trend will always be different than a 5 minute trend, even if they look very similar.</p><p>As far as I know, there is only one way around this. You have to programmatically specify the aggregation period for your indicator using thinkscript. See the link below:</p>
4 Views
Mildred Owens
Answered 1 month ago
<p id="isPasted">Each timeframe (e.g., 1-minute, 1-day, 1-week) contains a different number of data bars (candlesticks). When you draw a trendline on a daily chart, the points you select are based on daily data.&nbsp;</p>
2 Views