messy work. backtests / mock-data
This commit is contained in:
parent
4e4a048988
commit
fa70ada2bb
51 changed files with 2576 additions and 887 deletions
|
|
@ -222,6 +222,21 @@
|
|||
"origins": ["http://localhost:3000", "http://localhost:4200"],
|
||||
"credentials": true
|
||||
}
|
||||
},
|
||||
"orchestrator": {
|
||||
"port": 2004,
|
||||
"defaultMode": "paper",
|
||||
"paperTradingCapital": 100000,
|
||||
"enableWebSocket": true,
|
||||
"backtesting": {
|
||||
"maxConcurrent": 5,
|
||||
"defaultSpeed": "max",
|
||||
"dataResolutions": ["1m", "5m", "15m", "1h", "1d"]
|
||||
},
|
||||
"strategies": {
|
||||
"maxActive": 10,
|
||||
"watchdogInterval": 5000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue