guaiwoluo2020
|
639fbeb6a0
|
Docs: restructure README with architecture, API docs, and config guide
v1.4.0
|
2026-03-19 15:54:49 +08:00 |
|
guaiwoluo2020
|
b7ea37ad09
|
Refactor: restructure market module with services, stores, and utils
v1.3.0
|
2026-03-19 09:47:41 +08:00 |
|
guaiwoluo2020
|
ef15b92342
|
feat: 优化市场视图和新闻存储功能
- Market.vue 新增 K 线图表和技术指标显示
- News.vue 优化新闻列表展示
- news_store.py 增强新闻存储和查询功能
- routes_ea.py 修复路由问题
- wangxxGold.mq5 EA 策略优化
v1.2.0
|
2026-03-17 20:54:45 +08:00 |
|
guaiwoluo2020
|
a705593955
|
feat: 添加新闻监控、持仓管理、系统日志等功能
- 新增新闻爬取和监控模块 (news_crawler, news_monitor)
- 新增 LLM 分析模块 (llm_analyzer)
- 新增持仓管理和交易历史存储
- 新增系统日志功能
- 新增前端页面: News, Positions, Settings, SystemLog
- 更新路由和 API 接口
- 更新 .gitignore 排除敏感文件
v1.1.0
|
2026-03-17 11:32:37 +08:00 |
|
guaiwoluo2020
|
51b2f30748
|
feat: 添加前端界面和市场分析模块
- 新增 Vue 3 + Vuetify 前端界面
- 新增市场分析模块 (market/)
- 更新主服务器和路由
- 更新 MT5 EA 文件
- 添加 .gitignore 排除临时文件
|
2026-03-10 17:38:13 +08:00 |
|
guaiwoluo2020
|
0c9cf048d2
|
Add price/SL/TP validation for trade instructions
- Buy orders must satisfy: sl < price < tp
- Sell orders must satisfy: tp < price < sl
- Invalid instructions are rejected with message feedback
- Updated test suite with validation examples
- Updated documentation to clarify rules
|
2026-03-04 23:14:41 +08:00 |
|
guaiwoluo2020
|
2470283c22
|
Initial commit: modular trading service architecture
|
2026-03-04 22:56:14 +08:00 |
|