Docs: Fix the fix

This commit is contained in:
hroff-1902 2020-05-12 14:42:33 +03:00
parent e2b9c24856
commit f1367b38a4

View File

@ -20,7 +20,7 @@ It applies a tight timeout for higher priced assets, while allowing more time to
The function must return either `True` (cancel order) or `False` (keep order alive).
``` python
from datetime import datetime
from datetime import datetime, timedelta
from freqtrade.persistence import Trade
class Awesomestrategy(IStrategy):