支持中心 帮助文档 联系我们
📱 微信: 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%

Equilibriums

👤 作者: Maryna Shulzhenko

4.5 分

¥889.00

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

📝 产品详情

Equilibriums

作者Maryna Shulzhenko
版本v5
激活数5
原价$127 USD
? Equilibrium — Multi-Timeframe CCI Reversal Indicator for MetaTrader 5
Equilibrium is a powerful technical indicator for MetaTrader 5, built on the Commodity Channel Index (CCI) to automatically detect potential market reversal points.

Designed for both manual traders and automated strategies, Equilibrium delivers precise BUY/SELL signals, adapting to changing market conditions in real time. Easily integrates into any MQL5 Expert Advisor for full automation.

? SEO Keywords: CCI indicator, Equilibrium MT5, MQL5 trading bot, Forex automation, CCI strategy, reversal signals, MT5 EA.

? Key Benefits
? Multi-timeframe analysis
Supports up to 8 simultaneous timeframes: M1, M5, M15, M30, H1, H4, D1, W1

? High performance
Processes up to 1,000,000 historical bars without significant delay

⚙️ Minimal configuration required
Only two key parameters: LimitHistory and LevelSignal for fast setup

? EA-ready integration
Uses standard arrow buffers (DRAW_ARROW) for quick and easy EA connection

? Flexible and robust
Works with most currency pairs; optimized for accounts starting from $10,000

⚙️ How It Works
CCI Signal Generation
For each active timeframe, the CalcSignalCCI() function calculates the CCI value at a specific time.

Signal Logic

If CCI > LevelUp → returns +1 → SELL signal (overbought)

If CCI < LevelDn → returns –1 → BUY signal (oversold)

Signal Aggregation

The total sum of signals from all timeframes is compared to LevelSignal:
  • If sum ≥ LevelSignal → a blue BUY arrow is shown
  • If sum ≤ –LevelSignal → a red SELL arrow is shown

Chart Visualization
Arrows are drawn on the chart using SignalBufferBlue and SignalBufferRed, offset by ArrowShift for clarity.

⚙️ Input Parameters
  • LimitHistory — number of bars to analyze (recommended: 100,000 to 1,000,000)
  • Length — CCI calculation period (default: 48; typical range: 14–100)
  • LevelSignal — minimum number of concurrent CCI signals required to show an arrow (recommended: 3–5)
  • ArrowShift — vertical shift of arrows on the chart (default: 20)
  • tf_0 to tf_7 — enables/disables analysis for specific timeframes (M1 to W1)
  • LevelUp0…7 / LevelDn0…7 — overbought and oversold CCI thresholds per timeframe

? Tip: For accurate multi-timeframe signals, make sure historical data is fully loaded in all selected timeframes by opening those charts in the terminal.

? Integration with Expert Advisors

Buffer declarations:

#property indicator_buffers 2
double BuyArrow[], SellArrow[];
SetIndexBuffer(0, BuyArrow);
SetIndexBuffer(1, SellArrow);

Signal usage:

if (BuyArrow[i] > 0) {

  // Open BUY trade

}

if (SellArrow[i] > 0) {

  // Open SELL trade

}

Risk management suggestion:
Use a fixed percentage of the account balance per trade (e.g., 0.5–2%). Minimum recommended deposit: $10,000 for optimal stability on major FX pairs.

? Requirements & Recommendations
  • Platform: MetaTrader 
  • Account size: $10,000 minimum (or equivalent)
  • Historical data: Ensure all active timeframes have full history loaded
  • Suggested defaults:
    • Length = 48
    • LevelSignal = 3–5
    • LimitHistory ≥ 100,000















安全须知

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

EA 配置

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

📸 截图预览