Merge pull request #3682 from freqtrade/db_keep_orders
Keep order history in the database
This commit is contained in:
@@ -120,6 +120,8 @@ Below is an outline of exception inheritance hierarchy:
|
||||
| +---+ InvalidOrderException
|
||||
| |
|
||||
| +---+ RetryableOrderError
|
||||
| |
|
||||
| +---+ InsufficientFundsError
|
||||
|
|
||||
+---+ StrategyError
|
||||
```
|
||||
|
Reference in New Issue
Block a user