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 caching #934

Closed AlexTheLion123 closed 3 months ago

AlexTheLion123 commented 4 months ago

Background

Seems like the grid search doesn't rerun upon changing the decide_trades or variables in the StrategyParameters class. This can lead to users thinking they are running a new grid search when if fact they are reusing results for an old grid search.

Currently, the workaround for this is to use

Acceptance criteria