ATRFibonacciTrend

  • 지표
  • Semih Erten
    Semih Erten
    TRMentorFx — Otomatikleştirilmiş Forex Çözümleri
    2021 yılından bu yana forex piyasalarında aktif olarak çalışmaktayım. Bu süreçte edindiğim bilgi ve deneyimi, tamamen kendi geliştirdiğim strateji modellerine dönüştürdüm.
  • 버전: 1.30
  • 활성화: 5
⚠️ **This document and indicator do not constitute investment advice. Past performance is no guarantee of future results.**

1. Product Introduction

**ATR Fibonacci Trend Envelopes** combines three proven concepts into a single tool:

* **Volatility-sensitive trend engine** — Dynamic bands that expand and contract with the ATR around a selectable moving average baseline (SMA/EMA/WMA/HMA/RMA). If the price breaks above the upper band on a candle close, a **BULL** regime begins; if it breaks below the lower band, a **BEAR** regime begins. Since the bandwidth adapts to volatility, false signals in sideways markets are filtered out.
* **Dynamic Golden Pocket (0.618–0.786)** — Instead of the classic fixed Fibonacci, levels are recalculated on every bar based on the ATR envelope. Plotted in light blue during an uptrend and orange during a downtrend, this pocket serves as a "high-value entry zone" in the direction of the trend.
* **Multi-Timeframe (MTF) Dashboard** — Monitors 4 timeframes simultaneously (default: 5m/15m/1H/4H): displaying the trend direction (BULL/BEAR) and whether the price is inside the pocket (INSIDE/OUT) for each TF.

**Additionally:** Projection lines extending 50 bars into the future based on the slope of the last 4 bars (labeled 1.0 / 0.786 / 0.618 / 0.5), a circle marker + entry price label at trend reversals, and a trend change alert on closed bars.

Color Language (v1.30)

| Element | Uptrend | Downtrend |
| --- | --- | --- |
| Baseline (1.0) | Cyan/Blue | Red |
| Golden Pocket Fill | Light Blue | Orange |
| 0.618 / 0.786 Lines | Light Blue | Orange |
| 0.5 Line | Gray | Gray |
| Dashboard "INSIDE" Cell | Light Blue | Orange |

---

2. Installation

