🛠️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


Essential Guides

Installation Guide

  • Complete setup instructions

  • File placement walkthrough

  • First-time configuration

  • Broker compatibility

Settings Explained

  • All parameter details

  • Risk management settings

  • Signal configuration

  • Advanced options

Strategy Presets Guide

  • Choosing optimal configuration

  • Preset performance data

  • Market-specific recommendations

  • Customization guidance

Risk Management

  • Protecting your capital

  • Position sizing methods

  • Drawdown management

  • Portfolio strategies

Smart Features

  • Advanced functionality

  • Intelligent trade management

  • Multi-timeframe analysis

  • Performance optimization

FAQ

  • 50+ common questions answered

  • Quick problem resolution

  • Best practices

  • Optimization tips


Quick Reference Cards

Common Settings Quick Check

Setting
Recommended Value
Why

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

Error Code
Meaning
Solution

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:

  1. Check EA Version

    • Using latest {{ variables.productionVersion }}?

    • Check Experts tab for version

  2. Verify Strategy Preset

    • Correct preset for your symbol?

    • Check historical backtest data

    • Compare settings with documentation

  3. Review Risk Settings

    • RiskPercent appropriate?

    • MaxOpenTrades reasonable?

    • Position sizes correct?

  4. Analyze Market Conditions

    • Recent volatility changes?

    • Major news events?

    • Seasonal patterns?

  5. 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