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

Add Feature: Long-Term Sentiment Algorithm #106

Open
5 tasks done
summercms opened this issue Mar 4, 2024 · 0 comments
Open
5 tasks done

Add Feature: Long-Term Sentiment Algorithm #106

summercms opened this issue Mar 4, 2024 · 0 comments
Labels
Code Update 🔔 Code Update documentation 📄 Improvements or additions to documentation enhancement 👍 New feature or request In-progress In-progress Priority: Medium Priority: Medium

Comments

@summercms
Copy link
Contributor

summercms commented Mar 4, 2024

Enhancement idea

Description

The long-term sentiment algorithm is made up of several sections.

The first section uses blockchain data and not price action to work out whether the cryptocurrency market is in either a bull run or a bear market.

The next section then divides the bull run into various stages. The primary stage is Bitcoin making gains during the bull run. A secondary stage is when Bitcoin and the Altcoins are making gains. An extra stage can check the current trading cryptoasset to see if it can make gains during the primary stage when Bitcoin and not the Altcoins are making gains! This happens when the Altcoin is trending and there is high interest in the cryptoasset.

Trading Strategy

During a bear market traders should hold stable coins and either not trade the market or get in and out quickly!

During a bull run traders should hold Bitcoin and switch to Altcoins during the secondary stage or in special cases the extra stage when the Altcoin is trending.

The trading strategy will be shown in the data window on the chart in real-time!

Data Window Results

  • Bear Market ▼ (Hold Stable Coins)
  • Bull Market ▲ (Bitcoin Only)
  • Bull Market ▲ (Bitcoin + Current Asset)
  • Bull Market ▲ (Bitcoin + Altcoins)

(*) - The Bull Market ▲ (Bitcoin + Current Asset) result is added to the core code and not to the crypto market algorithm.

Links

https://www.investopedia.com/insights/digging-deeper-bull-and-bear-markets/

@summercms summercms added enhancement 👍 New feature or request Code Update 🔔 Code Update In-progress In-progress Priority: Medium Priority: Medium documentation 📄 Improvements or additions to documentation labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Update 🔔 Code Update documentation 📄 Improvements or additions to documentation enhancement 👍 New feature or request In-progress In-progress Priority: Medium Priority: Medium
Projects
None yet
Development

No branches or pull requests

1 participant