프롬프트 수정

This commit is contained in:
2025-08-30 23:43:47 +09:00
parent f00de76c83
commit bf890efd8b
2 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ const ex = new ccxt.bybit({
options: { defaultType: 'swap' }
});
const ohlcv = await ex.fetchOHLCV(cfg.cctxSymbol, cfg.ohlcvInterval, undefined, 200);
const ohlcv = await ex.fetchOHLCV(cfg.cctxSymbol, cfg.ohlcvInterval, undefined, 672);
const bars = ohlcv.map(c => ({
t: c[0],
o: c[1],