Trend Lines
Description
When a high swing is followed by a lower high swing, a trend line high is automatically plotted. When a low swing is followed by a higher low swing, a trend line low is automatically plotted.
Syntax
TrendLines(int strength, int numberOfTrendLines, int oldTrendsOpacity, bool alertOnBreak)
TrendLines(ISeries\<double\> input, int strength, int numberOfTrendLines, int oldTrendsOpacity, bool alertOnBreak)
Return Value
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar

