Replace ticker_interval with timeframe in sample configs

This commit is contained in:
Matthias
2020-06-01 20:47:36 +02:00
parent 950f358982
commit 18913db992
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"last_stake_amount_min_ratio": 0.5,
"dry_run": false,
"cancel_open_orders_on_exit": false,
"ticker_interval": "5m",
"timeframe": "5m",
"trailing_stop": false,
"trailing_stop_positive": 0.005,
"trailing_stop_positive_offset": 0.0051,