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
Best Telerik Charts Alternative in 2026: GPU Performance for WPF, WinForms, and Web
Telerik from Progress is a comprehensive UI component suite covering WPF, WinForms, ASP.NET, Blazor, and JavaScript. The charting components: RadChartView for WPF and WinForms, and Kendo UI Charts for web and Blazor, arrive bundled with the suite purchase. For teams...
Streaming Data Visualization with WebSockets (2026): The Complete Tutorial
Every WebSocket tutorial on the internet shows the same thing: a server sends a random number every second, a chart updates. It works. The demo looks great. Then you deploy to production, your IoT sensors push 800 updates per second across twelve channels, and the...
Best ScottPlot Alternative in 2026: GPU Rendering, 3D Charts, Cross-Language Support
ScottPlot is genuinely excellent for what it is: a free, MIT-licensed, actively developed .NET plotting library with an honest focus on interactive large-dataset display. The GDI+ rasterized renderer — which draws the entire chart as a pixel bitmap rather than...
Using Fibonacci Tools in Trading: A Practical Guide for Market Analysis
Using Fibonacci Tools in Trading: A Practical Guide for Market AnalysisTechnical traders rely on various tools to identify potential support, resistance, and price targets. Among the most widely used are Fibonacci tools, which are based on the mathematical sequence...



