tradingstrategy-ai/trade-executor

Grid search caching

Closed this issue · 0 comments

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

  • Changing decide_trades will overwrite the cache with new results
  • Chainging StrategyParameters will overwrite the cache with new results