auto populate features based on a prepended % in the strategy (remove feature assignment from config). Update doc/constants/example strategy to reflect change
This commit is contained in:
@@ -442,7 +442,6 @@ CONF_SCHEMA = {
|
||||
"identifier": {"type": "str", "default": "example"},
|
||||
"live_trained_timerange": {"type": "str"},
|
||||
"live_full_backtestrange": {"type": "str"},
|
||||
"base_features": {"type": "list"},
|
||||
"corr_pairlist": {"type": "list"},
|
||||
"feature_parameters": {
|
||||
"type": "object",
|
||||
@@ -537,4 +536,4 @@ TradeList = List[List]
|
||||
|
||||
LongShort = Literal['long', 'short']
|
||||
EntryExit = Literal['entry', 'exit']
|
||||
BuySell = Literal['buy', 'sell']
|
||||
BuySell = Literal['buy', 'sell']
|
||||
|
||||
Reference in New Issue
Block a user