Commit Graph

2 Commits

Author SHA1 Message Date
Kunthawat Greethong
cd0b2e35a2 Fix compilation errors - convert to MQL4 syntax
- Remove MQL5-specific indicator properties
- Replace iMA handles with direct iMA function calls
- Replace PlotIndexSetString with SetIndexLabel
- Replace IndicatorRelease with MQL4 equivalent
- Replace CopyBuffer with direct iMA calls
- Replace MqlDateTime with TimeHour and TimeDayOfWeek
- Fix all MQL4/MQL5 compatibility issues
2026-01-02 13:14:34 +07:00
Kunthawat Greethong
7c7c118c5f Initial commit: MAEA Expert Advisor v1.00
- Implemented complete trend-following strategy with EMA-based signals
- Added 5 visual indicator lines (3 EMAs + 2 Border Lines)
- Implemented breakthrough and pullback signal detection
- Added dynamic lot sizing (0.01/0.02 based on pullback)
- Implemented comprehensive filters:
  * Volume filter (20-bar average)
  * Spread filter (max 30 points)
  * Multiple Timeframe filter (H1 trading, D1 trend confirmation)
  * News filter (Thailand timezone)
- Added advanced risk management:
  * Take Profit in USD
  * Stop Loss at Border Lines
  * Breakeven (100 points)
  * Trailing Stop (100 points)
  * Max drawdown protection (10%)
- Created comprehensive documentation
- Connected to Gitea repository
2026-01-02 11:13:52 +07:00