From 648e969a7a6c22211b93ddc3c9b764bcda14319a Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 29 Mar 2022 19:07:29 +0200 Subject: [PATCH] Realign entry_pricing fields --- config_examples/config_binance.example.json | 2 +- config_examples/config_bittrex.example.json | 2 +- config_examples/config_ftx.example.json | 2 +- config_examples/config_kraken.example.json | 2 +- freqtrade/templates/base_config.json.j2 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config_examples/config_binance.example.json b/config_examples/config_binance.example.json index 05c872fbd..8e622eeae 100644 --- a/config_examples/config_binance.example.json +++ b/config_examples/config_binance.example.json @@ -15,9 +15,9 @@ }, "entry_pricing": { "price_side": "same", - "price_last_balance": 0.0, "use_order_book": true, "order_book_top": 1, + "price_last_balance": 0.0, "check_depth_of_market": { "enabled": false, "bids_to_ask_delta": 1 diff --git a/config_examples/config_bittrex.example.json b/config_examples/config_bittrex.example.json index b694890d7..d40ea6c5a 100644 --- a/config_examples/config_bittrex.example.json +++ b/config_examples/config_bittrex.example.json @@ -16,8 +16,8 @@ "entry_pricing": { "price_side": "same", "use_order_book": true, - "price_last_balance": 0.0, "order_book_top": 1, + "price_last_balance": 0.0, "check_depth_of_market": { "enabled": false, "bids_to_ask_delta": 1 diff --git a/config_examples/config_ftx.example.json b/config_examples/config_ftx.example.json index afbce830f..f86da8ea0 100644 --- a/config_examples/config_ftx.example.json +++ b/config_examples/config_ftx.example.json @@ -15,9 +15,9 @@ }, "entry_pricing": { "price_side": "same", - "price_last_balance": 0.0, "use_order_book": true, "order_book_top": 1, + "price_last_balance": 0.0, "check_depth_of_market": { "enabled": false, "bids_to_ask_delta": 1 diff --git a/config_examples/config_kraken.example.json b/config_examples/config_kraken.example.json index 912c1b912..69b00719a 100644 --- a/config_examples/config_kraken.example.json +++ b/config_examples/config_kraken.example.json @@ -16,8 +16,8 @@ "entry_pricing": { "price_side": "same", "use_order_book": true, - "price_last_balance": 0.0, "order_book_top": 1, + "price_last_balance": 0.0, "check_depth_of_market": { "enabled": false, "bids_to_ask_delta": 1 diff --git a/freqtrade/templates/base_config.json.j2 b/freqtrade/templates/base_config.json.j2 index 49af62cb3..f1f611a45 100644 --- a/freqtrade/templates/base_config.json.j2 +++ b/freqtrade/templates/base_config.json.j2 @@ -24,8 +24,8 @@ "entry_pricing": { "price_side": "same", "use_order_book": true, - "price_last_balance": 0.0, "order_book_top": 1, + "price_last_balance": 0.0, "check_depth_of_market": { "enabled": false, "bids_to_ask_delta": 1