feat: Pair-Typ um Trump-Universum erweitert (LINK/AAVE/ONDO/ENA/SUI/SEI)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PAIRS } from '../types';
|
||||
import { ALL_PAIRS } from '../types';
|
||||
import { fetchCandles } from '../market/cryptocom';
|
||||
import { insertCandles, getCoverage } from '../market/candle-store';
|
||||
import { sql } from '../db/client';
|
||||
@@ -7,7 +7,7 @@ const M15 = 15 * 60 * 1000;
|
||||
const TARGET_MONTHS = 36;
|
||||
const since = Date.now() - TARGET_MONTHS * 30 * 24 * 60 * 60 * 1000;
|
||||
|
||||
for (const pair of PAIRS) {
|
||||
for (const pair of ALL_PAIRS) {
|
||||
let endTs: number | undefined = undefined;
|
||||
let total = 0;
|
||||
let prevOldest: number | undefined = undefined;
|
||||
|
||||
Reference in New Issue
Block a user