Expand description
Analysis contains technical indicators that try to predict the direction of future values using the past data.
Modules§
- momentum
- Momentum contains simple technical analysis indicators showing the difference between period’s closing price and the closing price N periods ago.
- trend
- Trend contains technical analysis indicators that try to predict the direction in which values are moving towards.
Enums§
- Analysis
Error - A list specifying types of analysis errors.
Type Aliases§
- Result
- A specialised
Result
type for analysis operations.