1. Copy the `ATR_Fibonacci_Trend_.mq5` file into the `MQL5\Indicators\` folder (MT5 → File → Open Data Folder).
2. Open it in MetaEditor and compile by pressing **F7** (0 errors / 0 warnings).
3. Open Navigator (**Ctrl+N**) → Indicators → drag and drop it onto the chart.
4. Upon initial loading, it may take a few seconds for the MTF dashboard to populate (cells will display "..." while data for other TFs is being downloaded to the terminal — this is normal).
5. **Recommended starting point:** EURUSD H1, default settings. Users who wish to follow the video strategy exactly can select `MA Type = WMA`.

---

3. Input Settings — Full Reference

 Calculation Settings

| Input | Default | Description |
| --- | --- | --- |
| **MA Type** | RMA | Baseline moving average type. RMA/EMA provide smoother lines, while WMA/HMA react faster. |
| **MA Length** | 100 | Period of the trend baseline. Decreasing it speeds up signals but increases noise. |
| **ATR Length** | 100 | Volatility measurement period. |
| **ATR Multiplier** | 3.0 | Bandwidth. Increasing it = fewer but more reliable signals. |

Projection Settings

| Input | Default | Description |
| --- | --- | --- |
| **Show Projections** | true | Future dotted level lines + 1.0/0.786/0.618/0.5 labels. |
| **Projection Length** | 50 | Number of bars to project forward. |

Color & Visual Settings

| Input | Default | Description |
| --- | --- | --- |
| **Uptrend / Downtrend Color** | blue / red | Baseline and signal colors. |
| **0.5 Fib Color** | gray | Middle level color. |
| **Pocket Color (Downtrend)** | orange | Downtrend pocket color. |
| **Pocket Color (Uptrend)** | light blue | Uptrend pocket color. |
| **Show Golden Pocket Fill** | true | Toggle pocket shading/fill on/off. |
| **Show 0.5 Line** | true | Toggle the gray middle line on/off. |
| **Fill Projected Pocket** | true | Triangle fill of the projection zone (turn off for a cleaner screen). |

Dashboard Settings

| Input | Default | Description |
| --- | --- | --- |
| **Show MTF Dashboard** | true | Toggle dashboard on/off. |
| **Location / Font Size** | Bottom Right / 8 | Position and size. |
| **Timeframe 1–4** | M5, M15, H1, H4 | Timeframes to monitor. |
| **MTF History Bars** | 1500 | Warm-up bar count for the MTF engine. 1500 is ideal for a 100-period MA/ATR; do not decrease it. |

Extras

| Input | Default | Description |
| --- | --- | --- |
| **Alert On Trend Change** | true | MT5 alert on a closed bar when the trend reverses. |
| **Max Signal Price Labels** | 500 | Maximum number of historical signal labels to display on the chart. |

---

4. Strategy Logic — Step-by-Step

4.1 BUY (Long) Scenario

* **Regime:** The price breaks above the upper band on a candle close → a blue circle + price label are printed, the baseline shifts **BELOW** the price and turns blue. The pocket turns light blue.
* **Confirmation:** At least 2–3 timeframes on the dashboard must be "**BULL**"; especially the timeframe one level above your trading TF (e.g., if trading on H1 → H4 must be BULL).
* **Entry:** Two options:
* *Aggressive:* Direct entry on the close of the reversal bar.
* *Patient (Recommended):* Wait for the price to pull back to the light blue pocket (0.618–0.786). Enter from within the pocket when the dashboard shows "**INSIDE**" for that specific TF.


* **Stop-loss:** A few pips below the baseline (1.0). **Rule:** If a candle close occurs below 1.0, the position is abandoned — make your decision based on the candle close, not the wick.
* **Take Profit:** The first target is the momentum remaining above the 0.5 line; if the trend is strong, trail the position by following the projection lines. An opposite-direction circle marker indicates the final exit.

4.2 SELL (Short) Scenario

* This is the exact mirror image of the buy rules: the price breaks below the lower band → red circle appears, the baseline shifts **ABOVE** the price, and the pocket turns orange. Enter short on a pullback to the orange pocket; stop-loss is a candle close above 1.0.

4.3 Trade Management

* The middle of the pocket (the midpoint between 0.618 and 0.786) is the highest-value entry point.
* If the price passes through the pocket and approaches 1.0, reduce your position size — the risk of a trend reversal has increased.
* When the bands narrow (the distance between the pocket and 0.5 decreases), a volatility breakout is imminent; the first signals after a reversal are the strongest.

---

5. Tips & Tricks

* **Trade in the direction of the trend:** The pocket is **NOT** a counter-trend reversal tool; it is a trend-continuation pattern tool. Do not look for longs in the orange pocket or shorts in the light blue pocket.
* **TF Alignment:** H1 signal + H4 in the same direction = statistically the most robust combination. If all 4 TFs are aligned in the same direction, the trend may be mature — avoid late entries.
* **Do not chase:** If the pocket is far away immediately after the reversal bar (as seen in the video example), do not chase the market; either wait for a pullback or move on to the next signal.
* **Period Selection:** H1 and higher timeframes yield the cleanest results. If you intend to use it on M5, increase the `ATR Multiplier` to 3.5–4.0.
* **Parameter Harmony:** Change `MA Length` and `ATR Length` together (e.g., 50/50, 100/100, 200/200). Shortening one while leaving the other long disrupts the band geometry.
* **News Events:** During high-impact news minutes (NFP, interest rate decisions), bands expand sharply; signals should be evaluated on the subsequent candle close, not during that specific volatile bar.

---

6. Important Considerations

* Trend-following systems lose money in sideways/ranging markets. Do not trade if the bands are flat and the dashboard is mixed (e.g., 2 BULL / 2 BEAR).
* Signals lock in only at the bar close; during an active bar, the price can cross the band and return. This is why the alert function only notifies you of closed bars.
* Other TF data must be fully downloaded in the terminal for the MTF dashboard to function; seeing "..." for a few seconds on a new setup is completely normal.
* The indicator alone is not a money management system: position sizing, daily loss limits, and risk/reward ratios are entirely your responsibility. Risking no more than 1–2% per trade is common professional practice.
* Visual testing can be performed in the Strategy Tester; however, the indicator itself does not open trades. An Expert Advisor (EA) is required for automated backtesting (included in the package, currently on hold).

---

7. FAQ (Frequently Asked Questions)

**Does the indicator repaint?**

No. The trend state is calculated using closed bar data; historical signals never change. Only the values of the developing (current) bar fluctuate until the bar closes — this applies to all real-time indicators.

**Which instruments does it work on?**

Forex, indices, commodities, crypto, stocks — since it is ATR-based, it automatically scales itself to any volatility regime.

**Does the panel affect performance?**

No. In version v1.20+, the MTF calculation was moved to a timer and cached per TF; calculations are only executed when a new bar forms on the relevant TF.

**Why is the orange/blue cloud sometimes disconnected?**

A gap is intentionally left on the trend reversal bar (matching the original visual design) — this is a feature, not a bug.
추천 제품
Smart Reversal Prophets
Loys Steve Dzene Tagne
Avez-vous toujours rêvé de pouvoir entrer sur le marché juste après la clôture d'une bougie… et de voir le marché évoluer immédiatement dans votre sens ? Avez-vous toujours souhaité détecter les retournements de tendance plus tôt, éviter les faux signaux et, surtout, saisir les tendances longues avant la majorité des traders ? Aujourd'hui, je vais vous présenter mon nouvel indicateur : Prophète du retournement intelligent. Contrairement aux indicateurs traditionnels qui réagissent avec un certa
이 지표는 실제 거래에 완벽한 자동 파동 분석 지표입니다! 사례... 참고:   웨이브 그레이딩에 서양식 이름을 사용하는 데 익숙하지 않습니다. Tang Lun(Tang Zhong Shuo Zen)의 명명 규칙의 영향으로 기본 웨이브를   펜   으로 명명하고 2차 웨이브 밴드를   세그먼트   로 명명했습니다. 동시에, 세그먼트에는 추세 방향이 있습니다.   주요 추세 세그먼트에는   이름이 지정되지만(이 이름 지정 방법은 향후 노트에서 사용됩니다. 먼저 말씀드리겠습니다.) 알고리즘은 굴곡 이론과 거의 관련이 없으므로 그렇게 해서는 안 됩니다. 이는 나의 시장 분석을   통해 요약된 끊임없이 변화하고 복잡한 운영 규칙을   반영합니다. 밴드는 더 이상 사람마다 다르지 않도록 표준화되고 정의되었습니다. 인위적인 간섭의 드로잉 방법은 시장 진입을 엄격하게 분석하는 데 핵심적인 역할을 합니다. 이 지표를 사용하는 것은 거래 인터페이스의 미학을 개선하고 원래의 K-line 거래를
HASuperTrendADX
Steven Wong Sing Seng
HA Supertrend ADX is a MetaTrader 5 trend Expert Advisor inspired by the TradingView Heikin Ashi Supertrend ADX concept. It combines Heikin Ashi candle alignment, Supertrend direction on HA prices, and an ADX strength filter. Features • Heikin Ashi trend confirmation • Supertrend on Heikin Ashi OHLC (TradingView-style) • ADX minimum threshold with optional DI+ / DI- filter • Supertrend flip exit and/or ATR trailing stop • Optional initial ATR stop loss • Margin cap and maximum lot limit • XAU
Product Name: FXmans Pro SMC Structure Description: Navigate the markets with institutional precision. FXmans Pro SMC Structure is an advanced, algorithmically optimized indicator designed to decode Smart Money Concepts (SMC) directly on your chart. Built on a highly secure and lightweight engine, this tool avoids the lag of standard pivot points by utilizing Bill Williams' Fractal logic for laser-accurate market structure mapping. Whether you are a day trader or a swing trader, this indicator f
# MT5용 스퀴즈 모멘텀 지표 MetaTrader 5용으로 전문적으로 개발된 강력한 **스퀴즈 모멘텀 지표**로 폭발적인 시장 기회를 포착하세요. 이 고급 변동성 및 모멘텀 지표는 주요 시장 움직임이 발생하기 전 변동성이 낮은 구간을 파악하는 데 도움을 줍니다. 볼린저 밴드와 켈트너 채널의 장점을 결합한 이 지표는 시장이 "압축"되어 돌파를 준비하는 시점을 보여줍니다. 내장된 모멘텀 히스토그램을 통해 추세 방향과 모멘텀 변화를 쉽게 파악할 수 있어 트레이더는 자신감 있고 정확하게 거래에 진입할 수 있습니다. ## 주요 기능 * 고급 스퀴즈 감지 시스템 * 전문적인 MT5 구현 * 급격한 돌파 전 변동성 스퀴즈 감지 * 동적 색상 변화 모멘텀 히스토그램 * 시장 상황을 쉽게 파악할 수 있는 스퀴즈 상태 표시 * 다음 지표 결합: * 볼린저 밴드 * 켈트너 채널 * 선형 회귀 모멘텀 * 추세 변화 조기 감지 * 깔끔하고 반응성이 뛰어난 별도 창 표시 * 완벽하게 사용자
Sigma VWAP Bands
Johannes Human
Sigma VWAP Bands Sigma VWAP Bands (Rolling) is a technical analysis indicator that plots upper and lower bands based on the statistical deviation of price from a rolling Volume-Weighted Average Price (VWAP). The indicator is designed to visualize price dispersion around VWAP using a user-defined lookback window and a configurable standard deviation multiplier. Parameters Lookback Period Number of bars used for VWAP and standard deviation calculations. Sigma Factor Multiplier applied to the cal
MFOP Market Forecast
Oscar Josue Pin Bacuzoy
Develop this indicator for periods of 30 minutes or more, focus on getting market trends right and making sure they are met. MFOP v8.1 gets straight to the point: it scans the market and tells you exactly when there is enough strength to enter a trade. This indicator doesn't do magic, it uses mathematical algorithms to filter out market noise, not enter into false breakouts and show you clear BUY (blue arrow) and SELL (red arrow) opportunities. It is designed and optimized specifically to take
IntensywnyScalperPro
Bartlomiej Mateusz Konecki
INTENSYWNY SCALPER PRO — 하나의 지표로 끝내는 완전한 스캘핑 시스템 1. Adaptive ATR-Based Targets — Works on Any Market & Timeframe 1. ATR 기반 적응형 타겟 — 모든 시장 및 시간봉 호환 Take-profit spacing and stop-loss distance are calculated from real market volatility (ATR). Switch between M1, M15 or M30+, or jump from Gold to Bitcoin to indices — the indicator instantly recalculates all levels. No manual configuration, ever. 익절(TP) 간격과 손절(SL) 거리는 실제 시장 변동성(ATR)을 바탕으로 계산됩니다. M1, M15, M30+ 분봉을 전환하거나 골드에서 비트코인, 주가 지수로 종목을 바꾸더라도 지표가
Liquidity Map
Alex Amuyunzu Raymond
Liquidity Map  Overview The Liquidity Map indicator is an advanced visualization tool based on ICT Smart Money Concepts . It automatically identifies daily Buy Zones , Sell Zones , and Liquidity Levels , showing where price is likely to reverse or continue based on institutional order flow. It calculates key levels from the daily session — such as the previous day’s high, low, and midpoint — then derives a premium (sell bias) and discount (buy bias) structure. When price trades into these mapped
HYPERION QUANTUM PULSE   100-Point Signal Score + ATR-Adaptive Trend Intelligence (Gold + Forex)    Hyperion Quantum Pulse is an institutional-grade Expert Advisor powered by a proprietary 100-Point Signal Score System. Named after Hyperion, the Greek Titan of Light and celestial observation, this EA illuminates the market with multi-indicator intelligence and executes ONLY when all signals converge with overwhelming confidence. Unlike simple EAs that rely on a single indicator, Hyperion calcu
NEXY is a professional multi-timeframe trading system based on Market Structure (HH/HL/LH/LL) and Fibonacci Retracement zones.  CORE STRATEGY: The EA identifies pivot points (higher highs, higher lows, lower highs, lower lows) to determine the market structure. Once the main structure is established, it calculates Fibonacci retracement zones (0.618-0.786) where the price is likely to retrace before continuing in the direction of the trend. You can select which timeframes to align with the main
Sovereign Shield EA XAU
Abdelilah Ait Nassar
Sovereign Shield Prop EA: Institutional Drawdown Defense Sovereign Shield is a quantitative recovery engine built specifically for the strict drawdown parameters of modern Proprietary Trading Firms. A primary cause of evaluation failure is static algorithmic exposure during unpredictable macro-economic trends. Sovereign Shield addresses this by deploying a proprietary, volatility-adjusted recovery matrix. It continuously monitors price exhaustion and dynamically recalculates its exposure distan
Optimized Spike Detector Pro for MT5 is a professional-grade technical indicator designed to identify and capitalize on sharp, impulsive price movements (spikes) in any financial instrument. Utilizing a sophisticated, multi-algorithmic core, it distinguishes significant volatility expansions from market noise with exceptional accuracy. The tool dynamically adapts to changing market conditions, filtering out false signals and highlighting only high-probability spike setups in real-time. Featuring
Gold Confluence Pro v2.14 – 궁극의 XAUUSD 트레이딩 프레임워크 Gold Confluence Pro 는 단순한 보조지표가 아닙니다. 기관급 Smart Money Concepts (SMC) 로직을 멀티 타임프레임(MTF) 분석 및 실시간 시장 데이터와 결합한 종합 트레이딩 프레임워크입니다. 골드(XAUUSD) 트레이더를 위해 특별히 최적화되었으며, 복잡한 시장 구조를 하나의 전문적인 대시보드(Dashboard)에 집약했습니다. 왜 Gold Confluence Pro인가? 시중에는 수천 개의 "Buy/Sell" 지표가 존재합니다. 하지만 전문가는 단순한 신호가 아닌 **"Confluence(근거의 중첩)"**를 신뢰합니다. GCP v2.14는 시장을 5가지 레이어로 분석하며, 모든 조건이 완벽하게 일치할 때만 신호를 보냅니다. 핵심 기능 1. 스마트 오더 블록(OB) 탐지 및 스코어링 단순한 박스가 아닙니다! 당사의 알고리즘은 Displacement,
EA Name: Dynamic Hybrid Scalper (XAU Specialist) "A Synergistic Blend of Trend Following and Smart Grid Logic for Consistent Gold Trading" Key Highlights Multi-Timeframe Analysis: Triple-layer trend analysis that monitors the High Timeframe (HTF) trend down to the specific entry Signal Timeframe for maximum precision. 5-Factor Signal Confirmation: A sophisticated filtering system using five core metrics: EMA Trend, RSI, MACD, ADX Strength, and Price Action Breakout. Dynamic Lot Managemen
NRP Smc Pro
Black Panther AI
NRP SMC PRO EA — Product Description Short Description Professional Smart Money Concepts Expert Advisor engineered for XAUUSD, combining institutional market structure analysis, Fair Value Gaps, liquidity sweeps, and prop-firm-focused risk management. Includes optional news filtering, trading sessions, trade journaling, and advanced capital protection. NRP SMC PRO EA — Institutional Smart Money Automation for MT5 NRP SMC PRO EA is a professional Smart Money Concepts Expert Advisor built around c
The  OBV MTF  is an Enterprise-grade On-Balance Volume indicator that transforms standard OBV into a complete trading system. It combines gradient-aware momentum analysis, divergence detection, multi-timeframe alignment, and dynamic customisable midpoint-filtering in a single intuitive professional volume analysis tool. Core Features 1. 5-State Momentum Engine Aqua (Strong Bullish) : OBV slope rising with positive acceleration SteelBlue (Weak Bullish) : OBV rising but losing momentum Gray (Neutr
ICT Concept Asian Killzone
Mehdi Ghorbani Saeidian
Link to our products: LINK The ICT Asian Killzone Indicator delivers a professional, institutional-grade framework by precisely defining the Asian trading session from 00:00 to 04:00 GMT with absolute accuracy. It streamlines market structure analysis by isolating liquidity accumulation, range formation, and volatility compression during the Asian session. Built for serious ICT and Smart Money traders, it enhances strategic decision-making, execution confidence, and Tokyo session directional bi
SchermanActionPro
AutomaticTrading
SchermanActionPro 소개: Automatedtrading의 새로운 자동 거래 봇 Autotrading은 SchermanActionPro를 주요 기능:  • 구성 가능한 지표: Ivan의 권장 사항에 따라 평균 및 양초 수를 조정합니다.  • 운영 유연성: 구매와 판매 중에서 선택합니다.  • 이익 실현: ATR 또는 반대 신호를 기반으로 하는 고정 옵션입니다.  • 손실 중지: ATR에 따라 또는 반대 신호에 따라 고정으로 구성 가능합니다.  • 로트 유형: 고정 로트 선택, 계정 비율의 고정 위험 또는 고정 금액.  • 최대 일괄 보호: 구성 가능.  • 핍 및 슬리피지 크기: 완전히 조정 가능합니다.  • 필터 및 출력: ATR 및 확산 수준에 따라 입력 및 출력 필터를 활성화합니다.  • 이익 실현 및 부분 손실 청산: 수준별로 구성 가능합니다.  • 후행 정지 및 손익분기점: 구성 가능한 거리, 백분율 및 미끄러짐.  • 양초 수에 따른 출력: 구성 가능.  •
SwiftCap Trinity EA | 금 및 자기매매 회사 거래를 위한 멀티 전략 MT5 EA SwiftCap Trinity EA는 네 가지 독립적인 거래 시스템을 하나의 통합되고 체계적인 프레임워크로 결합한 전문가급   멀티 전략 MT5 Expert Advisor   입니다. 트리니티는 단일 전략이나 시장 상황에 의존하는 대신, 다양한 시장 환경에 적응하도록 설계되었습니다. 다양한 시장 환경에서   균형 잡히고 체계적이며 일관된 자동 거래 방식을   제공합니다. 별도의 설정 파일이 필요하지 않습니다. 프롭 부동산 회사와 완벽하게 호환됩니다. 참고: 수량이 한정되어 있습니다. 가격이 곧 인상될 예정입니다. 거래 사양 플랫폼:   메타트레이더 5 (MT5) 지원 금융상품:   금(XAUUSD) 기간:   모든 기간에 적용 가능 브로커 서버 시간:   GMT+2 또는 GMT+3만 해당 계좌 유형:   헤징 필요 최소 입금액:   500달러 (잔액에 따라 금액 조정 가능) 레버리지
Brilliant Reversals MultiCurrency Scanner MT5는 여러 통화 쌍에서 잠재적인 반전 포인트를 식별하려는 트레이더를 위해 설계된 최첨단 거래 지표입니다. 고급 알고리즘을 활용하여 이 도구는 즉각적인 통찰력을 제공하며, 거래 전략을 최적화하려는 초보자와 경험자 모두에게 귀중한 도구입니다. 이 지표는 시장 상황에 따라 실시간 매수 및 매도 신호를 제공하여 트레이더의 결정을 지원하고 거래 성과를 향상시킵니다. 포괄적인 대시보드와 알림 기능을 통해 주요 통화 쌍을 쉽게 모니터링하고 시장 기회에 신속하게 대응할 수 있습니다. MQL 제품 설치 가이드 | 구매한 MQL 제품 업데이트 MT4/MT5 | 일반 문제 해결 가이드 | 지표 설정 / 가이드 주요 기능 버퍼 통합: 신호 기반 거래를 효과적으로 활용할 수 있도록 지표 값을 접근 가능한 버퍼로 노출합니다. 시각적 화살표 신호: 차트에 직접 매수/매도 화살표를 명확하게 표시하여 거래 기회를 쉽게 포착할 수 있습니
ICT Institutional Zones Pro
Celestine Anyango Wabomba
ICT Institutional Zones Pro — Trade with Institutional Precision Stop wasting time manually drawing key ICT levels every day. ICT Institutional Zones Pro is a professional-grade MT5 indicator built for traders who use ICT (Inner Circle Trader) and Smart Money Concepts (SMC) to read market structure with precision. This indicator automatically maps the most important institutional levels directly on your chart, helping you instantly identify where smart money is likely accumulating, distributing
ULTIMATE GOLD ENFORCER v3 PRO Institutional-Grade XAUUSD Trading System What Makes It Different Feature Why It Matters 10-Strategy Confluence Engine No single indicator decides — weighted voting across trend, momentum, SMC, order blocks, FVGs, RSI divergence, S/R, volatility & sentiment True Multi-Timeframe H4 structure → H1 signal → M15 entry precision — aligned or no trade Dynamic Risk Management Kelly-inspired position sizing that adapts to your win rate in real-time Zero Martingale/G
. . is designed for traders who want a clean and practical way to identify bullish and bearish trend changes directly on the MT5 chart. The indicator uses a dual high/low smoothing engine to detect market direction and show a clear active trend line. When the market confirms a bullish or bearish flip
MTF Scanner S/R & EMA Confluence EA (v3.50) 완전 기술 문서 1. 소개 MTF Scanner S/R & EMA Confluence EA (v3.50)는 MetaTrader 5 플랫폼을 위해 개발된 규칙 기반 자동 매매 시스템으로, 여러 시간 프레임에서 고확률 거래 기회를 식별하고 실행하도록 설계되었습니다. 이 지능형 시스템은 다음과 같은 핵심 분석 모듈을 통합합니다: Price Action (가격 움직임) 구조 지지 및 저항 (Support & Resistance, S/R) 구간 지수 이동평균(EMA)을 활용한 컨플루언스 분석 이러한 다중 조건 필터링을 통해 EA는 통계적으로 우위가 있는 안정적인 거래 신호 를 제공하며, 인간의 감정 개입을 최소화합니다. 시스템에는 실시간 대시보드가 포함되어 있으며 다음 정보를 표시합니다: 거래 구간 및 신호 시장 추세 상태 거래 실행 로직 리스크 관리 상태 주요 목표: 거래 실행을 표준화하고, 자본을 보호하며, 시
Prometheus Gen 1
Humphrey Mangera
PREDATOR PULSE AI TRADER Premium · By Prometheus Neural Systems Most trading indicators are built once, calibrated on historical data, and left to run. They don't adapt. They don't learn. When the market changes — and it always does — they keep firing the same signals based on conditions that no longer exist. Predator Pulse was built on a different idea. Two Engines Working Together The foundation is a 60-feature institutional microstructure engine. Every bar, it analyses sixty distinct aspects
The indicator scans for TD Combo signals in multiple timeframes for the all markets filtered and shows the results on Dashboard. Key Features Dashboard can be used for all markets It can scan for signals on MN1, W1, D1, H4, H1, M30, M15 ,M5, M1 timeframes Parameters UseMarketWatch: Set true to copy all symbols available in market watch MarketWatchCount : Set the number of symbols that you want to copy from the market watch list. CustomSymbols: Enter the custom symbols that you want to be availa
Anubi Terminal MT5
Marco Maria Savella
Anubi Terminal is a professional trade management assistant designed for manual traders who demand precision, speed, and strict risk control. Unlike automated bots, Anubi puts the trader in control, providing a sophisticated interface to execute and manage trades according to institutional-grade risk management rules. Why Anubi Terminal? Manual trading often fails due to calculation errors and emotional exits. Anubi eliminates these risks by automating position sizing and trade management based
Immortal MT5
Paranchai Tensit
The EA is based on   trend trading strategy . Mechanism " trend trading strategy " is a tendency of a financial market price to move in a particular direction over time. If there is a turn contrary to the trend, This mechanism will exit and wait until the turn establishes itself as a trend in the opposite direction, and re-enter when the trend re-establishes. This EA has been backtested for 9 years of real tick data (2015-2023), consistent with the latest trading accounts. Immortal MT4:   https:
Daily HiLo
Nicanor Jr Cagape Layco
DailyHiLo Indicator Master the daily range like a pro. This indicator automatically plots the previous day’s high and low levels —a core element in the (Beat The Market Maker) trading approach—directly on your chart. These levels act as natural boundaries for intraday price action, helping traders identify potential reversal zones, breakout points, and liquidity targets. Key Features Accurate plotting of yesterday’s high and low for any symbol and timeframe. Works seamlessly with BTMM-inspired
FREE
이 제품의 구매자들이 또한 구매함
Neuro Poseidon MT5
Daria Rezueva
4.8 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
M1 Quantum MT5
Hamed Dehgani
4.6 (10)
M1 Quantum을 이용한 실시간 트레이딩 신호 : 신호   ( Quantum Trade Assistant 에 의해 거래가 자동으로 실행되며, 이 제품에 무료 로 포함되어 있습니다.) 가격 계획: 현재 가격: $169 (얼리 어답터 혜택) 다음 예정 가격: $189 예정 소매 가격: $299 개발자 안내: 구매 후 저에게 연락하시면 최신 권장 설정 파일(Set File) , 사용 팁, 그리고 다른 M1 Quantum 사용자들과 소통할 수 있는 VIP 지원 그룹 초대장을 받으실 수 있습니다. 자주 묻는 질문 - 설정 파일 - 설치 가이드 M1 Quantum 은 M1 전용 전문 트레이딩 시스템으로, 손절(Stop Loss), 익절(Take Profit), 그리고 스마트 자금 관리 기능이 내장된 빠르고 정확한 거래 신호를 제공합니다. M1 Quantum 은 연속 수익 거래 에 집중하여 계좌를 빠르게 성장시키도록 설계된 전문 자금 관리 시스템을 포함하고 있습니다. M1 Quantum
UZFX {SSS} 스캘핑 스마트 시그널 v4.0 MT5는 급변하는 시장에서 정확한 실시간 시그널을 필요로 하는 스캘퍼, 데이 트레이더, 스윙 트레이더를 위해 설계된 리페인팅이 없는 고성능 트레이딩 지표입니다. (UZFX-LABS)에서 개발한 이 지표는 가격 움직임 분석, 추세 확인 및 스마트 필터링을 결합하여 모든 통화 쌍과 시간대에서 높은 확률의 매수 및 매도 신호, 경고 신호, 추세 지속 기회를 생성합니다. 거래에 대한 의구심을 떨쳐버리고, 명확성, 정밀성, 그리고 규율 있는 시장 실행을 원하는 트레이더를 위해 설계된 체계적인 신호 시스템을 따르기 시작하세요. 제 추천* 최적의 시간대: 15분 이상. {H1}이 제가 가장 선호하는 시간대입니다. 그리고 그 결과는 정말 놀라울 정도입니다...!! 주요 기능 업데이트 • 자동 매수 및 매도 신호 감지 • 고급 반전 인식 로직 • 잠재적인 시장 반전 전 조기 경고 신호 • 추세 지속 확인 신호 • 진입, 손절, TP1, TP2,
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro는 MetaTrader 5용 추세추종형 지표로, 차트에서 더 명확한 신호, 더 구조적인 트레이드 설정, 그리고 더 실용적인 리스크 관리를 원하는 트레이더를 위해 설계되었습니다. 단순한 화살표만 표시하는 것이 아니라, GEM Signal Pro는 전체 트레이드 아이디어를 더 깔끔하고 읽기 쉬운 방식으로 보여줍니다. 조건이 확인되면 진입가, 손절가, 목표가를 차트에 표시하여 트레이더가 설정을 더 효율적으로 검토할 수 있도록 도와줍니다. 작동 방식 이 지표는 먼저 내부 로직에 따라 유효한 초기 신호를 식별합니다. 확인 조건이 충족되면, GEM Signal Pro는 차트에 전체 설정을 표시합니다. 이를 통해 트레이더는 거래 구조를 더 명확하게 보고, 수동 분석 작업을 줄일 수 있습니다. 차트에 표시되는 거래 레벨 확인된 신호에 대해, GEM Signal Pro는 다음을 표시할 수 있습니다. 진입가 손절가 목표가 1 목표가 2 목표가 3 손
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: Synthetic Multi-Timeframe Bias Engine for MT5 ️ Summer Launch Offer — Get The Oracle Pro for USD 199 (early buyers). Price rises with traction; final price USD 399. The Oracle Pro is a premium multi-timeframe bias engine for MetaTrader 5, built for demanding and professional traders. It answers one question with discipline: what is the directional bias on each timeframe right now, how strong is it, and how much do the timeframes agree? Everything is computed on closed bars only
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our customers. The first "The Basics"
시장이 진짜로 무엇을 하고 있는지 보십시오.   세 가지 시장 국면(수축, 확장, 추세)을 눈앞에서 실시간으로 지켜보고, 추세 국면의 초기 단계에서 더 나은 진입을 잡으십시오.   추측을 멈추십시오. 기관과 스마트 머니가 하는 것처럼 시장을 읽기 시작하십시오.   MT5용 Apex Market Structure Pro는 노이즈를 걷어내고 모든 캔들 아래에 있는 진짜 구조를 보여 주는 정밀 스마트 머니 분석 도구입니다.   유동성, 구조 전환, 매집 구간, 추세 편향을 하나의 깔끔하고 전문적인 오버레이에 담았습니다. 후행 지표에 지쳐 명확함으로 매매할   준비가 된 진지한 트레이더를 위해 만들어졌습니다.      중요: 이 지표는 Heikin Ashi(하이킨 아시) 캔들에서 작동하도록 설계되었습니다. 사용 전 차트를 Heikin Ashi로 설정하여 그 잠재력을   온전히 끌어내십시오. 모든 분석은 Heikin Ashi 가격 흐름을 중심으로 설계되었습니다. Apex Market S
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
Transaction Speed MT5
Ivan Stefanov
5 (4)
이 지표는 시장에서 관심이 나타나는 영역 을 강조 표시한 후, 주문이 누적되는 영역 을 보여줍니다. 이는 **대규모 오더북(호가창)**처럼 작동합니다. 이것은 거대한 자금 을 위한 인디케이터입니다. 성능은 탁월하며, 시장에서 어떤 관심이 있든 반드시 포착할 수 있습니다 . (이것은 완전히 새로 작성되고 자동화된 버전 입니다 – 이제 수동 분석은 필요하지 않습니다.) **거래 속도(Transaction Speed)**는 새로운 개념의 인디케이터로, 시장에 대규모 주문이 언제, 어디에 쌓이는지를 보여주며 , 그 이점을 분석합니다. 매우 초기 단계에서 트렌드 전환 을 감지할 수 있습니다. FX 시장에서 흔히 사용하는 "거래량(volume)"은 오해입니다. 실제로는 시간당 가격 변화량 이므로, 올바른 용어는 거래 속도 입니다. 우리가 어떻게 사고하고, 행동하며, 분석하느냐 가 가장 중요합니다. 분석 패러다임의 전환 은 필수적입니다. 이 인디케이터는 외환 시장에서의 볼륨 개념을 논리적으로
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
KURAMA GOLD SIGNAL PRO (MT5) — 7중 필터 · 자동 TP/SL · 품질 점수 · 시그널 기록 저장 | XAUUSD 완전 트레이딩 시스템 실시간 리페인트 없음. 시그널이 나타나는 순간 화살표, 진입, TP, SL이 그 자리에 고정되어 이후 절대 움직이지 않습니다. 여러분이 거래하는 것은 바로 이 실시간 시그널입니다. 그리고 v7.20에서는 실제로 발신된 모든 시그널이 자동 저장되어 재시작 후에도 정확히 복원됩니다. 구매자 전용 보너스 평생 라이선스를 구매하시면 AI Zone Radar($59 상당) + 완전 PDF 매뉴얼을 무료로 드립니다. 제품 가격에 더해 $59 상당의 보너스가 따라옵니다. 구매 후 MQL5로 메시지를 보내주세요. AI Zone Radar: https://www.mql5.com/en/market/product/175834 골드 트레이더 커뮤니티에서 실제로 사용되며 정확성과
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. ️ Summer Sale
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction 은 3D 시장 분석 도구입니다. 다양한 매개변수에 걸쳐 정확한 백분율 편차를 계산하면서 완벽하게 객관적인 알고리즘 기반 시장 분석을 제공합니다. 첨단 AI 기반 모델링 도구와 엄격한 테스트를 거쳐 개발된 이 알고리즘은 타의 추종을 불허하는 정확도로 시장을 분석합니다. 플랫폼에서 모든 통화쌍 또는 금융 상품을 분석할 수 있습니다. 단기 거래, 데이 트레이딩, 스윙 트레이딩 등 어떤 유형의 거래를 하든 Quant Direction은 최적의 선택입니다. 운영자가 되는 것의 진정한 이점 퀀트 디렉션의 진정한 장점은 감정, 눈의 피로, 과도한 분석을 완전히 배제한다는 점입니다. 더 이상 수십 개의 차트를 일일이 살펴보며 방향을 찾거나 자신의 판단에 끊임없이 의문을 품을 필요가 없습니다. 이 시스템은 8개의 시간 간격(5개월에서 수개월까지)을 밀리초 단위로 처리합니다. 특정 시점의 주요 시장 참여자를 정확하게 식별하여 항상 성공 확률이 가장 높은 방향으로 거래할
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
대부분의 화살표 인디케이터는 신호만 보여주고, 나머지 판단은 모두 트레이더에게 맡깁니다. KT Alpha Hunter Arrows는 완성된 트레이딩 플랜을 제공합니다. 각 신호 화살표가 표시될 때마다 진입선, 손절선, 네 개의 익절 목표, 그리고 현재 심볼과 시간대가 지금 거래할 가치가 있는지 알려주는 실시간 엣지 판정이 함께 그려집니다. 포함된 Trade Manager EA는 사용자가 직접 진입한 뒤의 실행 관리를 맡아, 시장이 흔들리고 감정이 개입되기 쉬운 상황에서도 거래 원칙을 유지할 수 있도록 도와줍니다. 리페인트 없음. 종가 확정 후 신호만 표시. Forex, Gold, Indices 및 사용자가 거래하는 다양한 MT5 지원 상품에 맞게 설계되었습니다. 주요 기능 캔들이 마감된 후에만 표시되는 리페인트 없는 매수 및 매도 화살표. 각 신호마다 진입선, 구조적 손절선, 네 개의 익절 목표 표시. 현재 차트에서 매수와 매도 셋업을 별도로 평가하는 Edge Dashboard.
Beast Super Signal MT5
Florian Zuercher
2.71 (7)
수익성 있는 거래 기회를 쉽게 식별하는 데 도움이 되는 강력한 외환 거래 지표를 찾고 계십니까? Beast Super Signal보다 더 이상 보지 마십시오. 사용하기 쉬운 이 추세 기반 지표는 시장 상황을 지속적으로 모니터링하여 새로운 개발 추세를 찾거나 기존 추세에 뛰어들 수 있습니다. Beast Super Signal은 모든 내부 전략이 정렬되고 서로 100% 합류할 때 매수 또는 매도 신호를 제공하므로 추가 확인이 필요하지 않습니다. 신호 화살표 알림을 받으면 구매 또는 판매하기만 하면 됩니다. 구매 후 비공개 VIP 그룹에 추가되도록 저에게 메시지를 보내주세요! (전체 제품 구매만 해당). 최신 최적화된 세트 파일을 구입한 후 저에게 메시지를 보내주세요. MT4 버전은   여기에서 사용할 수 있습니다. 여기에서   Beast Super Signal EA를 받으세요. 최신 결과를 보려면 댓글 섹션을 확인하세요! Beast Super Signal은 1:1, 1:2
WaveSniper
Alessandro Farinella
Wave Sniper One indicator. Adaptive baseline, multi-layer signal engine, and closed-bar confirmed entries — designed for traders who want precision without complexity. I tried to build the perfect indicator. I ended up deleting most of them. I used, studied and coded hundreds of indicators. I analyzed and converted entire libraries from PineScript, ProRealCode, EasyLanguage, MQL. Oscillators, moving averages, bands, candlestick pattern: you name it! I spent weeks, even months optimizing param
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: 퀀트 시장 운영 체제 70% 할인 평생 이용권 (한정 시간) - 2,000명 이상의 트레이더와 함께하세요 왜 대부분의 트레이더는 "완벽한" 지표를 가지고도 실패할까요? 진공 상태에서 단일 개념 만으로 거래하기 때문입니다. 문맥 없는 신호는 도박입니다. 지속적인 승리를 위해서는 컨플루언스(중첩) 가 필요합니다. RelicusRoad Pro는 단순한 화살표 지표가 아닙니다. 완전한 퀀트 시장 생태계 입니다. 독점적인 변동성 모델링을 사용하여 가격이 이동하는 "공정 가치 로드"를 매핑하고, 단순 노이즈와 실제 구조적 돌파를 구분합니다. 추측은 그만두세요. 기관급 로드 로직으로 거래를 시작하세요. 핵심 엔진: "Road" 알고리즘 시스템의 중심에는 시장 상황에 실시간으로 적응하는 동적 변동성 채널인 Road Algo 가 있습니다. 세이프 라인(평형) 과 가격이 수학적으로 반전될 가능성이 높은 확장 레벨 을 투영합니다. Simple Road: 일반적인 시장을 위
Manipolatio regis
Simone Degl Innocenti
Manipulatio Regis — Scanner di Simmetria Istituzionale Manipulatio Regis rileva le manipolazioni dei Market Maker leggendo i Trading Ranges e i progetti obiettivi simmetrici da Price Action istituzionale. Non prevede il Future: legge una manipolazione già avvenuta e progetti in cui Il prezzo tende a tornare a ribilanciarsi. Come funziona: • Evento significativo (SI): rileva un impulso anomalo ad alta efficienza (rapporto ATR). • Gamba e Candela #1: isola la gamba di ritracciamento controdirezion
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
CISD Levels Pro automatically draws CISD Buy and Sell levels directly on your chart. It highlights pending levels while they are forming, then marks confirmed levels after the confirmation candle closes. Optional confirmation arrows help you spot the signal quickly. This tool is designed for traders who want clean, simple CISD level visualization without extra indicators or clutter. Key Features Draws Bullish (BUY) CISD levels and Bearish (SELL) CISD levels Shows Pending levels (dashed) and
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Smart Bubble Dominance Pro
Dioney De Jesus Batista Alves
실시간 기관 수급 흐름과 시장 공격성을 분석하는 최강의 도구, Smart Bubble Dominance Pro 를 소개합니다. 정밀한 타점을 원하는 트레이더를 위해 개발된 이 지표는 복잡한 거래량 데이터를 명확한 시각적 신호로 변환하여 '스마트 머니(Smart Money)'가 어디에 포진해 있는지 즉각적으로 식별해 줍니다. BTCUSD 전용 최적화 이 지표는 **BTCUSD(비트코인)**의 변동성과 특유의 움직임에 맞춰 정밀하게 튜닝되었습니다. 시장의 노이즈를 제거하고 실제 의미 있는 움직임만을 포착하여, 여러분이 항상 추세의 유리한 방향에 설 수 있도록 돕습니다. 도미넌스 비주얼 맵 (델타 컬러) 직관적인 컬러 코딩 시스템을 통해 단 몇 초 만에 시장 심리를 읽을 수 있습니다: 시안색 버블 (강력 매수): 매수세의 공격적인 지배를 나타냅니다. 가격이 강한 확신과 함께 상승하고 있다는 신호입니다. 마젠타색 버블 (강력 매도): 압도적인 매도 압력을 나타냅니다. 시장이 기관
Meravith Scanner
Ivan Stefanov
5 (3)
MERAVITH SCANNER는 MetaTrader 5용 전문 금융 시장 지표로, 여러 분석 도구를 하나의 통합 시스템으로 결합합니다. 독점적인 거래량 가중 평균 가격(VWAP) 방법론을 사용하여 모든 계산을 자동으로 수행하며, 주관적인 해석을 완전히 배제합니다. 이 지표는 모든 자산 클래스(Forex, 주식, 지수, 상품, 암호화폐)와 M1부터 월간 차트까지 모든 시간 프레임에서 작동합니다. 기본 원리는 “가격은 거래량을 따른다”입니다. MERAVITH는 기관 거래량이 집중되는 위치를 식별하고, 그 집중에서 수학적으로 정확한 가격 수준을 도출합니다. 예측이나 투기를 하지 않으며, 계산만 수행합니다. MERAVITH SCANNER를 사용하면 28개의 주요 Forex 통화쌍을 모든 시간 프레임에서 단 2~3분 만에 스캔할 수 있습니다. 또한 원하는 시장을 스캔할 수도 있으며, 예를 들어 약 100개의 주식을 약 10분 안에 스캔할 수 있습니다. 지표는 소진 레벨, 균형선, 편차, 통계
MasterTrend
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
Chimera Volume
Marko Milenkovic
MetaTrader 5용 Chimera Volume 고급 거래량 분석 및 시장 활동 시각화 Chimera Volume은 MetaTrader 5 전용 사용자 정의 지표로, 정규화된 거래량 활동을 분석하고 역동적인 시각적 프레임워크를 통해 시장 참여도의 변화를 보여주도록 설계되었습니다. 이 지표는 적응형 정규화 알고리즘을 사용하여 틱 거래량 데이터를 처리하며, 다양한 시장 상황 속에서 거래량의 강도, 매집 단계, 활동 변화를 구조화된 형태로 생성합니다. 원시 거래량 값을 표시하는 일반 거래량 지표와 달리, Chimera Volume은 추가 계산을 적용하여 시장 활동의 상대적 변화를 강조하고 차트의 가독성을 향상시킵니다. 주요 기능 루트 인텐트 히스토그램 (Root Intent Histogram): 정규화된 거래량 강도와 시장 참여도를 시각화하는 동적 히스토그램입니다. 적응형 색상 전환을 사용하여 활동 증가 시기와 참여 감소 시기를 명확하게 구분합니다. 관성 라인 (Inertia Line
Meravith MT5
Ivan Stefanov
5 (3)
마켓 메이커를 위한 도구. Meravith는 다음과 같은 기능을 제공합니다: 모든 타임프레임을 분석하고 현재 유효한 추세를 표시합니다. 강세와 약세 거래량이 동일한 유동성 구간(거래량 균형 구간)을 강조 표시합니다. 서로 다른 타임프레임의 모든 유동성 레벨을 차트에 직접 표시합니다. 텍스트 기반 시장 분석을 생성하여 참고용으로 제공합니다. 현재 추세를 기반으로 목표가, 지지선 및 손절가를 계산합니다. 거래의 위험 대비 보상 비율(Risk/Reward)을 계산합니다. 계좌 잔고에 따라 포지션 크기를 산출하고 잠재 수익을 추정합니다. 시장에 중대한 변화가 발생할 경우 경고도 제공합니다. 지표의 주요 라인: 강세/약세 거래량 소진 라인 — 목표가로 사용됩니다. 시장 추세를 나타내는 라인. 시장이 강세인지 약세인지에 따라 색상이 변경되며 추세 지지선 역할을 합니다. 색상은 주로 시장 심리를 보여줍니다. 거래량 균형선(Eq). Eq(Volume Equilibrium) 라인은 시스템의 핵심입니
제작자의 제품 더 보기
# AUTO TREND LINE ASSISTANT v2.0 ### MQL5 Market — Ürün Açıklaması / Çalışma Mantığı / Kullanım Talimatları --- ## ÜRÜN AÇIKLAMASI (MQL5 Market Listing) **Auto Trend Line Assistant v2.0**, piyasanın anlık yönünü otomatik olarak analiz eden ve kurallara dayalı şekilde yalnızca doğru trend çizgisini çizen akıllı bir MetaTrader 5 göstergesidir. > **Tek cümleyle:** Yükselen piyasada sadece eğik destek, düşen piyasada sadece eğik direnç — fazlası yok, eksiği yok. Klasik trend çizgisi araçlar
필터:
리뷰 없음
리뷰 답변