-
-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Features: Area & Bar & custom Candlestick series types, Grouping series in Legend, + plugins: Trend Trace, Fill area between 2 series, VolumeProfile, + Indicators, Settings+Context menu #473
Open
EsIstJosh
wants to merge
75
commits into
louisnw01:main
Choose a base branch
from
EsIstJosh:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+23,720
−597
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use existing line/histogram logic to implement area charts
Add methods to plot area chart.
Fix: Area line coloring Feat: Implement bar series
Feat: Implement bar series
Feat: Implement Area and Bar series types
formatting
Fix: Bar update method
Add functionality to group lines under a single legend item following example shown by @esteban2006 louisnw01#452 (comment)
Implement logic to handle LegendGroup creation when creating a line series.
Add group parameter (str) to make a line appear in the legend under a LegendGroup
Legend group
Add legend_symbol, group to series types
Cleaned up, restructured for easier interaction adding/removing
Fix wick position for combined candles
For those who think the default candles are too thick.
Enhance flexibility by enabling the configuration of lineStyle, lineWidth, and the shape of individual bars through corresponding columns in the DataFrame, similar to the existing options for color, borderColor, and wickColor. Also improve performance by separating data aggregation from rendering.
legend bug fixes
add more indicators, bug fixes
Update to lightweight-charts v5.0.1
Add Pitchfork Indicator
Added saving options
new Settings Menu
License
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Series Types:
| | |
V V V
Capable of candle data aggregation
)
for displaying multiple timeframes
simultaneously
Customizable Line Width
Customizable Line Style
Customizable Bar Spacing
Customizable Shape:
Volume Color Opacity
Plugins:
YouCut_20250216_064834465.mp4
Pitch Fork: Tool for drawing (added to toolbox):
Volume Profile: Displays volume profiles based on the visible range ( also can be instantiated from and linked to existing drawing: box, trendline etc)
Trend Trace: A transformable/scalable replica of a section of series between a drawings points. Similar to 'Bars Pattern' in TradingView (instantiated from and linked to existing drawing: box, trendline etc)
Screen.Recording.2025-01-24.112158.3.mp4
Indicators (implemented in typescript, from KLineChart primarily ( https://github.com/klinecharts/KLineChart )):
Context Menu:
Legend
Series Cloning / Type Conversion
-Settings Menu:
Note: