mql5/gold
lingjie chen ce9dc7cae6 Enhance LLM prompts and order execution:
1. Fix limit order execution by adding auto-price fallback and limit/stop type detection in start.py
2. Update Qwen prompt to mandate explicit limit prices and specific SL/TP based on MFE/MAE
3. Update DeepSeek prompt to include performance stats and position context for better market structure analysis
2025-12-29 15:57:16 +08:00
..
__init__.py Refactor: Separate Crypto/Gold strategies & Integrate Advanced Algos (SMC, MFH, WOAm) with Self-Learning AI 2025-12-28 22:54:33 +08:00
advanced_analysis.py Fix: Optimize trade execution logic and update gitignore 2025-12-29 13:46:18 +08:00
ai_backtest.py Refactor: Separate Crypto/Gold strategies & Integrate Advanced Algos (SMC, MFH, WOAm) with Self-Learning AI 2025-12-28 22:54:33 +08:00
ai_client_factory.py Refactor: Separate Crypto/Gold strategies & Integrate Advanced Algos (SMC, MFH, WOAm) with Self-Learning AI 2025-12-28 22:54:33 +08:00
backtest_engine.py Refactor: Separate Crypto/Gold strategies & Integrate Advanced Algos (SMC, MFH, WOAm) with Self-Learning AI 2025-12-28 22:54:33 +08:00
database_manager.py Update Gold and Crypto bots: optimize hold status display and enable self-learning optimization 2025-12-29 13:07:52 +08:00
deepseek_client.py Enhance LLM prompts and order execution: 2025-12-29 15:57:16 +08:00
mt5_data_processor.py Refactor: Separate Crypto/Gold strategies & Integrate Advanced Algos (SMC, MFH, WOAm) with Self-Learning AI 2025-12-28 22:54:33 +08:00
optimization.py Update Gold and Crypto bots: optimize hold status display and enable self-learning optimization 2025-12-29 13:07:52 +08:00
qwen_client.py Enhance LLM prompts and order execution: 2025-12-29 15:57:16 +08:00
run_bot_watchdog.bat Fix: Update watchdog script to run from parent directory 2025-12-28 23:20:18 +08:00
start.py Enhance LLM prompts and order execution: 2025-12-29 15:57:16 +08:00
trading_data.db Include SQLite database files 2025-12-29 15:03:17 +08:00
trading_data.db-shm Include SQLite database files 2025-12-29 15:03:17 +08:00
trading_data.db-wal Include SQLite database files 2025-12-29 15:03:17 +08:00
visualization.py Refactor: Separate Crypto/Gold strategies & Integrate Advanced Algos (SMC, MFH, WOAm) with Self-Learning AI 2025-12-28 22:54:33 +08:00