TSF
Type:
tsf• Category:indicators
Description
Time Series Forecast
Parameters
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
dataExp | string | List of prices | no | |
timeperiod | number | no | 14 |
Help
TSF (Time Series Forecast)
Description
The Time Series Forecast (TSF) indicator is a financial market indicator used to predict future price movements based on historical data.
What does this worker do?
The TSF worker calculates the Time Series Forecast for a given list of prices, providing a forecasted value for future prices.
How to interpret the results
The TSF result is a forecasted price value that can be used to inform investment decisions. A rising TSF indicates an upward trend in prices, while a falling TSF indicates a downward trend.
Parameters
The following parameters can be passed to the TSF worker:
Parameters Schema (JSON)
{
"dataExp": {
"type": "string",
"description": "List of prices"
},
"timeperiod": {
"type": "number",
"default": 14
}
}
Detailed Parameters
- dataExp:
- Type:
string - Description: A list of prices used to calculate the Time Series Forecast.
- Type:
- timeperiod:
- Type:
number - Default:
14 - Description: The time period used to calculate the Time Series Forecast. A higher value will result in a smoother forecast, while a lower value will result in a more reactive forecast.
- Type:
Usage
To use the TSF worker, simply pass in the required dataExp and optional timeperiod parameters, and the worker will return the calculated Time Series Forecast value.