nick-dolan / gekko-batcher

Batch backtest tool for Gekko.
MIT License
36 stars 15 forks source link

First thanks and some proposals for improvement #1

Closed ExOmRa closed 5 years ago

ExOmRa commented 6 years ago

Hi. Great job. Much faster and more stable than the same BacktestTool.

For better usability, it’s worth adding a few features:

  1. Ability to set the range of tested parameters
  2. Output amount of time to optimize
  3. Output to Exel or similar

Thanks.

ExOmRa commented 6 years ago
  1. Also, it need the ability, to specify strategy parameters itself.
nick-dolan commented 6 years ago

@TeoWay thank you for feedback and for your proposals. I have plans to implement 1st and 4th points. 2 – it would be nice feature. I'll think about it. 4 – you could open csv file in Excel or any other software for it.

nick-dolan commented 5 years ago

@TeoWay I have created related issues: Ability to set the range of tested parameters for strategy Get strategy configs not only from TOML Calculate the time remaining

If you have any other features/questions to discuss feel free to create another issue.