Build-commands should write timeframe instead of ticker interval

This commit is contained in:
Matthias
2020-06-01 20:15:48 +02:00
parent 7e10ebc848
commit b2025597aa
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"stake_amount": {{ stake_amount }},
"tradable_balance_ratio": 0.99,
"fiat_display_currency": "{{ fiat_display_currency }}",
"ticker_interval": "{{ ticker_interval }}",
"timeframe": "{{ timeframe }}",
"dry_run": {{ dry_run | lower }},
"cancel_open_orders_on_exit": false,
"unfilledtimeout": {