Library reference
Overview
Indie includes several core packages that provide functions for data processing, scheduling, and plotting.
Most of Indie’s functionality is located in the indie
and indie.*
packages, while others, like math
,
contain features adapted from Python’s standard libraries.
indie
The main package of Indie, containing essential components.
indie.algorithms
A collection of built-in algorithms for technical analysis.
indie.plot
Tools for plotting series-based data on charts.
indie.color
Built-in colors and the rgba
function.
indie.math
Utility functions for simple calculations.
indie.schedule
Classes for defining and handling trading schedules.
datetime
Tools for working with dates and times.
statistics
Statistical functions and calculations.
math
Standard mathematical functions.
Builtins
Built-in types, constants, and functions of Indie.
Was this page helpful?