|
|
629ce89962
|
Delete api_server.py
|
2025-12-25 03:24:12 +00:00 |
|
|
|
39c7398a45
|
Initial commit of quant trading strategy
|
2025-12-25 11:21:20 +08:00 |
|
|
|
dcee3e49a3
|
Enable dynamic SL/TP updates: manage_positions now uses latest analysis params to modify active trades
|
2025-12-24 15:08:06 +08:00 |
|
|
|
cb781ac20f
|
Fix MTF analysis bug: remove premature return on misaligned signals to allow weak signal generation
|
2025-12-24 14:55:52 +08:00 |
|
|
|
a820df9725
|
Enhance limit order logic: graceful degradation to market order when limit price is invalid
|
2025-12-24 14:53:42 +08:00 |
|
|
|
810f95a9d7
|
Prioritize Qwen params: force use of Qwen entry/exit conditions regardless of signal consistency
|
2025-12-24 14:44:57 +08:00 |
|
|
|
4be9b0421a
|
Refine execution logic: respect strong final signals even if Qwen disagrees, falling back to default params
|
2025-12-24 14:42:31 +08:00 |
|
|
|
e4052b7a23
|
Fix optimization score explosion: apply log scaling for scores > 5000
|
2025-12-24 13:52:21 +08:00 |
|
|
|
0c7db0341f
|
Enforce position_size to 0.01 in Qwen strategy output
|
2025-12-24 13:49:07 +08:00 |
|
|
|
97cf740563
|
Integrate DeepSeek and Qwen: dynamic DeepSeek weights and signal consistency check
|
2025-12-24 13:40:35 +08:00 |
|
|
|
47b7071c55
|
Enhance Qwen strategy integration: support dynamic entry/exit conditions and limit orders
|
2025-12-24 13:38:17 +08:00 |
|
|
|
12240d5e5d
|
Fix PEM calculation: normalize inputs to prevent polynomial explosion
|
2025-12-24 13:28:16 +08:00 |
|
|
|
9c72e64c4d
|
Update strategy timeframes to M15/H1 and force Qwen Chinese output
|
2025-12-24 13:25:43 +08:00 |
|
|
|
6dd2c76a7e
|
Force add configuration, database, and report files
|
2025-12-24 13:03:10 +08:00 |
|
|
|
361616ccfe
|
Update project with latest changes: PEM fix, MTF improvement, and Qwen stability
|
2025-12-24 13:00:01 +08:00 |
|
|
|
bf4c1ff135
|
Clarify Python version for Windows ARM64
|
2025-12-21 22:25:08 +08:00 |
|
|
|
c6610a7286
|
Add scikit-learn to requirements.txt
|
2025-12-21 22:07:38 +08:00 |
|
|
|
0530881cd4
|
Add UTM Windows deployment guide
|
2025-12-21 16:26:48 +08:00 |
|
|
|
8169579a4a
|
Delete FIX_SUMMARY.md
|
2025-12-21 08:25:25 +00:00 |
|
|
|
4ca4aa5b63
|
Sync local changes: remove deleted files
|
2025-12-21 16:19:43 +08:00 |
|
|
|
0e6ef3e5e0
|
Update project files and add new components
|
2025-12-21 16:16:17 +08:00 |
|
|
|
f0b5848379
|
feat: 添加完整的MQL5-Python集成量化交易系统
- 新增增强版Python服务器(enhanced_server_ml.py),集成机器学习和高级分析功能
- 新增增强版MT5 EA(AI_MultiTF_SMC_EA_Enhanced.mq5),支持高级参数配置
- 新增高级分析模块(advanced_analysis.py),包含技术指标、市场状态检测、支撑阻力分析
- 新增数据可视化模块(visualization.py),提供多种图表类型和交互式仪表板
- 新增测试脚本(test_visualization.py),验证所有可视化功能
- 更新数据处理模块,优化数据缓存和转换功能
- 完善.gitignore文件,添加更多忽略规则
- 修复可视化模块中的格式错误和参数问题
- 系统已通过全面测试,所有功能正常工作
|
2025-12-16 00:31:37 +08:00 |
|
|
|
e15b700f83
|
Update server port from 5001 to 5002 and improve error handling
|
2025-12-15 23:04:55 +08:00 |
|
|
|
053fa00239
|
优化API客户端配置和更新端口设置
|
2025-12-15 18:01:21 +08:00 |
|
|
|
083abe7dbc
|
Update server port from 5001 to 5002 and improve error handling
|
2025-12-15 17:48:14 +08:00 |
|
|
|
a4abed100d
|
根据ValueCell优化SiliconFlow API调用方式:1. 实现AI客户端工厂模式 2. 增强错误处理和日志记录 3. 统一API URL配置 4. 更新.env文件注释
|
2025-12-15 14:50:26 +08:00 |
|
|
|
0ba53e3e76
|
Update AI MultiTF SMC EA with improved JSON handling and error management
|
2025-12-15 10:18:24 +08:00 |
|
|
|
14bb552100
|
Enhance EA strategy with comprehensive risk management and performance tracking
|
2025-12-13 21:17:25 +08:00 |
|
|
|
2c478c7508
|
Optimize WebRequest handling according to MQL5 reference manual
|
2025-12-13 01:09:22 +08:00 |
|
|
|
4d42751f5c
|
Optimize EA according to MQL5 reference manual - add property directives, improve error handling, and add safety checks
|
2025-12-13 01:00:28 +08:00 |
|
|
|
5bf5c6bc79
|
Fix MT5 compiler errors in AI_MultiTF_SMC_EA.mq5
|
2025-12-11 22:42:02 +08:00 |
|
|
|
45fd1bb9f9
|
Add MT5 compiler configuration files and documentation
|
2025-12-11 22:28:45 +08:00 |
|
|
|
eb3f346bc4
|
Update AI_MultiTF_SMC_EA.mq5 to use SiliconFlow API and optimize WebRequest
|
2025-12-11 22:22:43 +08:00 |
|
|
|
06c9616137
|
Update AI_MultiTF_SMC_EA.mq5: 修改WebRequest URL配置
|
2025-12-11 22:04:47 +08:00 |
|
|
|
505b763b78
|
Update AI_MultiTF_SMC_EA.mq5: 修改WebRequest URL配置
|
2025-12-11 21:42:26 +08:00 |
|
|
|
9ce6e7c522
|
Update AI
|
2025-12-11 20:53:33 +08:00 |
|
|
|
3d567d32ce
|
修改最新
|
2025-12-11 13:35:55 +08:00 |
|
|
|
46a9171854
|
Update AI_MultiTF_SMC_EA.mq5: 修改最新
|
2025-12-07 20:00:10 +08:00 |
|
|
|
7b302ff8e0
|
Update AI_MultiTF_SMC_EA.mq5: 修改WebRequest URL配置
|
2025-12-07 15:28:33 +08:00 |
|
|
|
da9819a1ff
|
Initial commit: AI MultiTF SMC EA with DeepSeek and Qwen3 integration
|
2025-12-06 12:02:27 +08:00 |
|