🛠️Self-Help Resources
Troubleshooting checklists and quick reference guides before asking for help
Before Asking for Help
Try these troubleshooting steps first - they solve 80% of common issues!
Troubleshooting Checklist
Installation Issues
Red Sad Face Issues
No Trading Activity
Performance Issues
Documentation Quick Links
Essential Guides
Complete setup instructions
File placement walkthrough
First-time configuration
Broker compatibility
Settings Explained
All parameter details
Risk management settings
Signal configuration
Advanced options
Choosing optimal configuration
Preset performance data
Market-specific recommendations
Customization guidance
Protecting your capital
Position sizing methods
Drawdown management
Portfolio strategies
Advanced functionality
Intelligent trade management
Multi-timeframe analysis
Performance optimization
50+ common questions answered
Quick problem resolution
Best practices
Optimization tips
Quick Reference Cards
Common Settings Quick Check
RiskPercent
1-2%
Safe capital preservation
MaxOpenTrades
3-5
Balanced exposure
MaxSpread
30 points
Filter poor entry conditions
StartHour
8
London session open
EndHour
20
Before NY close
UseTrailingStop
true
Protect profits
Error Code Quick Reference
130
Invalid stops
Check SL/TP distances
131
Invalid trade volume
Verify lot size calculation
134
Not enough money
Increase balance or reduce risk
136
Off quotes
Wait and retry
138
Requote
Normal, EA will retry
File Locations Quick Reference
MT4 Data Folder:
File → Open Data Folder
Expert Advisors Folder:
MQL4/Experts/
Logs Folder:
MQL4/Logs/
Backtest Results:
Tester/
Self-Diagnostic Tools
Performance Checklist
If EA is not performing as expected:
Check EA Version
Using latest {{ variables.productionVersion }}?
Check Experts tab for version
Verify Strategy Preset
Correct preset for your symbol?
Check historical backtest data
Compare settings with documentation
Review Risk Settings
RiskPercent appropriate?
MaxOpenTrades reasonable?
Position sizes correct?
Analyze Market Conditions
Recent volatility changes?
Major news events?
Seasonal patterns?
Check Trade History
Win rate reasonable (45-55%)?
Average win vs average loss?
Maximum drawdown acceptable?
Installation Verification
Step 1: File Check
✅ BananaEA file in MQL4/Experts/
✅ File size ~242KB (production version)
✅ File has .ex4 extension
Step 2: MT4 Settings Check
✅ AutoTrading enabled (green button)
✅ Options → Expert Advisors → Allow automated trading
✅ EA shows smiley face on chart
Step 3: Configuration Check
✅ Strategy preset selected
✅ Risk settings configured
✅ Trading hours appropriate
✅ Signal patterns enabled
When to Ask for Help
You've Tried Everything
If you've:
Followed all troubleshooting steps
Checked documentation
Verified settings multiple times
Waited appropriate time for results
Still experiencing issues
Then it's time to ask for help!
How to Ask Effectively
1. Document What You've Tried
List troubleshooting steps completed
Note which solutions didn't work
Include error messages observed
2. Gather Information
EA version number
Broker name
Symbol and timeframe
Screenshots of settings
Error log excerpts
3. Choose Right Channel
Quick questions → Discord #general-support
Bug reports → Create ticket
Complex issues → Email support
Useful Tools & Resources
MT4 Tools
Strategy Tester
Test EA on historical data
Optimize parameters
Analyze performance
Access: View → Strategy Tester
Journal Tab
View system messages
Check EA initialization
Monitor real-time activity
Access: View → Terminal → Journal
Experts Tab
EA log messages
Trade notifications
Error messages
Access: View → Terminal → Experts
External Tools
MetaEditor
View EA source code
Check for compilation errors
Modify settings if needed
Access: F4 in MT4
Backtest Analyzer
Detailed performance analysis
Risk metrics calculation
Monte Carlo simulation
Available in MQL5 community
Next Steps: If self-help doesn't resolve your issue, check out Quick Support Options or Discord Community Guide.
Last updated