@TRENDLINE (Draw a Trend Line)

This macro draws a trend line across a specified series.

SYNTAX:

@TRENDLINE nSeries nValue

PARAMETERS:

nSeries; 0...511 Series (0=Series 1) to apply the trend line.

nValue; Bitwise flags (0...127) to activate one or more of the following trend lines:
1 = MEAN
2 = Standard Deviation
4 = Linear Regression
8 = Natural Log Regression
16 = Polynomial Regression
32 = Exponential Regression
64 = Log Regression

EXAMPLE:

@TRENDLINE 0 4

@TRENDLINE 0 8

@TRENDLINE 0 16

@TRENDLINE 0 32

@TRENDLINE 0 64

Next Macro Previous Macro Return to Alpha List

Next Macro in this Group Previous Macro in this Group Return to Group List