Is your feature request related to a problem? Please describe.
Partially,
-
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
-
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
-
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.
- Just the sum of the 'Balance' columns likes others columns
- Use a quick selector based on bot status to see Gains/Lost/Balance between Live and Dry bots
- Add crutial healthy Column info on # of possible Warn/Error
Describe alternatives you've considered
- Sum Balance by hand give me too often headache
- Check box bot one by one could be hard operation when you manage an army of
- 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.
Is your feature request related to a problem? Please describe.
Partially,
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
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
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.
Describe alternatives you've considered
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.