mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix erroneous import in docs
This commit is contained in:
parent
775b1201d2
commit
33cb9e9002
|
@ -838,7 +838,7 @@ In some situations it may be confusing to deal with stops relative to current ra
|
|||
|
||||
from datetime import datetime
|
||||
from freqtrade.persistence import Trade
|
||||
from freqtrade.strategy import IStrategy, stoploss_from_open
|
||||
from freqtrade.strategy import IStrategy, stoploss_from_absolute
|
||||
|
||||
class AwesomeStrategy(IStrategy):
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user