tommiehansen / gab

Gekko Automated Backtests
57 stars 19 forks source link

new feature - Add progress bar #33

Open izevar opened 5 years ago

izevar commented 5 years ago

Adding a progress bar to see how much test are done and how many remain will be very useful

tommiehansen commented 5 years ago

Sometimes these could be in the billions so you could potentially see 0% for a very... very... very long time.

But yes, this would be possible by calculating max number of possible combinations and then just calculate the percentage.

But since GAB will simply quit if Has already been ran condition is met 100x in a row what's the point of knowing? You can calculate max possibilities via /gab/tools/possibility_check.php if you need some sort of value.