Skip to content
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

[Feature] show up or down color of candle bar based on previous close and current close #495

Open
manchingchan1992 opened this issue Oct 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@manchingchan1992
Copy link

Feature Description

Can add a new candle type to show up or down color of candle bar based on previous close and current close. Currently up or down color depends on current close > current open or current close < current open

To Do

CandleBarView add logic to check up or down color based on previous close >current close or previous close < current close.

@liihuu liihuu added the enhancement New feature or request label Nov 1, 2023
@dgandram
Copy link

Definitely, this is a must. I'm just beginning to use klinecharts so I don't know how to do it but I will try to implement it and if I'm able to, I will do a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants