Replace ticker_interval with timeframe in sample configs
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|     "stake_amount": 0.05, |     "stake_amount": 0.05, | ||||||
|     "tradable_balance_ratio": 0.99, |     "tradable_balance_ratio": 0.99, | ||||||
|     "fiat_display_currency": "USD", |     "fiat_display_currency": "USD", | ||||||
|     "ticker_interval": "5m", |     "timeframe": "5m", | ||||||
|     "dry_run": false, |     "dry_run": false, | ||||||
|     "cancel_open_orders_on_exit": false, |     "cancel_open_orders_on_exit": false, | ||||||
|     "trailing_stop": false, |     "trailing_stop": false, | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
|     "stake_amount": 0.05, |     "stake_amount": 0.05, | ||||||
|     "tradable_balance_ratio": 0.99, |     "tradable_balance_ratio": 0.99, | ||||||
|     "fiat_display_currency": "USD", |     "fiat_display_currency": "USD", | ||||||
|     "ticker_interval": "5m", |     "timeframe": "5m", | ||||||
|     "dry_run": true, |     "dry_run": true, | ||||||
|     "cancel_open_orders_on_exit": false, |     "cancel_open_orders_on_exit": false, | ||||||
|     "trailing_stop": false, |     "trailing_stop": false, | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     "last_stake_amount_min_ratio": 0.5, |     "last_stake_amount_min_ratio": 0.5, | ||||||
|     "dry_run": false, |     "dry_run": false, | ||||||
|     "cancel_open_orders_on_exit": false, |     "cancel_open_orders_on_exit": false, | ||||||
|     "ticker_interval": "5m", |     "timeframe": "5m", | ||||||
|     "trailing_stop": false, |     "trailing_stop": false, | ||||||
|     "trailing_stop_positive": 0.005, |     "trailing_stop_positive": 0.005, | ||||||
|     "trailing_stop_positive_offset": 0.0051, |     "trailing_stop_positive_offset": 0.0051, | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ | |||||||
|     "stake_amount": 10, |     "stake_amount": 10, | ||||||
|     "tradable_balance_ratio": 0.99, |     "tradable_balance_ratio": 0.99, | ||||||
|     "fiat_display_currency": "EUR", |     "fiat_display_currency": "EUR", | ||||||
|     "ticker_interval": "5m", |     "timeframe": "5m", | ||||||
|     "dry_run": true, |     "dry_run": true, | ||||||
|     "cancel_open_orders_on_exit": false, |     "cancel_open_orders_on_exit": false, | ||||||
|     "trailing_stop": false, |     "trailing_stop": false, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user