Module basic_indicators

Module basic_indicators 

Source
Expand description

§Basic Indicators

The basic_indicators module provides foundational statistical calculations for time series price data. These are essential building blocks for more advanced technical indicators and can be used directly.

§When to Use

Use these functions when you need raw statistics (mean, median, mode, etc.) or want to compose your own indicators.

§Structure

  • single: Functions that return a single value for a slice of prices.
  • bulk: Functions that compute values of a slice of prices over a period and return a vector.

§Included Indicators

§Bulk

§Single


Modules§

bulk
bulk: Functions that compute values of a slice of prices over a period and return a vector.
single
single: Functions that return a single value for a slice of prices