Commit Graph

1817 Commits

Author SHA1 Message Date
2569718930@qq.com 7d733a7ae8 2026-02-06 22:15:10.570 | INFO | __main__:run_bot:16 - 🤖 正在启动电报指令监听器 (被动查询模式)...
2026-02-06 22:15:10.570 | SUCCESS  | __main__:main:35 - 🚀 系统已全面上线!
2026-02-06 22:15:10.572 | INFO     | __main__:main:36 - 您可以现在去电报发送 /signal 指令测试。
2026-02-06 22:15:10.573 | INFO     | __main__:main:37 - 监控引擎将在后台持续运行,发现 85¢-95¢ 价格将自动推送。
2026-02-06 22:15:11.025 | WARNING  | src.data_collection.polymarket_api:<module>:14 - 官方库 py-clob-client 未安装,将回退到 requests 模式
2026-02-06 22:15:11.353 | INFO     | src.utils.notifier:__init__:25 - Telegram 通知器初始化完成。
Bot is starting and listening for commands...
2026-02-06 22:15:12.013 | WARNING  | src.models.statistical_model:<module>:12 - statsmodels not installed, ARIMA model unavailable
2026-02-06 22:15:12.014 | WARNING  | src.models.statistical_model:<module>:20 - scikit-learn not installed, ML models unavailable
2026-02-06 22:15:12 | INFO     | 日志系统初始化完成。
2026-02-06 22:15:12 | INFO     | 🌟 PolyWeather 监控引擎启动中...
2026-02-06 22:15:12 | INFO     | 正在使用代理: http://127.0.0.1:7890
2026-02-06 22:15:12 | INFO     | Polymarket 客户端初始化完成。Base URL: https://clob.polymarket.com
2026-02-06 22:15:12 | INFO     | 正在使用天气数据代理: http://127.0.0.1:7890
2026-02-06 22:15:12 | INFO     | 天气数据采集器初始化完成。
2026-02-06 22:15:12 | INFO     | Initializing Onchain Tracker (Whale Threshold: $5000)
2026-02-06 22:15:12 | INFO     | Telegram 通知器初始化完成。
2026-02-06 22:15:12 | INFO     | Temperature Predictor initialized
2026-02-06 22:15:12 | INFO     | Initializing Volume Analyzer...
2026-02-06 22:15:12 | INFO     | Initializing Technical Indicators...
2026-02-06 22:15:12 | INFO     | 决策引擎初始化完成。
2026-02-06 22:15:12 | INFO     | Initializing Whale Tracker...
2026-02-06 22:15:12 | INFO     | 模拟交易系统初始化。累计成交: 0 笔, 买入记录: 0 笔
2026-02-06 22:15:13 | INFO     | Telegram 消息发送给 2133226470 成功。
2026-02-06 22:15:13 | INFO     | 已加载历史推送记录,共 44 条
2026-02-06 22:15:13 | INFO     | --- 开启新一轮全量动态监控 (自动搜寻所有天气市场) ---
2026-02-06 22:16:00 +08:00
2569718930@qq.com bc4eb6445b feat: Implement multi-source weather data collection from various APIs and integrate Polymarket API functionality. 2026-02-06 22:15:42 +08:00
2569718930@qq.com 1b4ffe2d10 refactor: 集成官方 py-clob-client 客户端 2026-02-06 22:07:36 +08:00
2569718930@qq.com 1427d5a6c0 feat: add notifier utility 2026-02-06 21:54:12 +08:00
2569718930@qq.com 35db1e3839 feat: Add Polymarket API client for enhanced market price fetching and include local time in bot output. 2026-02-06 21:53:05 +08:00
2569718930@qq.com e0aefbcea7 docs: Update /signal command description and add detailed trading signal explanation with examples and lock status. 2026-02-06 21:30:52 +08:00
2569718930@qq.com c33593115a refactor: refine Chinese descriptive text for temperature comparison analysis output. 2026-02-06 21:24:10 +08:00
2569718930@qq.com 1722d4ce39 feat: Implement price trend tracking and calculation, increase the number of displayed markets to five, and simplify market message output by removing volume and local time. 2026-02-06 21:19:31 +08:00
2569718930@qq.com 2f81c1e23b feat: Enhance market message with detailed prediction analysis, lock status, volume, and refined direction display. 2026-02-06 21:07:52 +08:00
2569718930@qq.com 5e879d50b5 fix: Correct deployment command from main.py to run.py in READMEs. 2026-02-06 21:05:25 +08:00
2569718930@qq.com afcfb6434a feat: Revamp signal retrieval to prioritize earliest settling markets by opportunity score and enhance portfolio reporting with HTML generation for large portfolios. 2026-02-06 20:59:56 +08:00
2569718930@qq.com 3aee961b38 feat: Document smart dynamic position strategy, paper trading report format, and VPS update instructions, and refine core features. 2026-02-06 20:16:45 +08:00
2569718930@qq.com df2117afe8 feat: Introduce dynamic position sizing based on market conditions and enhance trading report with grouped positions and ROI. 2026-02-06 20:11:01 +08:00
2569718930@qq.com 81b3736ea1 feat: Introduce Polymarket API client, paper trading module, and essential utilities for market data and trading. 2026-02-05 22:29:52 +08:00
2569718930@qq.com 2c76c835c0 docs: Update Polymarket API key placeholder in READMEs. 2026-02-05 19:59:57 +08:00
2569718930@qq.com 482e46a34b feat: include target date in the market field for price and anomaly city alerts 2026-02-05 19:57:25 +08:00
2569718930@qq.com 9617425c6e feat: Initialize PolyWeather project structure including modules for data collection, analysis, strategy, trading, utilities, configuration, and a Streamlit dashboard. 2026-02-05 19:52:02 +08:00