This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
✨ populate_frequi_trend_plots
- Colored block plot to clearly display used trend
#174
Labels
Feature - New
New feature or pull request
Planned
Planned feature, improvement or bugfix (not being worked on yet)
Milestone
The idea here is to implement a new
true/false
setting,display_frequi_trend_plots
.I'll explain the idea for the current core trend TimeFrame implementation for simplicity.
(For the upcoming Multi-TimeFrame the below logic will be done foe each core trend TimeFrame used)
If toggled to
true
&self.is_dry_live_run_detected is True
:dataframe
, one for each trend, for example:downwards_detected
sideways_detected
upwards_detected
Detected Trend
will be added to thepopulate_frequi_plots
function, this will contain the newly added columns, each with an individual color:This will result into a new Sub Plot in FreqUI which gives an easy/clear colored block graph display of which trend (and thus weighted signal setup) is being used by MoniGoMani at all times. 😄
The text was updated successfully, but these errors were encountered: