-
-
Notifications
You must be signed in to change notification settings - Fork 226
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: Additional Candlestick series, Higher Time Frame Candles #484
Open
EsIstJosh
wants to merge
31
commits into
louisnw01:main
Choose a base branch
from
EsIstJosh:plugin-CustomCandles
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.
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.
…ightweight-charts-python into plugin-CustomCandles
Untitled.video.31.mp4
|
Being able to display two series on one, I have that specific use case (not multiple time frame). Either way, hope to see this get merged! |
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.
Support for Secondary Candlestick Series:
Allows users to overlay or compare a secondary candlestick series alongside the primary one.
Enables simultaneous viewing of different data resolutions or related market instruments.
Useful when pairs-trading or working with correlated assets.
Custom Styling
User can now set :
Multi-Timeframe Viewing:
Can combine candle data dynamically, Handles high-timeframe data gracefully, ensuring precise alignment and proportional scaling and enabling higher timeframe visualization from a viewing a lower timeframe
Advanced Candle Shape Options:
Added support for various candle shapes such as Rectangle, Rounded, Ellipse, Polygon, and Arrow, with seamless integration of styles and spacing.
Makes for some aesthetic variety and can help differentiate between separate candle series plotted on the same chart.
https://github.com/user-attachments/assets/c436d69a-9c72-4d88-8689-91c98fd7025f