Kirk,
To do that you need to do a couple of things.
1. keep track of the most recent peak value and bar index.
2. calculate the equation of a line to extend it past the last peak into the future.
Both of those are relatively simple when you know what you're doing
Attached is a file that will draw a dashed trendline from the last 2 peaks.
Steve
To do that you need to do a couple of things.
1. keep track of the most recent peak value and bar index.
2. calculate the equation of a line to extend it past the last peak into the future.
Both of those are relatively simple when you know what you're doing
Attached is a file that will draw a dashed trendline from the last 2 peaks.
Steve
Comment