Skip to main content
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.strategies

Trading functionality for creating and managing orders and positions.

indie.plot

Tools for plotting series-based data on charts.

indie.drawings

Classes for creating manual or coordinate-based visual elements 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.

sortedcontainers

Fast and efficient sorted collections.

math

Standard mathematical functions.

<builtins>

Built-in types, constants, and functions of Indie.