Update wording to new pricing definition

This commit is contained in:
Matthias 2022-03-30 07:13:28 +02:00
parent 02aded68f9
commit 9a7867971a
2 changed files with 3 additions and 5 deletions

View File

@ -203,7 +203,6 @@ Values set in the configuration file always overwrite values set in the strategy
* `ignore_buying_expired_candle_after`
* `position_adjustment_enable`
* `max_entry_position_adjustment`
* `can_short`
### Configuring amount per trade

View File

@ -66,11 +66,10 @@ Accounts having BNB accounts use this to pay for fees - if your first trade happ
### Binance Futures' order pricing
When trading on Binance Futures market. orderbook must be used because there is no price ticker data for futures.
When trading on Binance Futures market, orderbook must be used because there is no price ticker data for futures.
``` jsonc
"bid_strategy": {
"ask_last_balance": 0.0,
"entry_pricing": {
"use_order_book": true,
"order_book_top": 1,
"check_depth_of_market": {
@ -78,7 +77,7 @@ When trading on Binance Futures market. orderbook must be used because there is
"bids_to_ask_delta": 1
}
},
"ask_strategy": {
"exit_pricing": {
"use_order_book": true,
"order_book_top": 1
},