| Name: |
Stochastic Relative Strength Index |
| Description: |
Stochastic Relative Strength
Index For interpretation refer to "The New Technical Trader" by
Tushar Chande.
|
| Syntax: |
(RSI(Close(0), 14) - Lowest(RSI(Close(0), 14), 14))
/ (Highest(RSI(Close(0), 14), 14) - Lowest(RSI(Close(0), 14), 14)) |
| Function Name: |
StochRSI() |
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.
|