| Name: |
Slope of a Line |
| Description: |
Returns the slope of a line.
To apply this to different time-series you should replace Close
with the desired syntax for the time-series.
|
| Syntax: |
((14 * CummSum((CummSum(1, 65000) * Close(0)), 14))
- (CummSum(CummSum(1, 65000), 14) * CummSum(Close(0), 14))) / ((14
* CummSum(Power(CummSum(1, 65000), 2), 14)) - Power(CummSum(CummSum(1,
65000), 14), 2)) |
| Function Name: |
SlopeLine() |
Download to import into Tradecision. 
How to use this custom indicator in Tradecision:
- Click Download.
- Save this indicator in a safe location on your hard drive.
- Open Tradecision and in the Tools menu click the Indicator Builder.
- In the Indicator Builder dialog, click Import, locate the saved file and then click OK.
Now you can insert the indicator directly into a price chart or modify it like any other in-built indicator.
|