Files
wiki/quant/quantdinger/backtest_runtime_defaults.json
T

18 lines
288 B
JSON
Raw Normal View History

{
"strategy": null,
"data": null,
"symbol": null,
"market": "Crypto",
"timeframe": "1D",
"start": null,
"end": null,
"capital": 10000,
"commission": 0.0012,
"slippage": 0.0,
"leverage": 1,
"direction": "long",
"params": {},
"config": null,
"script": false
}