Merge branch 'freqtrade:develop' into dca

This commit is contained in:
Reigo Reinmets
2022-01-13 10:04:39 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -838,7 +838,7 @@ In some situations it may be confusing to deal with stops relative to current ra
from datetime import datetime from datetime import datetime
from freqtrade.persistence import Trade from freqtrade.persistence import Trade
from freqtrade.strategy import IStrategy, stoploss_from_open from freqtrade.strategy import IStrategy, stoploss_from_absolute
class AwesomeStrategy(IStrategy): class AwesomeStrategy(IStrategy):

View File

@@ -86,7 +86,7 @@ def ask_user_config() -> Dict[str, Any]:
{ {
"type": "select", "type": "select",
"name": "timeframe_in_config", "name": "timeframe_in_config",
"message": "Tim", "message": "Time",
"choices": ["Have the strategy define timeframe.", "Override in configuration."] "choices": ["Have the strategy define timeframe.", "Override in configuration."]
}, },
{ {