Parameter | Description |
duration | Period over which to accumulate data, or 0 for no limit. |
Operation | Description |
start | Starts the calculation of RSI. Must be called before the calculator will generate any statistics. |
stop | Stops the calculation of further RSI. Any subsequent input feeds are ignored. |
clear | Clears the current data set. |
Feed | Fields | Description |
data | value | The price at which a trade occurred. |
Feed | Fields | Description |
rsi | value | The relative strength indicator. |
samples | The number of periods (samples-1) over which the RSI was calculated. |