Skip to content

Dashboard at glance #2565

Description

@bigbroseur

Is your feature request related to a problem? Please describe.
Partially,

  1. in the 'bot comparison' window you have a sum of all columns except the 'Balance'.
    It could be cool to have that to know what is our current global capital.
    We have to do the operation by hand and with a lot of bots it's quit difficult

  2. You recently added the very interesting 'Status' column (Dry, Live, Offline), which could also be very useful as a global selector.
    Let me explain, with a selection header, clicking on the header would switch from Status-all to -dry then to -live then -offline, allowing you to select the bot group in one click

  3. For the last one, it's a little more complex: add a 'W/E', 'Warning/Error' column that would display the number of lines in the bot's log file from a grep -i 'warning' or 'error'.
    The grep would be performed on a window to be defined (say, the last 100 lines of the file or the current date). The idea behind it is to have a dashboard that provides vital information at a glance.

Describe the solution you'd like
A clear and concise description of what you want to happen.

  1. Just the sum of the 'Balance' columns likes others columns
  2. Use a quick selector based on bot status to see Gains/Lost/Balance between Live and Dry bots
  3. Add crutial healthy Column info on # of possible Warn/Error

Describe alternatives you've considered

  1. Sum Balance by hand give me too often headache
  2. Check box bot one by one could be hard operation when you manage an army of
  3. I need to select the bot , one by one, first, then go to logs tabs and make a search in page browser to see if you have warn or error words
    or launch terminal session and use a parallel-ssh to exec grep on all physical server on all logical bot log files. I prefer this one to get global info that say 'Today no Warn, No error', no need specific operation management just concentrate to your new start.
    PS: If you implement 3. Don't forget to sum also # Warn/Err if sum = 0 then just concentrate to your new start.

I can give you the shell script of parallel-ssh if you want.

And finally...
Just to thank you for the impressive work you've done on Freqtrade family and its evolution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Low prioIssues with low priorityenhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions