File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 180180 "description" : " Offset for profit exit. \n Usually specified in the strategy and missing in the configuration." ,
181181 "type" : " number"
182182 },
183+ "recursive_strategy_search" : {
184+ "description" : " Enable recursive strategy search." ,
185+ "type" : " boolean"
186+ },
187+ "user_data_dir" : {
188+ "description" : " Path to the user data directory."
189+ },
190+ "datadir" : {
191+ "description" : " Path to the data directory."
192+ },
183193 "fee" : {
184194 "description" : " Trading fee percentage. Can help to simulate slippage in backtesting" ,
185195 "type" : " number" ,
Original file line number Diff line number Diff line change 157157 "description" : f"Offset for profit exit. { __IN_STRATEGY } " ,
158158 "type" : "number" ,
159159 },
160+ "recursive_strategy_search" : {
161+ "description" : "Enable recursive strategy search." ,
162+ "type" : "boolean" ,
163+ },
164+ "user_data_dir" : {
165+ "description" : "Path to the user data directory." ,
166+ },
167+ "datadir" : {
168+ "description" : "Path to the data directory." ,
169+ },
160170 "fee" : {
161171 "description" : "Trading fee percentage. Can help to simulate slippage in backtesting" ,
162172 "type" : "number" ,
You can’t perform that action at this time.
0 commit comments