complete stoploss_from_open and associated test

This commit is contained in:
Brook Miles
2021-03-17 22:44:10 +09:00
parent aee2591490
commit ce1ed76269
3 changed files with 51 additions and 6 deletions

View File

@@ -2,5 +2,4 @@
from freqtrade.exchange import (timeframe_to_minutes, timeframe_to_msecs, timeframe_to_next_date,
timeframe_to_prev_date, timeframe_to_seconds)
from freqtrade.strategy.interface import IStrategy
from freqtrade.strategy.strategy_helper import merge_informative_pair
from freqtrade.strategy.strategy_helper import stoploss_from_open
from freqtrade.strategy.strategy_helper import merge_informative_pair, stoploss_from_open