Reduce code complexity by combining buy and buy_fill methods

This commit is contained in:
Matthias
2021-11-30 19:45:20 +01:00
parent f0abe218a2
commit 542963c7a6
3 changed files with 11 additions and 21 deletions

View File

@@ -104,7 +104,8 @@ Possible parameters are:
* `trade_id`
* `exchange`
* `pair`
* `limit`
* ~~`limit` # Deprecated - should no longer be used.~~
* `open_rate`
* `amount`
* `open_date`
* `stake_amount`
@@ -146,6 +147,8 @@ Possible parameters are:
* `stake_amount`
* `stake_currency`
* `fiat_currency`
* `order_type`
* `current_rate`
* `buy_tag`
### Webhooksell