| Name: |
Rate of Change Since a Specific Date |
| Description: |
Percent rate of change between
a specific date and today.
|
| Syntax: |
((Close(0) - ValueWhen((((DayOfMonth() = 8) AND (Month()
= #3)) AND (Year() = 2000)), Close(0))) / ValueWhen((((DayOfMonth()
= 8) AND (Month() = 3)) AND (Year() = 2000)), Close(0))) * 100 |
| Function Name: |
RoCSince() |
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.
|