Symbol & data refactoring for Nautilus
This commit is contained in:
@@ -388,8 +388,8 @@ export class DuckDBClient {
|
||||
async queryOHLC(
|
||||
ticker: string,
|
||||
period_seconds: number,
|
||||
start_time: bigint, // microseconds
|
||||
end_time: bigint // microseconds
|
||||
start_time: bigint, // nanoseconds
|
||||
end_time: bigint // nanoseconds
|
||||
): Promise<any[]> {
|
||||
await this.initialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user