Symbol & data refactoring for Nautilus

This commit is contained in:
2026-04-01 00:59:13 -04:00
parent cd28e18e52
commit 93bc8a3a4f
55 changed files with 537 additions and 600 deletions

View File

@@ -164,7 +164,7 @@ async function getChartState(workspaceManager: WorkspaceManager, logger: Fastify
if (!chartState) {
// Return default chart state
return {
symbol: 'BINANCE:BTC/USDT',
symbol: 'BTC/USDT.BINANCE',
start_time: null,
end_time: null,
period: 900,
@@ -177,7 +177,7 @@ async function getChartState(workspaceManager: WorkspaceManager, logger: Fastify
logger.error({ error }, 'Failed to get chart state from workspace');
// Return default chart state
return {
symbol: 'BINANCE:BTC/USDT',
symbol: 'BTC/USDT.BINANCE',
start_time: null,
end_time: null,
period: 900,