LightningChart JS Trader Logo

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-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-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 positionand HTML text rendering. There are also helper methods available, including set_dat, add_data_arrayand 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 databuttons and inputssymbol tablestime 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.

LightningChart-Python-Trader-Mountain

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.