Add MultiSignal EA settings check and recommendations
This commit is contained in:
@@ -479,3 +479,46 @@ Lot Size = Risk$ / (SL_Points × TickValue/TickSize)
|
||||
|
||||
### Commit
|
||||
2f8c24a - MultiSignal Confluence EA v1.13
|
||||
|
||||
---
|
||||
|
||||
## MultiSignal Confluence EA Settings Check
|
||||
**Date:** March 25, 2026
|
||||
|
||||
### Current Default Settings (v1.13)
|
||||
|
||||
| Setting | Value | Notes |
|
||||
|---------|-------|-------|
|
||||
| Min Confluence | 2 | 2-3 signals required |
|
||||
| Min Strength | 0.90 | 90% confidence |
|
||||
| Require All Agree | TRUE | No conflicting signals |
|
||||
| Use Risk % | TRUE | Dynamic lot sizing ON |
|
||||
| Risk % | 1.0% | 1% per trade |
|
||||
| Stop Loss | 100 pts | 10 pips |
|
||||
| Take Profit | 200 pts | 20 pips |
|
||||
| Max Positions | 3 | Per symbol |
|
||||
| Trend Filter | FALSE | Disabled for more trades |
|
||||
| Volatility Filter | TRUE | Anti-chop ON |
|
||||
| ADX Filter | TRUE | Trend strength ON |
|
||||
| Min ADX | 20.0 | Minimum trend strength |
|
||||
|
||||
### Recommended Optimizations
|
||||
|
||||
**For More Trades:**
|
||||
- Min Strength: 0.85 (lower)
|
||||
- Max Positions: 5 (increase)
|
||||
- Use ADX Filter: FALSE (disable)
|
||||
|
||||
**For Higher Quality:**
|
||||
- Min Confluence: 3 (increase)
|
||||
- Min Strength: 0.95 (increase)
|
||||
- Use Trend Filter: TRUE (enable)
|
||||
- Min ADX: 25 (increase)
|
||||
|
||||
**For Current Market (Balanced):**
|
||||
- Max Positions: 5
|
||||
- Risk %: 2.0% (double position size)
|
||||
- Keep all other settings
|
||||
|
||||
### Issue Found
|
||||
Old test settings file exists from Feb 25 with different values. Users should verify current chart settings match intended configuration.
|
||||
|
||||
Reference in New Issue
Block a user