jefc1111 / zenbot-sim-runner

A sim run batch aggregator / automator for Zenbot. Eases the process of backtesting and subsequent analysis of results.
4 stars 1 forks source link

Use Zenbot's 'list-strategies' command in strategy importer #2

Closed mathiasaerts closed 3 years ago

mathiasaerts commented 3 years ago

In this pull request, I'm switching to getting the strategy list from the zenbot list-strategies command instead of a markdown file. This way, it should always be up-to-date with all the available strategies in Zenbot.

I also added a conversion from hours to minutes, as this allows users to use smaller steps.