Merge branch 'freqtrade:develop' into dca
This commit is contained in:
commit
c826c9c2b9
@ -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):
|
||||||
|
|
||||||
|
@ -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."]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user