Skip to content

Commit

Permalink
Add some imports
Browse files Browse the repository at this point in the history
closes #10053
  • Loading branch information
xmatthias committed Apr 9, 2024
1 parent 859dd6b commit e5f3d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/strategy-callbacks.md
Expand Up @@ -809,6 +809,7 @@ Returning a value more than the above (so remaining stake_amount would become ne

``` python
from freqtrade.persistence import Trade
from typing import Optional, Tuple, Union


class DigDeeperStrategy(IStrategy):
Expand Down Expand Up @@ -948,7 +949,7 @@ If the cancellation of the original order fails, then the order will not be repl

```python
from freqtrade.persistence import Trade
from datetime import timedelta
from datetime import timedelta, datetime

class AwesomeStrategy(IStrategy):

Expand Down

0 comments on commit e5f3d04

Please sign in to comment.