惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
爱范儿
爱范儿
量子位
Martin Fowler
Martin Fowler
V
V2EX
博客园 - 三生石上(FineUI控件)
I
InfoQ
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
Engineering at Meta
Engineering at Meta

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Announcing LightningChart JS Trader v.4.1
LightningCha · 2026-05-27 · via DEV Community

New Product Features

LightningChart JS Trader 4.1 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.

New technical indicators: Average Daily Range, Choppiness Index, and Hull Moving Average.

Freeform Line

Freeform Line drawing tool has been added to LightningChart JS 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.

Several Freeform Line tools drawn on the chart.

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.

Data padding in use. 200 pixels on the right edge and 50 pixels on top and bottom. Note that top and bottom padding do not affect indicators.

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.

The old behaviour without auto width on the top, and the new behaviour with it on the bottom. Both charts have the same zooming level.

DateTime-Index conversions

Two new methods, convertDateTimeToIndex() and convertIndexToDateTime(), 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.
Built better Fintech apps with LightningChart JS Trader v4.1
To learn more about this release, visit the documentation.

Get LightningChart JS Trader v4.1