messy work. backtests / mock-data

This commit is contained in:
Boki 2025-07-03 08:37:23 -04:00
parent 4e4a048988
commit fa70ada2bb
51 changed files with 2576 additions and 887 deletions

View file

@ -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
}
}
}
}