Ai+I EA v1.00
Free "AI" trend EA · EURUSD M30 · MT4
About Ai+I EA v1.00
Ai+I EA v1.00 is a free MT4 Expert Advisor by the Telegram author @tripeller, marketed as a "Machine Learning / AI Based" advisor. According to its own source-code header it is built for EURUSD on M30, a standard account with at least $1000, very tight spreads (0-1 pip) and low commissions, and it warns against low-capacity VPS servers because it is resource-intensive.
Honest code-level note: we read the actual .mq4 source. Despite the AI label, the "prediction" function is a plain SMA(5) vs SMA(10) crossover — there is no real machine-learning model in the code; the train/test split variables exist but are not used for any real learning. Trades are taken only between 11:00-19:00 server time, with fixed 0.01 lots (max total 2.5), a 50-point take profit and a very tight 5-point stop loss, plus a max-spread filter of 2 points. Treat the "AI" branding as marketing — the underlying logic is a simple session-based MA-cross scalper.
- Platform: MetaTrader 4 (source verified)
- Pair / Timeframe: EURUSD, M30 (per source header)
- Strategy: Session-time SMA(5)/SMA(10) crossover scalper ("AI" label is marketing)
- Trade Rules: Fixed 0.01 lots, max 2.5 total, TP 50 pts / SL 5 pts, max spread 2 pts, trades 11:00-19:00
- Price: Free (author accepts BTC/ETH donations)
- Source: t.me/tripeller · author channel (from code header)