LightningChart Python Trader is out now!
The most complete Python library for visualizing financial data.
What is LightningChart Python Trader?
LightingChart Python Trader is today’s most complete Python library for visualizing financial data. Version 1.0 delivers unmatched technical analysis features, flexible dashboard layouts, extensive customization options, downloadable examples, and programmatic access to chart data. LightningChart Python Trader significantly reduces development time while enabling advanced financial and trading use cases.
Features
In this section, you can read more about the latest features introduced in version 1.0. You may also refer to the documentation for implementation guidance.
Technical Indicators
LightningChart Python Trader features more than 100 technical indicators. Some of the technical indicator types included are:
- Envelopes: Bollinger Band, Donchian Channels, Fractal Chaos Bands…
- Moving Averages: EMA, SMA, TMA…
- Oscillators – Money Flow: A/D, Chaikin Money Flow, Ease of Movement…
- Oscillators – Price: Aroon Oscillator, Awesome Oscillator, Balance of Power…
- Statistics: Correlation coefficient, Kurtosis, Median Price…
- Trend Indicators: ASI, ADX, Aroon
- Volatility: Average True Range, Chaikin Volatility, Z-Value…
Dashboards
LightningChart Python Trader introduces the dashboard feature, allowing users to add multiple charts in fully customizable layouts. It is possible to create custom workspaces with different chart types, timeframes, and indicators in the same view.
Technical Analysis Chart (TAChart) Constructor
When creating a new chart, it is possible to define values for theme, load_from_store, axis position, and HTML text rendering. There are also helper methods available, including set_dat, add_data_array, and load_csv, now supporting unsorted datasets.
trader = TAChart(
license_key,
html_text_rendering=True,
load_from_storage=False,
theme='turquoiseHexagon',
axis_on_right=True
)
Data Retrieval Methods
A new set of helper methods (named like get_*) lets users easily access things like chart data, buttons and inputs, symbol tables, time settings, and volume info—all through code. This means you can now fully control and analyze charts automatically, or build your custom user interfaces using this data.
Menu Options Control
LightningChart Python introduces 41 new menu_options()to show/hide UI elements. This is helpful to build custom data visualization interfaces and simpler experiences.
menu = trader.menu_options()
menu.show_chart_title_input(False)
menu.show_currency_input(False)
menu.show_watermark_text_input(False)
Mountain Gradients
LightningChart Python 1.0 introduces better gradient options to different chart types including mountain charts.
Explore the LightningChart Python Trader
Getting started with LightningChart Python Trader is easy. We’ve compiled a comprehensive documentation and 26+ examples that can be easily downloaded as ZIP files (requires a license key to run) to help you get started visualizing financial data in Python.
See more news
Which JavaScript Chart Library Do AI Coding Agents Actually Recommend, and Does It Matter?
In this article Why AI coding agents have strong library preferences What the defaults actually are (and the data behind them) When the defaults work fine When they quietly fail you What to do instead: giving your agent better information The keyword angle nobody is...
How to Set Up LightningChart JS in Cursor and Claude Code Using MCP, in Under 5 Minutes
A step-by-step guide to installing the LightningChart JS MCP server so your AI coding agent stops hallucinating chart APIs and starts writing production-ready code from the first prompt. AI coding agents are good at writing chart code. They are less good at writing...
The LightningChart JS Agent Skill: Give Any AI Coding Agent Accurate Charting Knowledge in 60 Seconds
An agent skill is a folder of instructions your AI coding tool picks up automatically. This one teaches any compatible agent how to use LightningChart JS correctly, before it writes a single line of chart code. Agent skills are a relatively new concept and the...
Why AI Coding Agents Get Data Visualization Wrong, and What to Do About It
AI coding assistants are getting good at most parts of application development. Data visualization is one of the areas where they still have a consistent, predictable failure mode. This article explains the mechanics of why it happens and the practical fix. I spent a...



