tradingstrategy-ai / trade-executor

A Python framework for managing positions and trades in DeFi
https://tradingstrategy.ai
Other
101 stars 28 forks source link

grid search progress bar #940

Closed AlexTheLion123 closed 4 months ago

AlexTheLion123 commented 4 months ago

Summary

Currently, grid search progress bar is based on a simple percentage of # backtests completed to # total number of backtests, but doesn't take individual progress of each backtest into account.

Perhaps there is some is some simple-ish maths that will allow us to have a smooth progress bar that takes progress of individual backtests into account

AlexTheLion123 commented 4 months ago

requires too complex multithread communication