Announcing LightningChart Python Trader v1.2
New Product Features
LightningChart Python Trader V1.2 introduces a couple of new technical indicators and drawing tools. Furthermore, several user-requested features and improvements have been added to the library.
New technical indicators
Average Daily Range, Choppiness Index, and Hull Moving Average are now available. Similarly to other moving averages, the Hull Moving Average can also be used to smooth other indicators.
Freeform Line
Freeform Line drawing tool has been added to LightningChart Python Trader. This brush-like tool allows users to draw lines and curves freely on the chart. The color and the width of the line can be freely modified.
New features and improvements
Data padding
Data padding feature allows leaving empty space between the data and the chart edges. The space, defined in pixels, is added automatically when zooming the chart. This can make interpreting the chart easier as new values are not that close to the edge of the chart. Data padding can be set separately for top, bottom, left, and right edges.
Candlestick and Bar auto width
A new auto width feature has been added for chart types using candlesticks and bars. This feature automatically scales candles and bars when zooming closer to the data, leaving less empty space between data points. Auto width is enabled by default but can be disabled if old behaviour is preferred.
DateTime-Index conversions
Two new methods, convert_date_time_to_index() & convert_index_to_date_time(), are now available to help converting between DateTime values and X-axis indexes. For example, you can easily check what time value the 100th data point has or what is the index of the point that was week ago.
Other notable improvements
- Prevented drawing tools to be drawn on top of the margins. Now they are all clipped correctly at the edges of the chart.
- Added more safety checks to all indicator calculations, preventing them from crashing the application in most, if not all cases.
- Indicator categories now open at the same location instead of next to the respective category button. The previous approach left a large gap between the indicator search bar and the indicator list.
See our latest blogs
Javascript Charting Library comparison 2026
Every year someone publishes a listicle of JavaScript charting libraries. They screenshot a demo, note the GitHub stars, paste in the npm install command, and call it a day. Then you follow their recommendation, get six months into your project, and discover that your...
Visualizing 10 Million Data Points in the Browser (2026): The Technical Deep-Dive
Ten Million Data Points in the Browser: How WebGL Makes Mass Datasets Interactive Ten million data points. That number used to mean a database problem, not a front-end problem. Now research teams want to explore it interactively in a browser. Trading desks want...
Elliott Wave Theory in Trading
Financial markets often appear chaotic, but many traders believe that price movements follow recurring patterns driven by human psychology. One of the most influential approaches based on this idea is the Elliott Wave Theory. Developed nearly a century ago, it remains one of the most widely studied methods of technical analysis.
The Head and Shoulders Pattern in Technical Analysis
The Head and Shoulders Pattern in Technical Analysis The Head and Shoulders Pattern in Technical Analysis The Head and Shoulders pattern is one of the most recognized and widely used chart patterns in technical analysis. It is considered a reliable reversal pattern...
