최초 프로젝트 업로드 (Script Auto Commit)

This commit is contained in:
2025-12-03 22:40:47 +09:00
commit dd9acf62a3
39 changed files with 5251 additions and 0 deletions

4
src/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .common import logger
from .indicators import fetch_ohlcv, compute_macd_hist, ta
from .signals import evaluate_sell_conditions
from .notifications import send_telegram