> ## Documentation Index
> Fetch the complete documentation index at: https://takeprofit.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<CardGroup cols={3}>
  <Card title="indie" icon="hand-horns" href="/indie/Library-reference/package-indie">
    The main package of Indie, containing essential components.
  </Card>

  <Card title="indie.algorithms" icon="waveform" href="/indie/Library-reference/package-indie-algorithms">
    A collection of built-in algorithms for technical analysis.
  </Card>

  <Card title="indie.strategies" icon="money-bill-trend-up" href="/indie/Library-reference/package-indie-strategies">
    Trading functionality for creating and managing orders and positions.
  </Card>

  <Card title="indie.plot" icon="chart-line" href="/indie/Library-reference/package-indie-plot">
    Tools for plotting series-based data on charts.
  </Card>

  <Card title="indie.drawings" icon="comment-text" href="/indie/Library-reference/package-indie-drawings">
    Classes for creating manual or coordinate-based visual elements on charts.
  </Card>

  <Card title="indie.color" icon="palette" href="/indie/Library-reference/package-indie-color">
    Built-in colors and the `rgba` function.
  </Card>

  <Card title="indie.math" icon="calculator-simple" href="/indie/Library-reference/package-indie-math">
    Utility functions for simple calculations.
  </Card>

  <Card title="indie.schedule" icon="clock" href="/indie/Library-reference/package-indie-schedule">
    Classes for defining and handling trading schedules.
  </Card>

  <Card title="datetime" icon="calendar" href="/indie/Library-reference/package-datetime">
    Tools for working with dates and times.
  </Card>

  <Card title="statistics" icon="magnifying-glass-chart" href="/indie/Library-reference/package-statistics">
    Statistical functions and calculations.
  </Card>

  <Card title="sortedcontainers" icon="arrow-down-a-z" href="/indie/Library-reference/package-sortedcontainers">
    Fast and efficient sorted collections.
  </Card>

  <Card title="math" icon="square-root-variable" href="/indie/Library-reference/package-math">
    Standard mathematical functions.
  </Card>

  <Card title="<builtins>" icon="cube" href="/indie/Library-reference/builtins">
    Built-in types, constants, and functions of Indie.
  </Card>
</CardGroup>
