Skip to main content
v1.1.0

Getting started

LightningChart Python Trader is a library for creating interactive and impressive technical analysis charts with top performance.

Installation

LightningChart Python Trader can be installed from the Python Package Index (PyPI) using pip:

pip install lightningchart_trader

Acquiring a license

After installing the package, you will need to provide Trader your license key before using the chart.

from lightningchart_trader import TAChart

# Your license key
license_key = 'my-license-key'

# Initialize TAChart
trader = TAChart(license_key)