Symbol & data refactoring for Nautilus
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user