Garfield c342966488 Clean up OrdersEA MT4 version - Remove WinAPI and license dependencies
- Removed #include WinUser32.mqh (no more MessageBox)
- web.mq4 include already disabled, removed comment
- Replaced MessageBox with Print() for margin info
- Replaced SendMailEx with SendNotificationEx using native MT4 Alert()
- Updated copyright to Garfield Heron / fetcherpay.com
- Email default set to garfield@fetcherpay.com
2026-03-24 11:49:41 -04:00
2026-03-21 18:44:47 -04:00
2026-03-21 18:39:48 -04:00
2026-03-21 18:39:48 -04:00
2026-03-21 19:09:24 -04:00
2026-03-21 18:40:22 -04:00
2026-03-21 19:09:24 -04:00
2026-03-21 19:29:49 -04:00
2026-03-21 18:39:48 -04:00
2026-03-21 19:29:49 -04:00
2026-03-21 19:09:24 -04:00

MQL Trading Bots Repository

Collection of MetaTrader 4/5 Expert Advisors and Indicators for automated forex trading.

🎯 Main Strategy: MultiSignal Confluence

The flagship system combines three proven strategies for high-probability trades:

  1. Pivot Point Trading - Support/Resistance levels
  2. Harmonic Pattern Recognition - AB=CD, Gartley patterns
  3. Candlestick Pattern Analysis - Hammers, Engulfing, etc.

Confluence Logic

When 2+ signals align = HIGH PROBABILITY TRADE

Signal Strength:
- 1 signal = 0.75 (NO TRADE)
- 2 signals = 0.90 (TRADE)
- 3 signals = 1.00 (STRONG TRADE)

📁 Files

Primary EAs

File Description Status
MultiSignal_Confluence_EA.mq5 Main confluence trading EA Active
MultiSignal_Confluence.mq5 Indicator version Active

Component Systems

File Description
HarmonicPatternFinderV2_Optimized.mq5 Optimized harmonic pattern detection
CandlestickPatternEA_Fixed.mq5 Candlestick pattern trading (fixed)
FadePivot2_v4_Fixed.mq5 Pivot fade strategy (fixed)

Bot Series

File Description
Bot10001.mq5 Bot series v1
Bot10002.mq5 Bot series v2
EnhancedEA.mq5 Enhanced features EA

💰 Performance

Account 104125640 (March 2026)

  • Starting Balance: $100,000
  • Net Profit: ~$15,000 (15%)
  • Win Rate: 46%
  • Largest Win: $8,091
  • Largest Loss: -$805

Account 103477358 (February 2026)

  • Net Profit: ~$4,155 (4%)

⚙️ Settings

Risk Management

  • Lot Size: 0.01 (1% risk per trade)
  • Stop Loss: 100 points
  • Take Profit: 200 points
  • Max Positions: 3 per symbol

Confluence Settings

  • Min Confluence: 2/3 signals
  • Min Strength: 0.90
  • Require Agreement: Yes (no conflicting signals)

🚀 Deployment

  1. Copy EA files to MQL5/Experts/
  2. Copy Indicator files to MQL5/Indicators/
  3. Compile in MetaEditor
  4. Attach to charts (H1 recommended)

📝 Notes

  • EAs run on MT5 via Wine on Ubuntu server
  • Docker container: mt5-docker
  • Gitea backup ensures code is preserved

🔧 Version History

  • v1.11 - Fixed stop loss bug (cross-symbol contamination)
  • v1.10 - Initial stable release
  • v1.00 - First profitable version

Last Updated: March 2026

Description
No description provided
Readme 502 KiB
Languages
MQL5 85.7%
MQL4 6.1%
Python 5.8%
Shell 2.4%