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 Core Algorithm: Add Trading Signals Module #269

Open
9 tasks done
summercms opened this issue May 26, 2024 · 1 comment
Open
9 tasks done

Update Core Algorithm: Add Trading Signals Module #269

summercms opened this issue May 26, 2024 · 1 comment
Labels
Code Update 🔔 Code Update documentation 📄 Improvements or additions to documentation enhancement 👍 New feature or request FINSIHED FINSIHED Priority: Medium Priority: Medium Testing Testing

Comments

@summercms
Copy link
Contributor

summercms commented May 26, 2024

Enhancement idea

  • Update Core Algorithm: Add Trading Signals Module.
  • Add: Trading signal emojis.
  • Add: Left justify and line breaks
  • Remove: Trading signal line breaks at the end of results.
  • Add: Run on last candle only (performance).
  • Add to Themes, see here: Add Feature: Themes module to core algorithm #194
  • Add to data window.
  • Menu option to Show/Hide Trading Signals Module in data window section.
  • Update Doc's.

Description

The trading module processes the various trading algorithms that are currently used by the trader. The results are then displayed in a section of the data window, where the trader can show/hide in the menu options.

Different trading signals are displayed ranging from buy and sell signals through to informational signals. Actionable trading signals are displayed at the top of the list and informational signals are displayed below them. Each trading signal tells the trader what trading algorithm got called and a suggested trading action.

There are also complex trading signals merging several different trading algorithms together that get displayed in the data window.

All the trading signals are joined to the alerts module to be able to send various alerts to the trader such as email, txt, push notifications etc.

All the trading signals are also joined to the warning signals module, where the trader can highlight any of the trading signals on the trading chart.

Links

n/a

@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 May 26, 2024
@summercms
Copy link
Contributor Author

Merge to Core code and Crypto Market algorithms.

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 FINSIHED FINSIHED Priority: Medium Priority: Medium Testing Testing
Projects
None yet
Development

No branches or pull requests

1 participant