Merge pull request #3682 from freqtrade/db_keep_orders

Keep order history in the database
This commit is contained in:
Matthias
2020-09-19 17:12:14 +02:00
committed by GitHub
25 changed files with 1504 additions and 378 deletions

View File

@@ -120,6 +120,8 @@ Below is an outline of exception inheritance hierarchy:
| +---+ InvalidOrderException
| |
| +---+ RetryableOrderError
| |
| +---+ InsufficientFundsError
|
+---+ StrategyError
```