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

[Candles] Candle conversion for Renko Candles #25

Open
MerlinR opened this issue Sep 30, 2024 · 0 comments
Open

[Candles] Candle conversion for Renko Candles #25

MerlinR opened this issue Sep 30, 2024 · 0 comments

Comments

@MerlinR
Copy link
Owner

MerlinR commented Sep 30, 2024

Add Candle painting to convert Candles to Renko Candles. This is alot trickier then perceived, as Candle's now (in development branch) require timestamps, where Renko candle's are time agnostic.

A solution would be to remove Candle timestamp requirement, and within CandleManager have converted Candle's added into there own List. This way we can keep appending and merging into the Candle's and have the converted Candles elsewhere without a timestamp, so we always have the source. We would then need to pass this List ref to Indicator's rather than the source but still append to source. This would effectively double the candle's but make candle conversation easier.

Note the current Candle timestamp requirement is in Development and not pushed and is planned for 2.0 release, so this change would likely need to be done with 2.0 release as well.

Related to #9

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

No branches or pull requests

1 participant