Docs: Fix the fix

pull/3291/head
hroff-1902 6 years ago
parent e2b9c24856
commit f1367b38a4

@ -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):

Loading…
Cancel
Save