Initial public release

This commit is contained in:
sinmb79
2026-03-30 13:19:11 +09:00
commit 92a692b63c
116 changed files with 5822 additions and 0 deletions

38
config/data.yaml Normal file
View File

@@ -0,0 +1,38 @@
# OHLCV collection targets per market.
# Disabled markets (config/markets.yaml) are skipped by the collector.
binance:
symbols:
- BTC/USDT
- ETH/USDT
- BTC/USDT:USDT # futures
- ETH/USDT:USDT # futures
timeframes: [1m, 5m, 15m, 1h, 4h, 1d]
upbit:
symbols:
- BTC/KRW
- ETH/KRW
- SOL/KRW
timeframes: [1m, 5m, 15m, 1h, 4h, 1d]
hl:
symbols:
- BTC-PERP
- ETH-PERP
timeframes: [1m, 5m, 15m, 1h, 4h, 1d]
kr:
symbols:
- "005930" # Samsung Electronics
- "000660" # SK Hynix
- "035420" # NAVER
timeframes: [1m, 5m, 15m, 1h, 1d]
us:
symbols:
- AAPL
- TSLA
- NVDA
- SPY
timeframes: [1m, 5m, 15m, 1h, 1d]