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

Update Feature: Bitcoin/Altcoin Dominance Algorithm + Dominance Strength Algorithm #241

Open
2 tasks
summercms opened this issue May 5, 2024 · 1 comment
Open
2 tasks
Labels
Code Update 🔔 Code Update enhancement 👍 New feature or request In-progress In-progress Priority: Medium Priority: Medium

Comments

@summercms
Copy link
Contributor

summercms commented May 5, 2024

Enhancement idea

  • Update Feature: Bitcoin/Altcoin Dominance Algorithm + Dominance Strength Algorithm.
  • Change from resetting at the beginning of the day to rolling 24 hours period.

Description

Problem

At the beginning of everyday 00:00 the algorithm resets and the previous data is wiped. This creates a problem with the new data in the first few hours of the new day.

Solution

To fix this issue, instead of resetting the data once a day! An update to the algorithms will calculates a rolling 24-hour period, e.g.

  • The time is 6pm UTC it takes all the data from the last 24 hours - up until 6pm yesterday to now.
  • The time is 7pm UTC it takes all the data from the last 24 hours - up until 7pm yesterday to now.
  • and so on...

Issue

This will create a repainting setup and slow down performance - but should give better data and a more stable format.

Links

Bitcoin/Altcoin Dominance Algorithm + Dominance Strength Algorithm

@summercms summercms added enhancement 👍 New feature or request Code Update 🔔 Code Update In-progress In-progress Priority: Medium Priority: Medium labels May 5, 2024
Copy link

welcome bot commented May 5, 2024

Thanks for opening this issue. A contributor from the Charting Show team will give feedback soon. In the meantime, please check out the contributing guidelines and explore other ways you can get involved with the Charting Show community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Update 🔔 Code Update enhancement 👍 New feature or request In-progress In-progress Priority: Medium Priority: Medium
Projects
None yet
Development

No branches or pull requests

1 participant