Symbol & data refactoring for Nautilus
This commit is contained in:
@@ -10,7 +10,7 @@ export interface ChartState {
|
||||
}
|
||||
|
||||
export const useChartStore = defineStore('chartState', () => {
|
||||
const symbol = ref<string>('BINANCE:BTC/USDT')
|
||||
const symbol = ref<string>('BTC/USDT.BINANCE')
|
||||
const start_time = ref<number | null>(null)
|
||||
const end_time = ref<number | null>(null)
|
||||
const period = ref<number>(900) // seconds; default 15 minutes
|
||||
|
||||
Reference in New Issue
Block a user