支持中心 帮助文档 联系我们
📱 微信: 18391752892 | 💬 QQ: 3313198376 | ✈️ Telegram | 📧 fishfx123@gmail.com
EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34% EURUSD 1.0856 +0.12% GBPUSD 1.2678 +0.08% USDJPY 149.23 -0.15% XAUUSD 2034.56 +0.34%

ExpQL

👤 作者: Roberto Manuel Merino Blazquez

4.5 分

¥210.00

📌 版本: v92
📥 下载: 0
⭐ 评分: 4.5

📝 产品详情

ExpQL

作者Roberto Manuel Merino Blazquez
版本v92
更新28 一月 2026
激活数18
原价$30 USD


Input Parameters 

Risk Management

BaseLot
Lot size for each trade. Controls the risk per position. Higher values increase both profit potential and drawdown.

StopLossPoints
Stop Loss distance in points. Defines the maximum loss allowed per trade.

TakeProfitPoints
Take Profit distance in points. Sets the profit target for each position.

TrailingPoints
Trailing Stop distance in points. The Stop Loss will automatically move in favor of the price when the trade is profitable.

MaxPositions
Maximum number of simultaneous open positions per symbol. Limits total market exposure.

Technical Indicators

EMA_Fast
Fast exponential moving average period. Determines how quickly the EA reacts to price changes.

EMA_Slow
Slow exponential moving average period. Used to detect the main market trend.

RSI_Period
RSI indicator period. Used to confirm trend strength and filter false signals.

AI / Learning Parameters

Alpha
Learning rate of the Q-Learning system. Controls how fast the EA adapts to new market conditions.

Gamma
Future reward factor. Defines how much future rewards influence current decisions.

Epsilon
Exploration rate. Determines how often the EA explores new actions instead of exploiting known profitable ones.

Optional (recommended to mention)

Symbol compatibility:
Forex, Gold (XAUUSD), Crypto (BTCUSD)

Recommended timeframes:
M5 – M15

Trading style:
Trend following with adaptive learning and dynamic trailing stop.


Automated trading bot for MT5 based on reinforcement learning (Q-Learning).
Trades trend using EMA and confirms entries with RSI.
Includes risk management with Stop Loss, Take Profit and dynamic Trailing Stop.
Learns from real trading results to adapt its strategy over time.


Automated trading bot for MT5 based on reinforcement learning (Q-Learning).
It trades market trends using exponential moving averages (EMA) and confirms entries with the RSI indicator to avoid low-quality signals.
The system includes advanced risk management with Stop Loss, Take Profit, and a dynamic Trailing Stop that follows price movements.
It learns from real trading results, progressively adapting its decision-making process to changing market conditions, volatility levels, and price behavior.


How the bot works (simple explanation)

This bot is an automatic trend trader with learning capability.
It doesn’t try to predict the market. What it does is:

  1. Detect if there is a trend.

  2. Decide whether to buy, sell, or do nothing.

  3. Manage risk with SL, TP and trailing.

  4. Learn from wins and losses to improve future decisions.

It’s not magic — it’s probability + discipline + adaptation.

Internal logic (in simple terms)

On every new candle, the bot checks:

1️⃣ Trend (EMA)

It uses two moving averages:

  • Fast EMA (20)

  • Slow EMA (50)

If:

  • Fast is above Slow → bullish market

  • Fast is below Slow → bearish market

This avoids trading in flat markets.

2️⃣ Confirmation (RSI)

Then it checks RSI:

  • RSI > 55 → real bullish strength

  • RSI < 45 → real bearish strength

  • Between 45–55 → no trade (noise)

This helps filter low-quality entries.

3️⃣ Decision (the “AI”)

Based on the market state:

  • bullish

  • bearish

  • ranging

The bot chooses an action:

  • buy

  • sell

  • or do nothing

Sometimes it explores (Epsilon):

  • it tries new actions

  • it doesn’t always repeat the same behavior

That’s what allows it to learn.

Real learning (Q-Learning)

After each trade:

  • it checks the account balance

  • calculates if it won or lost

  • updates its internal table

If a decision made money:
→ it will repeat it more often.

If a decision lost money:
→ it will avoid it.

It doesn’t learn from old historical data,
it learns from YOUR real account or backtest results.

Risk management (the most important part)

StopLossPoints

Maximum loss you accept.

Example on BTC:

SL = 1500 points

This is your airbag.

TakeProfitPoints

Profit target.

It must ALWAYS be bigger than SL:

TP = at least 2x SL

Otherwise you are mathematically doomed.

TrailingPoints

This is what makes the bot profitable long term.

When price moves in your favor:

  • SL moves up

  • profits are protected

  • trends are allowed to run

This is literally:

“Cut losses fast, let profits run”

MaxPositions

How many trades at the same time.

Real professional recommendation:

1

More than 1 with AI = chaos and overfitting.

Parameters explained one by one

LotSize

Trade size.

Not strategy — pure risk.
Bigger lot = more psychological pressure.

EMA_Fast / EMA_Slow

Bot speed.

  • 20 / 50 → balanced

  • 10 / 30 → aggressive

  • 50 / 200 → swing trading

RSI_Period

Noise sensitivity.

14 is the professional standard.

Alpha (learning speed)

How fast it changes behavior.

  • 0.1 → slow learner

  • 0.2 → balanced

  • 0.5 → too fast (unstable)

Epsilon (exploration)

How much it experiments.

  • 0.1 → conservative

  • 0.3 → ideal

  • 0.5 → crazy

What kind of bot this really is

This bot is:

  • trend follower

  • opportunistic

  • adaptive

  • aggressive trailing

  • no martingale

  • no grid

  • no hedging

In other words: hedge fund style, not casino style.

The real truth (as I’d tell you honestly)

This bot is NOT for:

  • getting rich in one week

  • doubling accounts

  • miracles

It IS for:

  • slow consistent growth

  • surviving drawdowns

  • adapting to the market

  • not blowing accounts

Final mindset (the key sentence)

This bot doesn’t try to always be right.
It tries to lose little when wrong
and win big when right.

And in real trading,
that’s literally the only thing that matters.

安全须知

本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。

EA 配置

交易品种XAUUSD
时间框架H1 (推荐)
推荐经纪商IC Markets, IC Trading
最低存款$300 / 0.01手

📸 截图预览