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
View File
+38
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]
+26
View File
@@ -0,0 +1,26 @@
# config/markets.yaml
markets:
kr:
enabled: false
mode: paper
exchange: kis
us:
enabled: false
mode: paper
exchange: kis
upbit:
enabled: false
mode: paper
exchange: upbit
binance:
enabled: false
mode: paper
exchange: binance
hl:
enabled: false
mode: paper
exchange: hyperliquid
poly:
enabled: false
mode: paper
exchange: polymarket