Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Apr 15, 2021
1 parent 7a4f644 commit 127db72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manager/Infra/Process/InstanceProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function backtestDownloadDataForInstance(Instance $instance, int $
sprintf('--volume %s:/freqtrade/user_data:rw', $instance->directories['host']['data']),
'ph3nol/freqtrade:latest',
'download-data',
sprintf('-t %s', $instance->config['ticker_interval']),
sprintf('-t %s', $instance->config['timeframe'] ?? $instance->config['ticker_interval']),
sprintf('--exchange %s', $instance->config['exchange']['name']),
'--erase',
sprintf('--days=%d', $daysCount),
Expand Down

0 comments on commit 127db72

Please sign in to comment.