CCI advanded

5
📊 CCI VISUAL ENHANCED - MT5 USER GUIDE

🎯 INTRODUCTION

CCI Visual Enhanced for MetaTrader 5 features:

  • ✨ Intuitive visual interface
  • 🎯 Automatic buy/sell signals
  • 🔔 Smart alert system
  • 📊 Dynamic histogram
  • 💎 Strong signal & divergence detection

🚀 INSTALLATION

Method 1: MetaEditor (Recommended)

  1. Open MT5 → Press F4 (MetaEditor)
  2. FileNewCustom Indicator Program
  3. Name: CCI_Visual_Enhanced → Finish
  4. Delete sample code, paste .mq5 code
  5. Press F7 to compile
  6. Add to chart: InsertIndicatorsCustom

Method 2: Direct Copy

  1. MT5 → FileOpen Data Folder
  2. Navigate to MQL5/Indicators
  3. Copy CCI_Visual_Enhanced.mq5 file
  4. Restart MT5 or refresh Navigator (F4)
  5. Compile and add to chart

⚙️ SETTINGS

CCI Settings

  • CCI Period: 20 (14 short-term, 50 long-term)
  • Applied Price: Typical Price (HLC/3)

Levels

  • Overbought: +100
  • Oversold: -100
  • Extreme OB: +200
  • Extreme OS: -200

Display Options

  • Show Histogram ✅
  • Show Buy/Sell Signals ✅
  • Show Strong Signals ✅
  • Show Divergence ✅

Alert Settings

  • Enable Alerts ✅
  • Alert on Buy/Sell/Strong ✅

📖 READING THE INDICATOR

Visual Elements

Lines:

  • Blue line: Main CCI
  • Yellow line: CCI MA (smoothing)

Histogram:

  • Green bars: CCI > 0 (Bullish)
  • Orange bars: CCI < 0 (Bearish)

Levels:

+200 ═══ Extreme Overbought +100 ═══ Overbought 0 ═══ Neutral -100 ═══ Oversold -200 ═══ Extreme Oversold

Signals

🟢 BUY (Green Arrow ▲)

  • CCI crosses above -100
  • Oversold reversal

🔴 SELL (Red Arrow ▼)

  • CCI crosses below +100
  • Overbought reversal

🟡 STRONG (Yellow Circle ●)

  • CCI < -200 reversing up
  • CCI > +200 reversing down
  • Divergence detected

Info Panel

CCI Value: -85.42
CCI MA(9): -72.18
Status: 🟡 OVERSOLD
Trend: ▼ BEARISH

Status Types:

  • 🔴 EXTREME OVERBOUGHT (>+200)
  • 🟠 OVERBOUGHT (>+100)
  • ⚪ BULLISH ZONE (0 to +100)
  • ⚫ BEARISH ZONE (-100 to 0)
  • 🟡 OVERSOLD (<-100)
  • 🟢 EXTREME OVERSOLD (<-200)

💡 TRADING STRATEGIES

Strategy 1: Oversold/Overbought

BUY Setup:

  • CCI crosses above -100 (▲)
  • Entry: At signal
  • SL: 20-30 pips below
  • TP1: CCI = 0 (50%)
  • TP2: CCI = +100 (50%)

SELL Setup:

  • CCI crosses below +100 (▼)
  • Entry: At signal
  • SL: 20-30 pips above
  • TP1: CCI = 0 (50%)
  • TP2: CCI = -100 (50%)

Strategy 2: Strong Signals

Strong BUY (●):

  • CCI < -200 reversing up
  • Entry: Immediately
  • SL: 30-50 pips
  • TP: +100, +200
  • R:R 1:3 to 1:5

Strong SELL (●):

  • CCI > +200 reversing down
  • Entry: Immediately
  • SL: 30-50 pips
  • TP: -100, -200
  • R:R 1:3 to 1:5

Strategy 3: Trend Following

Uptrend:

  • CCI > CCI MA
  • Wait for pullback to 0/-50
  • Buy on reversal signal
  • SL: Below pullback

Downtrend:

  • CCI < CCI MA
  • Wait for pullback to 0/+50
  • Sell on reversal signal
  • SL: Above pullback

Strategy 4: Divergence

Bullish Divergence:

  • Price: Lower low
  • CCI: Higher low
  • Yellow circle appears
  • Wait for CCI > -100
  • Entry after confirmation
  • SL: Below divergence low

Bearish Divergence:

  • Price: Higher high
  • CCI: Lower high
  • Yellow circle appears
  • Wait for CCI < +100
  • Entry after confirmation
  • SL: Above divergence high

🔔 ALERTS

4 Alert Types:

  1. CCI Buy Signal (crosses -100)
  2. CCI Sell Signal (crosses +100)
  3. Strong Buy (extreme oversold)
  4. Strong Sell (extreme overbought)

Features:

  • One alert per candle
  • Customizable on/off
  • Works with MT5 mobile
  • Includes symbol & timeframe

🎯 COMBINE WITH OTHER INDICATORS

CCI + Moving Averages

  • MA 50 & 200 for trend
  • Buy: Price > MA200, CCI signal
  • Sell: Price < MA200, CCI signal

CCI + RSI

  • Strong buy: CCI < -100 + RSI < 30
  • Strong sell: CCI > +100 + RSI > 70

CCI + Bollinger Bands

  • Buy: Price at lower band + CCI signal
  • Sell: Price at upper band + CCI signal

CCI + Volume

  • High volume = Strong signal
  • Low volume = Weak signal

📱 TIMEFRAME RECOMMENDATIONS

TF Period Style Win Rate
M1-M5 14 Scalping 60-65%
M15-H1 20 Day Trading 65-70%
H4-D1 20-50 Swing 70-75%
W1 100 Position 75-80%

⚠️ IMPORTANT WARNINGS

DON'T:

❌ Overtrade every signal ❌ Trade against main trend ❌ Ignore stop losses ❌ Trade in ranging markets ❌ Trust indicator 100%

DO:

✅ Backtest 1+ month ✅ Combine with price action ✅ Use proper risk management (1-2%) ✅ Follow trading plan ✅ Review trades weekly

🔧 TROUBLESHOOTING

Issue 1: Not Showing → F4 → Recompile (F7) → Restart MT5

Issue 2: Compile Errors → Use MT5 build 3280+ → Check code complete

Issue 3: No Signals → Settings → Enable all signal options → Try H1/H4

Issue 4: False Signals → Increase Period to 50 → Trade trends only

Issue 5: No Alerts → Enable Alerts = true → Check volume/MT5 running

Issue 6: Lagging → Reduce max bars (10k-20k) → Close other indicators

📊 TRADING EXAMPLES

EUR/USD M15 Day Trade

CCI -100 cross → Green ▲ Entry: 1.0850 | SL: 1.0830 TP1: 1.0870 (50%) | TP2: 1.0890 (50%) Result: +30 pips (R:R 1:1.5)

GBP/JPY H4 Swing Trade

CCI +220 → Yellow ● Strong Sell
Entry: 195.50 | SL: 196.50
TP1: 193.50 (50%) | TP2: 191.50 (30%)
Result: +330 pips avg (R:R 1:3.3)

Gold M5 Scalping

CCI -50 cross → Green ▲ Entry: 2,050 | SL: 2,048.50 | TP: 2,052.50 Result: +25 pips in 10min (R:R 1:1.66)

🎓 ADVANCED TIPS

Multi-Timeframe: D1 trend → H1 setup → M15 entry

Breakout: CCI consolidates -50/+50 → Strong break → Enter with volume

Hidden Divergence:

  • Bullish: Uptrend + Price higher low + CCI lower low = Continue up
  • Bearish: Downtrend + Price lower high + CCI higher high = Continue down

Price Patterns: Combine CCI with Double Top/Bottom, H&S, Triangles

✅ CHECKLIST

□ Indicator installed & tested
□ Understand all signals
□ 50+ demo trades done
□ Trading plan ready
□ Risk management set (1-2%)
□ Trend identified

🎯 CONCLUSION

Advantages: Intuitive interface, automatic signals, smart alerts, divergence detection

Limitations: False signals in ranging markets, requires practice

Final Advice: Demo 1-3 months, risk 1-2% per trade, combine with price action

Wishing you successful trading! 🚀

Version 1.0 | MT5 Build 3280+ | 2025

📄 DISCLAIMER

Trading carries high risk. This is a tool, not investment advice. Use stop losses and proper risk management. Only trade with money you can afford to lose.

© 2025 CCI Visual Enhanced


리뷰 2
Nguyen Tho
74
Nguyen Tho 2026.02.11 04:41 
 

Rất trực quan, hiệu quả lắm . Nhưng sao nay vào mua không được

추천 제품
Auto Fibo Retracement MT5
Nguyen Tuan Son
5 (10)
Auto Fibonacci Retracement Indicator — Flexible and Reliable This isn’t just another Auto Fibonacci Retracement indicator. It’s one of the most flexible and dependable tools available . If you find it useful, please consider leaving a review or comment — your feedback means a lot! Check out my other helpful tools below: Smart Alert Manager   - Set up advanced alerts and send them to Mobile, Telegram, Discord, Webhook... Timeframes Trend Scanner    - Scan the trend of assets in difference timefr
FREE
==============================================================================                     DIVERGENCE HUNTER PRO v2.01          Advanced Multi-Oscillator Divergence Detection System ============================================================================== OVERVIEW Divergence Hunter Pro is a professional-grade divergence detection indicator  that automatically identifies high-probability trading oppor
FREE
BDA Trend Finder
Laron Demetris Burrows
5 (1)
이 표시기를 사용하여 시장 내 개발 동향에 대한 경고를 받으십시오. 이 표시기를 사용하여,당신은 그들이 개발 시장에서 개발 동향에 대한 경고를 얻을 수있을 것입니다. 이 표시기는 추세 내의 항목 또는 종료를 식별하는 데 사용할 수 있습니다. 이 표시기는 더 높은 시간대의 정보를 현재 시간대의 가격 움직임과 결합하여 구매 또는 판매 신호를 출력합니다. 표시기는 추세 변화 또는 지배적 인 추세의 연속을 식별 할 수 있습니다. 참고:추세 다음 낮은 승리 비율을 가지고 있지만,추세의 수익률은 평균 손실의 3~5 배 크기가 될 수 있습니다.   간단한 설정 드래그 앤 언제든지 프레임에,어떤 차트에 놓습니다. 경고 사용(선택 사항) 그리고 당신은 완료! 시각 및 오디오 경고 휴대 전화로 직접 전송 경고 터미널로 전송 경고 팝업 다중 사용 주식,외환,옵션,선물 유연한 모든 시간 프레임에서 작동
FREE
Curver Arrows
Francis Dube
3.75 (4)
This indicator is a straight port of a well known MetaTrader 4 indicator that is freely available on the Internet. It does not redraw at all. It implements a type of breakout strategy. The arrows indicate market direction. Use the indicator on M15 charts and higher. The indicator draws two bands near price action and generates signals when the price closes below the lower band and also above the upper band. The indicator uses periodic highs and lows to calculate upper and lower threshold bands.
FREE
Pivot Points Indicator – a fast, reliable, and fully customizable pivot detection for MetaTrader 5. This indicator uses MetaTrader’s native iHighest and iLowest functions to identify pivot highs and lows by scanning for the highest and lowest prices within a user-defined window of bars. A pivot is confirmed only when the current bar is the absolute maximum or minimum within the selected range, ensuring accurate and timely signals based on robust built-in logic. Key Features No Repainting : Onc
FREE
VolumeBasedColorsBars
Henrique Magalhaes Lopes
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
PZ The Zone MT5
PZ TRADING SLU
5 (1)
This indicator displays buy or sell signals according to Bill Williams' definition of the Trading Zone. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and understand Avoid trading flat markets Deterministic indicator with clear rules The indicator is non-repainting It implements alerts of all kinds It has straightforward trading implications. A blue arrow is a buy signal A red arrow is a sell signal According to Bill Williams trading in the zone helps t
FREE
이전 버전의 인디케이터 개발 ZigZag WaveSize MT4 ZigZag WaveSize - 표준 ZigZag 인디케이터를 수정하여 포인트, 레벨 및 다양한 경고 로직에 대한 정보 추가 일반적인 개선 사항: MetaTrader 5 코드 적응 그래픽 객체 작업 최적화 새로운 기능: 극점에서의 수평 수준 수준 유형 선택: 수평/광선/세그먼트 유동성 수준 필터 (가격에 의해 돌파되지 않음) 돌파 버퍼: 거짓 돌파에 대한 민감도 설정 레이블 및 기능 설정: 수량, 외관, 오래된 레이블 삭제 구조 돌파 알림 (BoS) 움직임 성격 변경 알림 (ChoCH) 최적화: 극값 업데이트 로직 수정 새로운 객체의 동적 업데이트 바 출현 시 하중 감소 레이블의 중앙 집중 시스템 수정 사항: 배열 범위 초과 수정 레이블의 정확한 위치 지정 중복 파라미터 제거 ZigZag WaveSize 인디케이터를 귀하의 트레이딩 시스템의 보완재로 사용하세요   또한 시장에서의 나의 다른 제품도 시도해 보세요 
FREE
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO The homeopathic indicator is also called the CCI indicator. The CCI indicator was proposed
FREE
Simple divergence
Vadim Zotov
5 (2)
The indicator plots a curve of the difference between the values ​​of two trading instruments (currency pairs). The purpose of the indicator is to observe the processes of divergence and convergence of the values ​​of two trading instruments. The results obtained can be used for trading strategies of statistical arbitrage, pair trading, correlation, and others. Trading strategy The indicator is attached to the chart of any trading instrument. In the input parameters, the names of trading instr
FREE
-- 간단하지만 효과적입니다. 역전 지표 - 무엇인가요? 슈퍼트렌드(SuperTrend) 논리와 지수 곡선 기술을 결합한 추세 추종 오버레이 지표입니다. 추세 방향을 감지하고 차트에 동적 채널을 그리며, 추세가 반전될 때 실시간 알림을 보냅니다. 어떻게 작동하나요? 지표는 ATR과 슈퍼트렌드 계수를 사용해 지수형 기준선을 계산합니다. 가격이 이 기준선 위나 아래로 마감되면 추세 반전이 확인됩니다. 녹색 화살표는 매수 추세 시작을, 빨간색 화살표는 매도 추세 시작을 표시합니다. 주요 기능: ATR 기반 동적 채널을 적용한 지수 추세 기준선 녹색/적색으로 구분된 추세선 및 채워진 채널 추세 반전 시 매수/매도 화살표 신호 내장 알림: 팝업, 푸시 알림, 이메일, 소리 중복 알림 방지 (바당 하나의 알림) 완전 커스터마이징 가능: 색상, 선 두께, 화살표 크기, 채널 폭 지연 없는 깔끔한 차트 오버레이 입력값: 지수 추세율, 슈퍼트렌드 계수, ATR 기간, 채널 폭 토글 기능
FREE
RSI abcd
Francisco Gomes Da Silva
4 (2)
RSI ABCD 패턴 파인더: 기술적 전략 1. 지표 작동 방식 클래식 RSI 와 ABCD 하모닉 패턴 자동 감지를 결합합니다. 주요 구성 요소 표준 RSI (조정 가능한 기간) 고점 및 저점 마커 (화살표) ABCD 패턴 (초록/빨강 선) 과매수 (70) 및 과매도 (30) 필터 2. MT5 설정 period = 14 ; // RSI 기간 size = 4 ; // 최대 패턴 크기 OverBought = 70 ; // 과매수 수준 OverSold = 30 ; // 과매도 수준 Filter = USE_FILTER_ YES ; // 확인 필터 3. 트레이딩 전략 3.1. 매수 진입 (강세 ABCD) 조건: RSI가 다음을 형성: 저점 ( A ) → 고점 ( B ) → 더 높은 저점 ( C ) D 는 과매도 (30) 위지만 C 아래 확인: A-B-C-D 연결 초록 선 목표: TP1: B-C의 61.8% TP2: B-C의 100% 손절: D 아래 3.2. 매도 진입 (약세 ABCD) 조건:
FREE
IMA Finder MT5
Mubashir Mohamed Quraish Albarakat
1 (1)
This indicator is designed based on the Moving Origin indicator When the moving origin indicator breaks the price, this indicator gives a signal It is useful for better viewing of signals and analysis on them Attributes: Can be used in all symbols Can be used in all time frames Too many signals Simple and quick settings Easy way to work Settings: period: like moving average settings alarmShow: If you want to receive an alert in Metatrader after receiving the signal, enable this setting alarmS
FREE
RSI Divergence MT5 Scanner
Duc Hoan Nguyen
3 (2)
Special offer : ALL TOOLS , just $35 each! New tools   will be   $30   for the   first week   or the   first 3 purchases !  Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me 역동적인 금융 시장에서 추세 반전 신호를 식별하는 것은 효과적인 거래에 필수적입니다. RSI Divergence Scanner는 다양한 통화 쌍과 시간대에서 RSI 다이버전스 신호를 정확하고 효율적으로 감지하도록 설계되었습니다. MT4 버전 자세히 보기:    RSI Divergence MT4 Scanner 더 많은 제품 보기:   모든 제품 1. RSI 다이버전스 이해하기 RSI (상대 강도 지수) 는 가격 모멘텀을 측정하는 기술 지표로, 트레이더들 사이에서 널리 사용됩니다. RSI 다이버전스는 가격 움직임과
FREE
This indicator draws regular bullish and bearish divergences in real-time onto the charts. The algorithm to detect those divergences is based on my 10+ years experience of detecting divergences visually. The divergences are drawn as green and red rectangles on the charts. You can even do forward testing in the visual mode of the strategy tester. This FREE Version is restricted to EURUSD and GBPUSD. The full version without restrictions is here:  https://www.mql5.com/en/market/product/42758 Para
FREE
The MultiFrameTrendAnalyzer is a versatile MetaTrader 5 (MT5) indicator designed to provide multi-timeframe trend analysis using Moving Average (MA) crossovers. This indicator synchronizes trend signals across multiple timeframes (M1, M5, M15, M30, H1, H4, D1, W1, MN1) and displays them with intuitive visual cues, including a colored trend line, signal arrows, and a customizable dashboard. Features Multi-Timeframe Analysis : Evaluates trends across up to nine timeframes, allowing traders to conf
FREE
PZ Reversal Fractals MT5
PZ TRADING SLU
4.53 (34)
This is the latest iteration of my famous indicator, Reversal Fractals, published for the first time almost a decade ago. It examines the price structure of fractals to determine possible reversal points in the market, providing timing to positional traders that already have a fundamental or technical valuation model. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Reversal fractals can start long trends The indicator is non repainting It implements alerts of all ki
FREE
MaxlotTomson
Vasilii Luchnikov
5 (2)
NewTest https://backoffice.aurum.foundation/u/DHXP1U Good afternoon. Today we offer the maxlottomson indicator to determine the maximum volume that you can put up for purchase or sale, if you look at your deposit level. This indicator is convenient to use for News trading, when you need to determine the entry point on a high-speed movement and calculate the risk level as a percentage of the deposit, the maxlottomson indicator shows the maximum value of the LOT volume for your deposit that you
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Divergence Force
Alessandro Riggi
4.5 (2)
Divergence Force 다이버전스 지표 1.0 설명 Divergence Force 은 자산의 가격과 MACD(이동 평균 수렴 발산) 간의 다이버전스를 식별하기 위해 설계된 지표입니다. 이 지표는 가격과 MACD의 고점 및 저점에 자동으로 추세선을 그려 잠재적인 거래 기회를 강조합니다. 주요 기능 자동 다이버전스 식별 : 지표는 가격과 MACD 간의 강세 및 약세 다이버전스를 자동으로 감지합니다. 추세선 추적 : 가격의 연속적인 고점과 저점에 자동으로 추세선을 그리며, 이를 MACD의 고점 및 저점과 비교합니다. 매수 및 매도 신호 : 다이버전스가 식별되면 차트에 명확하게 매수("Buy") 및 매도("Sell") 신호를 표시합니다. 다이버전스가 감지되지 않으면 "Neutral"을 표시합니다. 표준 MACD 매개변수 : 표준 MACD 매개변수(12, 26, 9)를 사용하여 계산하여 신뢰할 수 있고 인식된 결과를 보장합니다. 다양한 시간대와의 호환성 : 1시간 시간대에서 작동하도록
FREE
This indicator is an automated version of the Fibonacci retracement (Fib) indicator. Deciding the best areas to use when drawing the fib can be tricky and this  indicator was made with that in mind. When you drop it on the chart it will automatically choose the best points to draw the fib with, but in case you aren't satisfied with those regions, you can adjust it as you wish.
FREE
Raymond Cloudy Day
The Hung Ngo
5 (3)
Raymond Cloudy Day Indicator for MT5 – Pivot-Based Reversal and Trend Levels Raymond Cloudy Day Indicator is a pivot-based level indicator for MetaTrader 5 (MT5). It was developed by Ngo The Hung based on Raymond’s original idea and is designed to give a structured view of potential reversal zones, trend extensions and support/resistance levels directly on the chart. The default settings are optimised for XAUUSD on the H1 timeframe, but the indicator can be tested and adjusted for other symbols
FREE
Special offer : ALL TOOLS , just $35 each! New tools   will be   $30   for the   first week   or the   first 3 purchases !  Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me Follow Line MT5와 스캐너로 거래에서 앞서 나가세요. 이 고급 변동성 기반 지표는 진지한 트레이더를 위해 설계되었습니다. 이 도구는 Bollinger 밴드의 강력한 기능과 맞춤 설정을 결합하여 가격 움직임에 대한 정확한 통찰력을 제공합니다. See more MT4 version at:   Follow Line MT4 with Scanner See more products at:   https://www.mql5.com/en/users/ndhsfy/seller Follow Line의 핵심은 가격이 1
FREE
Finding Divergence RSI
Mykhailo Zakervashevych
4 (1)
Finding Divergence RSI  is a professional MetaTrader 5 indicator designed for automatic detection and visualization of classic and hidden divergences using the RSI indicator. The indicator works directly on the price chart, displaying arrows at divergence points and optionally drawing trend lines on both price and RSI charts. Divergence Types 1. Classic Divergences Classic Bullish : Price forms Lower Low (LL), RSI forms Higher Low (HL) Signal: Trend reversal to upside Classic Bearish : Price fo
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
4.75 (4)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the application
FREE
Investment Castle RSI Divergence MT5
Ahmed Alaaeldin Abdulrahman Ahmed Elherzawi
4 (1)
The RSI Divergence Indicator is a powerful tool designed to identify potential reversals in the market by spotting discrepancies between the Relative Strength Index (RSI) and price movement. Divergences can be a significant indication of an impending trend change, either from bullish to bearish or vice versa. This indicator is built for making the task of identifying potential trade opportunities more straightforward and efficient. Features: Automatic Detection:   The indicator scans the chart
FREE
Bounce Zone MT5
Nguyen Thanh Cong
4.56 (9)
Introduction The Bounce Zone indicator is a cutting-edge non-repainting technical tool built to identify key areas on the price chart where market sentiment is likely to cause a significant price reversal. Using advanced algorithms and historical price data analysis, this indicator pinpoints potential bounce zones. Combined with other entry signal, this indicator can help forex traders place the best trades possible Signal A possible buy signal is generated when price is in the green zone an
FREE
The   OHLC indicator   shows the current and historical values of High, Low, Open, Close and Mid for a specific time period. It can plot the current values or the values from the previous session. The indicator's range can be calculated from a daily, weekly, monthly, or user-specified session. Levels High  of the current or previous session. Low  of the current or previous session. Open  of current or previous session. Close  of the current or previous session. Midpoint  of the current or prev
FREE
Risk5Percent is a custom indicator for MetaTrader 5 designed to help you manage your risk exposure precisely. By entering the desired risk percentage and the number of lots used, it calculates and displays the corresponding price level on the chart that represents your maximum anticipated loss (e.g., 5%), automatically considering contract and tick size for the selected instrument. Key Features: Custom settings for trade direction (long/short), risk percentage, and lot size. Automatic adjus
FREE
Basic Harmonic Pattern MT5
Mehran Sepah Mansoor
4.8 (89)
이 지표는 시장 반전 시점을 예측하는 가장 인기 있는 하모닉 패턴을 식별합니다. 이러한 하모닉 패턴은 외환 시장에서 지속적으로 반복되는 가격 형성이며 향후 가능한 가격 움직임을 제안합니다 /   무료 MT4 버전 또한 이 보조지표에는 시장 진입 신호와 다양한 이익실현 및 손절매 신호가 내장되어 있습니다. 하모닉 패턴 지표는 자체적으로 매수/매도 신호를 제공할 수 있지만 다른 기술 지표를 사용하여 이러한 신호를 확인하는 것이 좋습니다. 예를 들어, 매수/매도하기 전에 추세의 방향과 모멘텀의 강도를 확인하기 위해 RSI 또는 MACD와 같은 오실레이터를 사용하는 것을 고려할 수 있습니다. 이 인디케이터의 대시보드 스캐너: ( Basic Harmonic Patterns Dashboard ) 포함된 하모닉 패턴 가틀리 버터플라이 박쥐 게 Shark Cypher ABCD 주요 입력 Max allowed deviation (%):   이 매개변수는 하모닉 패턴의 형성에 허용되는 허
FREE
이 제품의 구매자들이 또한 구매함
SuperScalp Pro
Van Minh Nguyen
5 (9)
SuperScalp Pro – 고급 다중 필터 스캘핑 인디케이터 시스템 SuperScalp Pro는 클래식 Supertrend와 여러 지능형 확인 필터를 결합한 고급 스캘핑 인디케이터 시스템입니다. 해당 인디케이터는 M1부터 H4까지 모든 타임프레임에서 효율적으로 작동하며, 특히 XAUUSD, BTCUSD 및 주요 외환 통화쌍에 적합합니다. 독립형 시스템으로 사용하거나 기존 거래 전략에 유연하게 통합할 수 있습니다. 이 인디케이터는 11개 이상의 필터를 통합하며, 빠른/느린 EMA, 추세 판별용 3개의 EMA, EMA 기울기(EMA slope), RSI, ADX, 거래량(Volume), VWAP, 볼린저 밴드 돌파(Bollinger Bands Breakout) 및 MACD 다이버전스 필터 등을 포함합니다. 스마트 캔들 필터는 캔들 종가를 확인하여 약한 신호를 제거하고, 3 EMA와 MACD 다이버전스 필터를 결합한 추세 인식 메커니즘은 더 높은 승률의 신호를 선별하는 데 도움을 줍니
이 지표를 구매하면 제 프로페셔널 트레이드 매니저를 무료로 드립니다. 우선 이 거래 시스템이 리페인팅, 리드로잉 및 레이그 인디케이터가 아니라는 점을 강조하는 것이 중요합니다. 이는 수동 및 로봇 거래 모두에 이상적인 것으로 만듭니다. 온라인 강좌, 설명서 및 프리셋 다운로드. "스마트 트렌드 트레이딩 시스템 MT5"은 새로운 및 경험이 풍부한 트레이더를 위해 맞춤형으로 제작된 종합적인 거래 솔루션입니다. 10개 이상의 프리미엄 인디케이터를 결합하고 7개 이상의 견고한 거래 전략을 특징으로 하여 다양한 시장 조건에 대한 다목적 선택이 가능합니다. 트렌드 추종 전략: 효과적인 트렌드 추이를 타기 위한 정확한 진입 및 손절 관리를 제공합니다. 반전 전략: 잠재적인 트렌드 반전을 식별하여 트레이더가 범위 시장을 활용할 수 있게 합니다. 스캘핑 전략: 빠르고 정확한 데이 트레이딩 및 단기 거래를 위해 설계되었습니다. 안정성: 모든 인디케이터가 리페인팅, 리드로잉 및 레이그가 아니므로 신뢰
FX Trend MT5 NG
Daniel Stein
5 (4)
FX Trend NG: 차세대 멀티 마켓 트렌드 인텔리전스 개요 FX Trend NG 는 다중 시간 프레임 기반의 전문 트렌드 분석 및 시장 모니터링 도구입니다. 몇 초 만에 전체 시장 구조를 파악할 수 있도록 설계되었습니다. 여러 차트를 일일이 전환할 필요 없이, 어떤 종목이 추세에 있는지, 어디에서 모멘텀이 약화되고 있는지, 그리고 어떤 시간 프레임이 서로 정렬되어 있는지 즉시 확인할 수 있습니다. 출시 기념 특별 혜택 – FX Trend NG 를 $30 (6개월) 또는 $80 평생 라이선스 로 이용할 수 있습니다. 이미 Stein Investments 고객이신가요? -> 메시지를 보내 전용 고객 그룹에 참여하세요. 설정이나 사용 방법이 필요하신가요? -> Stein Investments 공식 페이지 를 방문하세요. 1. FX Trend NG가 특별한 이유 3단계 추세 로직 – 단순한 Buy / Sell이 아닙니다 • 대부분의 지표는 Buy 또는 Sell 두 가지 상태만 제
Market Flow Pro
Gabriele Sabatino
4 (1)
Market Flow Pro Market Flow Pro is an intelligent trading advisor for the MetaTrader 5 platform, designed for automatic trading on financial markets using algorithmic analysis and strict risk management. -Key features: - Fully automatic trading 24/5 - Adaptive trend and momentum entry algorithm -  Built-in risk management - Flexible lot settings (fixed/auto-calculation) - Support for major currency pairs and indices - Optimised for operation on various timeframes  How it works Market
Divergence Bomber
Ihor Otkydach
4.89 (83)
이 지표를 구매하신 분께는 다음과 같은 혜택이 무료로 제공됩니다: 각 거래를 자동으로 관리하고, 손절/익절 수준을 설정하며, 전략 규칙에 따라 거래를 종료하는 전용 도우미 툴 "Bomber Utility" 다양한 자산에 맞게 지표를 설정할 수 있는 셋업 파일(Set Files) "최소 위험", "균형 잡힌 위험", "관망 전략" 모드로 설정 가능한 Bomber Utility의 셋업 파일 이 전략을 빠르게 설치, 설정, 시작할 수 있도록 돕는 단계별 영상 매뉴얼 주의: 위의 모든 보너스를 받기 위해서는 MQL5 개인 메시지 시스템을 통해 판매자에게 연락해 주세요. 독창적인 커스텀 지표인 “Divergence Bomber(다이버전스 봄버)”를 소개합니다. 이 지표는 MACD 다이버전스(괴리) 전략을 기반으로 한 올인원(All-in-One) 거래 시스템입니다. 이 기술 지표의 주요 목적은 가격과 MACD 지표 간의 다이버전스를 감지하고, **향후 가격이 어느 방향으로 움직일지를 알려주는
Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
ARICoins
Temirlan Kdyrkhan
ARICoin 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 Cust
Grabber System MT5
Ihor Otkydach
4.82 (22)
탁월한 기술적 지표인 Grabber를 소개합니다. 이 도구는 즉시 사용 가능한 “올인원(All-Inclusive)” 트레이딩 전략으로 작동합니다. 하나의 코드 안에 강력한 시장 기술 분석 도구, 매매 신호(화살표), 알림 기능, 푸시 알림이 통합되어 있습니다. 이 인디케이터를 구매하신 모든 분들께는 다음의 항목이 무료로 제공됩니다: Grabber 유틸리티: 오픈 포지션을 자동으로 관리하는 도구 단계별 영상 매뉴얼: 설치, 설정, 그리고 실제 거래 방법을 안내 맞춤형 세트 파일: 인디케이터를 빠르게 자동 설정하여 최고의 성과를 낼 수 있도록 도와줍니다 다른 전략은 이제 잊어버리세요! Grabber만이 여러분을 새로운 트레이딩의 정점으로 이끌어 줄 수 있습니다. Grabber 전략의 주요 특징: 거래 시간 프레임: M5부터 H4까지 거래 가능한 자산: 어떤 자산이든 사용 가능하지만, 제가 직접 테스트한 종목들을 추천드립니다 (GBPUSD, GBPCAD, GBPCHF, AUDCAD, AU
Gold Entry Sniper
Tahir Mehmood
5 (5)
Gold Entry Sniper – 골드 스캘핑 & 스윙 트레이딩을 위한 전문 다중 시간 프레임 ATR 대시보드 Gold Entry Sniper 는 XAUUSD 및 기타 종목에 대해 정확한 매수/매도 신호 를 제공하는 고급 MetaTrader 5 지표입니다. ATR 트레일링 스톱 로직 과 다중 시간 프레임 분석 을 기반으로 설계되어 스캘핑과 스윙 트레이딩 모두에 적합합니다. 주요 기능 및 장점 다중 시간 프레임 분석 – M1, M5, M15 추세를 한눈에 확인. ATR 기반 트레일링 스톱 – 변동성에 따라 자동 조정. 전문 차트 대시보드 – 신호 상태, ATR 레벨, 회귀선, 매매 방향 표시. 명확한 매수/매도 마커 – 자동 화살표와 텍스트 라벨. 종료 알림 & 거래 관리 – 수익 보호를 위한 자동 종료 감지. 완전 사용자 설정 가능 – 대시보드 위치, 색상, ATR/회귀선 파라미터 조정. 골드(XAUUSD) 최적화 – M1~M15 스캘핑에 완벽, 외환/지수/암호화폐에도 적용 가능.
Atomic Analyst MT5
Issam Kassas
4.03 (30)
우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한 일일
Quantum TrendPulse
Bogdan Ion Puscasu
5 (22)
SuperTrend   ,   RSI   ,   Stochastic   의 힘을 하나의 포괄적인 지표로 결합하여 트레이딩 잠재력을 극대화하는 궁극의 트레이딩 도구   인 Quantum TrendPulse를   소개합니다. 정밀성과 효율성을 추구하는 트레이더를 위해 설계된 이 지표는 시장 추세, 모멘텀 변화, 최적의 진입 및 종료 지점을 자신 있게 식별하는 데 도움이 됩니다. 주요 특징: SuperTrend 통합:   주요 시장 추세를 쉽게 따라가고 수익성의 물결을 타세요. RSI 정밀도:   매수 과다 및 매도 과다 수준을 감지하여 시장 반전 시점을 파악하는 데 적합하며 SuperTrend 필터로 사용 가능 확률적 정확도:   변동성이 큰 시장에서 숨겨진 기회를 찾기 위해 확률적 진동   을 활용하고 SuperTrend의 필터로 사용 다중 시간대 분석:   M5부터 H1 또는 H4까지 다양한 시간대에 걸쳐 시장을 최신 상태로 유지하세요. 맞춤형 알림:   맞춤형 거래 조건이 충족되면
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX 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 with real-time stat
Power Candles MT5
Daniel Stein
5 (6)
Power Candles – 모든 시장을 위한 강도 기반 진입 신호 Power Candles 는 Stein Investments의 검증된 강도 분석을 가격 차트에 직접 제공합니다. 가격 움직임에만 반응하는 대신, 각 캔들은 실제 시장 강도를 기준으로 색상화되어 모멘텀 형성, 강도 가속, 명확한 추세 전환을 즉시 파악할 수 있습니다. 모든 시장을 위한 단일 로직 Power Candles는 모든 거래 심볼 에서 자동으로 작동합니다. 현재 심볼이 Forex인지 비-Forex 시장인지 자동으로 감지하여 내부적으로 적절한 강도 모델을 적용합니다. Forex 및 Gold 는 FX Power Delta 값을 사용합니다 (절대값 범위 최대 100) 지수, 크립토 및 CFD 는 IX Power Strength 값을 사용합니다 (절대값 범위 최대 50) 필요한 강도 계산은 Power Candles에 완전히 내장되어 있습니다. 캔들 색상이나 신호 로직을 위해 추가 인디케이터는 필요하지 않습니다. 가격
Game Changer Indicator mt5
Vasiliy Strukov
5 (19)
Game Changer는 모든 금융 상품에 적용 가능한 혁신적인 추세 지표로, MetaTrader를 강력한 추세 분석 도구로 탈바꿈시켜 줍니다. 모든 시간대에서 작동하며 추세 식별, 잠재적 반전 신호 제공, 트레일링 스톱 기능, 그리고 신속한 시장 대응을 위한 실시간 알림 기능을 제공합니다. 숙련된 전문가든 이제 막 시작하는 초보자든, Game Changer는 추세의 역학을 명확하게 이해하고 자신감 있고 규율 있는 거래를 할 수 있도록 도와줍니다. 이 지표는 차트 재구성 기능을 지원합니다. 구매 후 즉시 연락 주시면 특별 보너스를 드립니다. Strong Support 및 Trend Scanner 지표를 무료로 제공해 드립니다. [email protected]으로 메시지를 보내주세요. 참고로, 저는 텔레그램에서 EA나 특별 세트를 판매하지 않습니다. 모든 EA는 MQL5에서만 사용 가능하며, 세트 파일은 제 블로그(여기)에서만 다운로드하실 수 있습니다. 사기꾼을 조심하시고 다른 사
Entry Points Pro for MT5
Yury Orlov
4.48 (138)
다시 색을 칠하지 않고 거래에 진입할 수 있는 정확한 신호를 제공하는 MT5용 지표입니다. 외환, 암호화폐, 금속, 주식, 지수 등 모든 금융 자산에 적용할 수 있습니다. 매우 정확한 추정값을 제공하고 매수와 매도의 가장 좋은 시점을 알려줍니다. 하나의 시그널로 수익을 내는 지표의 예와 함께 비디오 (6:22)시청하십시오! 대부분의 거래자는 Entry Points Pro 지표의 도움으로 첫 거래 주 동안 트레이딩 결과를 개선합니다. 저희의   Telegram Group 을 구독하세요! Entry Points Pro 지표의 좋은점. 재도색이 없는 진입 신호 신호가 나타나고 확인되면(시그널 캔들이 완성된 경우) 신호는 더 이상 사라지지 않습니다. 여타 보조지표의 경우 신호를 표시한 다음 제거되기 때문에 큰 재정적 손실로 이어집니다. 오류 없는 거래 게시 알고리즘을 통해 트레이드(진입 또는 청산)를 할 이상적인 순간을 찾을 수 있으며, 이를 통해 이를 사용하는 모든 거래자의 성공률이
Smart Stop Indicator – 차트 위에서 직접 작동하는 지능형 스톱로스 시스템 개요 Smart Stop Indicator는 감이나 추측이 아닌 명확하고 체계적인 방식으로 스톱로스를 설정하고 싶은 트레이더를 위한 맞춤형 솔루션입니다. 이 도구는 클래식 프라이스 액션 논리(고점, 저점 구조)와 현대적인 브레이크아웃 인식을 결합하여 실제로 가장 논리적인 다음 스톱 레벨을 정확히 식별합니다. 추세, 박스권, 빠른 브레이크아웃 상황 등 어떤 시장에서도 인디케이터는 최적의 SL 구역과 상태(“new”, “broken”, “valid”)를 차트에 직접 표시합니다. 새로운 기능으로 SL 거리의 %ADR 표시가 추가되었습니다. 핵심 기능 자동 시장구조 기반 스톱 설정 • 시장 구조와 실시간 가격 움직임을 기반으로 의미 있는 스톱로스 레벨을 자동으로 탐지합니다. 스마트 브레이크아웃 감지 • 빠른 방향 변화나 돌파 상황에서도 불필요한 조기 스톱 조정을 강요하지 않으며 유연하게 반응합
RFI levels PRO MT5
Roman Podpora
3.67 (3)
이 지표는 추세 반전 지점과 가격 반등 영역을 정확하게 보여줍니다.       주요 투자자들   . 새로운 트렌드가 형성되는 곳을 파악하고 최대한 정확하게 의사결정을 내리며 모든 거래를 완벽하게 통제합니다. TREND LINES PRO   지표와 함께 사용할 때 최대의 잠재력을 발휘합니다.  VERSION MT4 지표가 보여주는 내용: 새로운 추세의 시작 시 활성화되는 반전 구조 및 반전 수준. 최소한의 위험 대비 수익률을 갖는 이익 실현   (TAKE PROFIT)   및   손절매(STOP LOSS)   레벨 표시       RR 1:2   . 지능형 손실 감소 로직이 적용된 손절매 기능. 지정된 지표에서 두 가지 추세 유형에 대한 반전 패턴을 표시합니다. 지표: 트렌드를 따라   트렌드 라인 프로   (글로벌 트렌드 변화) 트렌드 프로   (빠른 트렌드 변화) 간단하고 효과적입니다       스캐너       실시간 추세 (신규). 다중 시간 프레임 도구 필터링. 표시하다  
Trend Screener Pro MT5
STE S.S.COMPANY
4.84 (101)
트렌드 표시기, 트렌드 트레이딩 및 필터링을 위한 획기적인 고유 솔루션, 하나의 도구 안에 내장된 모든 중요한 트렌드 기능! Forex, 상품, 암호 화폐, 지수 및 주식과 같은 모든 기호/도구에 사용할 수 있는 100% 다시 칠하지 않는 다중 시간 프레임 및 다중 통화 표시기입니다. Trend Screener는 차트에 점이 있는 화살표 추세 신호를 제공하는 효율적인 지표 추세 추종 지표입니다. 추세 분석기 표시기에서 사용할 수 있는 기능: 1. 트렌드 스캐너. 2. 최대 이익 분석이 있는 추세선. 3. 추세 통화 강도 측정기. 4. 경고가 있는 추세 반전 점. 5. 경고가 있는 강력한 추세 점. 6. 추세 화살표 Trend Screener Indicator가 있는 일일 분석 예, 일일 신호 성능...등은 여기에서 찾을 수 있습니다. 여기를 클릭하십시오. LIMITED TIME OFFER : Trend Screener Indicator는 50$ 및 평생 동안만 사용할 수 있습니다.
Trend Lines PRO MT5
Roman Podpora
5 (1)
트렌드 라인즈 프로       이 지표는 시장이 실제로 어떤 방향으로 전환되는지 파악하는 데 도움이 됩니다. 실제 추세 반전 지점과 주요 시장 참여자들이 다시 진입하는 지점을 보여줍니다. 보시다시피       BOS 라인       복잡한 설정이나 불필요한 노이즈 없이 더 높은 시간대의 추세 변화와 주요 레벨을 확인할 수 있습니다. 신호는 차트에 다시 그려지지 않고 캔들이 마감된 후에도 계속 표시됩니다. MT4 버전   -   RFI LEVELS PRO   표시기   와 결합 시 최대 잠재력을 발휘합니다. 지표가 보여주는 내용: 실제 변화       추세(BOS 라인) 한 번 신호가 나타나면 그 신호는 계속 유효합니다! 이는 신호를 발생시킨 후 변경될 수 있는 리페인팅 방식의 지표와 중요한 차이점입니다. 리페인팅 방식의 지표는 잠재적으로 자금 손실로 이어질 수 있습니다. 이제 더욱 높은 확률과 정확도로 시장에 진입할 수 있습니다. 또한 화살표가 나타난 후 목표가(익절)에 도달하거나
Order Block Pro MT5
N'da Lemissa Kouame
Order Block Pro (MQL5) – 버전 1.0 작성자: KOUAME N'DA LEMISSA 플랫폼: MetaTrader 5 설명: Order Block Pro 는 차트에서 **강세 및 약세 오더 블록(Order Blocks)**을 자동으로 감지하는 고급 지표입니다. 횡보 캔들 이후 강한 상승/하락 캔들을 분석하여 가격이 급격히 움직일 가능성이 있는 주요 구간을 표시합니다. 트레이더에게 적합: 정확한 진입 및 청산 지점을 찾고 싶은 경우 동적 지지 및 저항 구간을 파악하고 싶은 경우 리스크 관리 및 거래 전략을 향상시키고 싶은 경우 주요 기능: 강세 OB 감지: 횡보 캔들 후 강한 상승이 발생하면 차트에 녹색 화살표 표시 약세 OB 감지: 횡보 캔들 후 강한 하락이 발생하면 차트에 빨간 화살표 표시 완전한 사용자 정의 가능: 횡보 캔들의 최대 실체 비율 ( BodyMaxRatio ) 다음 캔들의 최소 비율로 움직임 확인 ( NextCandleMinPct ) 차트 화살표
FX Power MT5 NG
Daniel Stein
5 (31)
FX Power: 통화 강세 분석으로 더 스마트한 거래 결정을 개요 FX Power 는 어떤 시장 상황에서도 주요 통화와 금의 실제 강세를 이해하기 위한 필수 도구입니다. 강한 통화를 매수하고 약한 통화를 매도함으로써 FX Power 는 거래 결정을 단순화하고 높은 확률의 기회를 발견합니다. 트렌드를 따르거나 극단적인 델타 값을 사용해 반전을 예측하고자 한다면, 이 도구는 귀하의 거래 스타일에 완벽히 적응합니다. 단순히 거래하지 말고, FX Power 로 더 스마트하게 거래하세요. 1. FX Power가 거래자에게 매우 유용한 이유 통화와 금의 실시간 강세 분석 • FX Power 는 주요 통화와 금의 상대적 강세를 계산하고 표시하여 시장 역학에 대한 명확한 통찰력을 제공합니다. • 어떤 자산이 앞서고 있고 어떤 자산이 뒤처지는지 모니터링하여 보다 현명한 거래 결정을 내릴 수 있습니다. 포괄적인 멀티 타임프레임 뷰 • 단기, 중기 및 장기 타임프레임에서 통화와 금의 강세를
ARIPoint
Temirlan Kdyrkhan
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
Azimuth Pro
Ottaviano De Cicco
5 (4)
LAUNCH PROMO Azimuth Pro price is initially set at 299$ for the first 100 buyers. Final price will be 499$ . THE DIFFERENCE BETWEEN RETAIL AND INSTITUTIONAL ENTRIES ISN'T THE INDICATOR — IT'S THE LOCATION. Most traders enter at arbitrary price levels, chasing momentum or reacting to lagging signals. Institutions wait for price to reach structured levels where supply and demand actually shift. Azimuth Pro maps these levels automatically: swing-anchored VWAP, multi-timeframe structure lines, an
소개       Quantum Breakout PRO   , 브레이크아웃 존 거래 방식을 변화시키는 획기적인 MQL5 지표! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한       퀀텀 브레이크아웃 PRO       혁신적이고 역동적인 브레이크아웃 존 전략으로 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. Quantum Breakout Indicator는 5개의 이익 목표 영역이 있는 브레이크아웃 영역의 신호 화살표와 브레이크아웃 상자를 기반으로 한 손절 제안을 제공합니다. 초보자 거래자와 전문 거래자 모두에게 적합합니다. Quantum EA 채널:       여기를 클릭하세요 중요한! 구매 후 설치 매뉴얼을 받으려면 개인 메시지를 보내주십시오. 추천: 기간: M15 통화쌍: GBPJPY, EURJPY, USDJPY,NZDUSD, XAUUSD 계정 유형: 스프레드가 매우 낮은 ECN, Raw 또는 Razor 브로커 시간: GMT +3 중개인 :
RelicusRoad Pro MT5
Relicus LLC
5 (24)
RelicusRoad Pro: 퀀트 시장 운영 체제 70% 할인 평생 이용권 (한정 시간) - 2,000명 이상의 트레이더와 함께하세요 왜 대부분의 트레이더는 "완벽한" 지표를 가지고도 실패할까요? 진공 상태에서 단일 개념 만으로 거래하기 때문입니다. 문맥 없는 신호는 도박입니다. 지속적인 승리를 위해서는 컨플루언스(중첩) 가 필요합니다. RelicusRoad Pro는 단순한 화살표 지표가 아닙니다. 완전한 퀀트 시장 생태계 입니다. 독점적인 변동성 모델링을 사용하여 가격이 이동하는 "공정 가치 로드"를 매핑하고, 단순 노이즈와 실제 구조적 돌파를 구분합니다. 추측은 그만두세요. 기관급 로드 로직으로 거래를 시작하세요. 핵심 엔진: "Road" 알고리즘 시스템의 중심에는 시장 상황에 실시간으로 적응하는 동적 변동성 채널인 Road Algo 가 있습니다. 세이프 라인(평형) 과 가격이 수학적으로 반전될 가능성이 높은 확장 레벨 을 투영합니다. Simple Road: 일반적인 시장을 위
FX Dynamic MT5
Daniel Stein
5 (5)
FX Dynamic: 맞춤형 ATR 분석으로 변동성과 트렌드를 파악하세요 개요 FX Dynamic 는 Average True Range(ATR) 계산을 활용하여 트레이더에게 일간 및 일중 변동성에 대한 뛰어난 인사이트를 제공하는 강력한 도구입니다. 80%, 100%, 130%와 같은 명확한 변동성 임계값을 설정함으로써 시장이 평소 범위를 초과할 때 빠르게 경고를 받고, 유망한 수익 기회를 재빨리 식별할 수 있습니다. FX Dynamic 는 브로커의 시간대를 인식하거나 수동으로 조정할 수 있으며, 변동성 측정 기준을 일관되게 유지하며, MetaTrader 플랫폼과 완벽하게 연동되어 실시간 분석을 지원합니다. 1. FX Dynamic이 트레이더에게 매우 유용한 이유 실시간 ATR 인사이트 • 하루 및 일중 변동성을 한눈에 모니터링하세요. ATR의 80%, 100%, 130% 임계값이 도달 또는 초과되면, 시장의 중요한 지점에 있음을 알 수 있습니다. • 변동성이 완전히 폭발하기
FX Levels MT5
Daniel Stein
5 (13)
FX Levels: 모든 시장을 위한 뛰어난 정확도의 지지와 저항 간단 요약 통화쌍, 지수, 주식, 원자재 등 어떤 시장이든 믿을 만한 지지·저항 레벨을 찾고 싶나요? FX Levels 는 전통적인 “Lighthouse” 기법과 첨단 동적 접근을 결합해, 거의 보편적인 정확성을 제공합니다. 실제 브로커 경험을 반영하고, 자동화된 일별 업데이트와 실시간 업데이트를 결합함으로써 FX Levels 는 가격 반전 포인트를 파악하고, 수익 목표를 설정하며, 자신 있게 트레이드를 관리할 수 있게 돕습니다. 지금 바로 시도해 보세요—정교한 지지/저항 분석이 어떻게 여러분의 트레이딩을 한 단계 끌어올릴 수 있는지 직접 확인하세요! 1. FX Levels가 트레이더에게 매우 유용한 이유 뛰어난 정확도의 지지·저항 존 • FX Levels 는 다양한 브로커 환경에서도 거의 동일한 존을 생성하도록 설계되어, 데이터 피드나 시간 설정 차이로 인한 불일치를 해소합니다. • 즉, 어떤 브로커를 사용하
Trend indicator AI mt5
Ramil Minniakhmetov
5 (15)
트렌드 인공 지능 지표는 실행 가능한 진입 점 및 반전 경고와 추세 식별을 결합하여 상인의 시장 분석을 향상시킬 훌륭한 도구입니다. 이 표시기는 사용자가 자신감과 정밀도로 외환 시장의 복잡성을 탐색 할 수 있도록 지원합니다 기본 신호 외에도 트렌드 인공 지능 지표는 풀백 또는 되돌림 중에 발생하는 2 차 진입 점을 식별하여 거래자가 기존 트렌드 내에서 가격 수정을 활용할 수 있도록합니다. 중요한 장점: ·작동 4 및 5 *명확한 구매 또는 판매 신호 *다시 칠하지 않습니다 *모든 자산에서 작동 나는 전보 사기에 개 또는 세트를 판매하지 않도록주의. 모든 설정은 블로그에 여기에 무료.  중요! 지침 및 보너스를 얻기 위해 구입 후 즉시 저에게 연락! 진짜 가동 감시는 뿐 아니라 나의 다른 제품 여기에서 찾아낼 수 있습니다: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 설정 및 입력: 모든 자산에 대해 기본 설정을 권
Market Structure Order Block Dashboard MT5 는 MetaTrader 5용 MT5 인디케이터 로, 시장 구조 및 ICT / Smart Money Concepts에 기반합니다: HH/HL/LH/LL , BOS , ChoCH 뿐 아니라 Order Blocks , Fair Value Gaps (FVG) , 유동성 (EQH/EQL, sweeps), 세션 / Kill Zones , 그리고 Volume Profile 을 통합하여 콤팩트한 컨플루언스 대시보드를 제공합니다. 중요: 본 제품은 분석 도구 입니다. 자동 매매를 실행하지 않습니다( EA가 아님 ). 구매자 보너스 구매 후 제 스토어에서 보너스 인디케이터 2개 를 (선택하여) 무료로 받을 수 있습니다. 보너스 수령 방법: 1) 본 제품에 대한 솔직한 리뷰를 남겨주세요. 2) MQL5 메시지로 BONUS MSOB + 선택한 인디케이터 2개 이름 을 보내주세요. 주요 기능 시장 구조: HH/HL/LH/LL
Trend Hunter MT5
Andrey Tatarinov
5 (3)
Trend Hunter 는 Forex, 암호화폐 및 CFD 시장에서 작업하기 위한 추세 지표입니다. 이 지표의 특별한 특징은 가격이 추세선을 약간 돌파할 때 신호를 변경하지 않고 자신있게 추세를 따른다는 것입니다. 표시기는 다시 그려지지 않으며 막대가 닫힌 후에 시장 진입 신호가 나타납니다. 추세를 따라 이동할 때 표시기는 추세 방향에 대한 추가 진입점을 표시합니다. 이러한 신호를 바탕으로 작은 StopLoss로 거래할 수 있습니다. Trend Hunter 는 정직한 지표입니다. 표시 신호 위로 마우스를 가져가면 신호의 잠재적 이익과 가능한 중지가 표시됩니다. 새로운 신호가 나타나면 다음 알림을 받을 수 있습니다. 알리다 푸시 알림 이메일로 알림 텔레그램 알림 차트 스크린샷도 텔레그램으로 전송되므로 거래 결정을 내리기 위해 단말기를 열 필요가 없습니다. 표시 신호는 텔레그램 채널 https://www.mql5.com/ko/market/product/11085#!tab=com
제작자의 제품 더 보기
Scalp Signal with SL TP
Minh Vuong Pham
5 (2)
Scalp Signal with SL TP Indicator — Trading Guide What It Does Scalp Signal with SL TP detects high-probability reversal entries by combining RSI extremes with candlestick patterns. It prints buy/sell arrows on chart with auto-calculated SL and 3 TP levels based on ATR. Built for scalping and intraday trading on MT5. Signal Types The indicator generates 3 types of signals. Each requires RSI to be at an extreme level before triggering. 1. Engulfing (Default: ON) The primary and strongest signal.
FREE
OneClick Trade Panel v1.0 — MT5 Expert Advisor Professional On-Chart Trading Panel with Built-in Risk Calculator What Is It? OneClick Trade Panel is an all-in-one trading panel that sits directly on your MT5 chart. It replaces the default MT5 one-click window with a full-featured interface combining: order execution, automatic lot calculation, visual SL/TP planning, position monitoring, and batch close operations. Built for speed. Built for risk control. No DLLs, no external dependencies. Key Fe
SMC Complete Indicator v4 - Trading Guide Introduction The SMC Complete Indicator v4 is a Smart Money Concepts (SMC) trading tool for MetaTrader 5. It automatically identifies institutional trading patterns to help traders align with "smart money" - banks, hedge funds, and market makers. Core Principle: Large institutions need liquidity to fill massive orders. They create predictable patterns: accumulating at key levels, hunting stop losses, leaving footprints (Order Blocks, FVGs), and creating
FREE
Heat map Volume
Minh Vuong Pham
Trading Guide — Heatmap Volume 1. How the Indicator Works Heatmap Volume measures how many standard deviations the current volume is away from its moving average (SMA) . Core formula: stdbar = (Current Volume - SMA of Volume) / Standard Deviation The higher the stdbar value, the more abnormal the volume — and the more attention it deserves. Threshold Levels Level Default Multiplier Meaning Extra High > 4.0 σ Extremely abnormal volume — very rare High > 2.5 σ Unusually high volume — notewor
FREE
Trendlines with Breaks (TWB) — Trading Guide What Is It? Trendlines with Breaks is an auto-drawn trendline indicator that detects swing pivots, draws dynamic upper/lower trendlines, and fires breakout signals when price closes beyond those lines. No more manually drawing and adjusting trendlines — the indicator does it systematically. Core Settings Parameter Default What It Does Swing Detection Lookback 14 Bars left & right to confirm a pivot. Lower = more pivots, noisier lines. Higher = fewer p
FREE
Trading Guide — Heatmap Volume BarColor What Is This Indicator? Heatmap Volume BarColor is a companion indicator that paints your candlesticks directly on the main chart based on volume intensity. It uses the exact same logic as the Heatmap Volume indicator (separate window) but applies the color-coding to the candles themselves. Instead of looking down at the volume window, you can read volume strength at a glance right on the price chart. How It Works Each candle is colored according to how ma
FREE
Breakout Trend Trading Strategy Guide Table of Contents Core Concepts Breakout & Rejection Rules Entry & Exit Strategies Risk Management Trade Examples Common Mistakes Core Concepts The Breakout Trend Indicator identifies two key market behaviors: Breakouts : Price breaks through support/resistance levels Rejections : Price fails to break through these levels Indicator Calculations Top = Highest high of X candles (excluding current) Top1 = Highest high of X candles (including current) Bottom = L
FREE
EMA offset band
Minh Vuong Pham
EMA Offset Bands Indicator - Description & Trading Guide Description The EMA Offset Bands indicator is a custom technical analysis tool designed for MetaTrader 5 that displays a central Exponential Moving Average (EMA) line surrounded by percentage-based offset bands. This indicator creates dynamic support and resistance levels that automatically adjust based on the EMA value. Key Features: Central EMA line (default: 200-period, displayed in yellow) Four upper offset bands at 1%, 2%, 3%, and 4%
FREE
Support Resistance Channels - Trading Guide Table of Contents Overview Indicator Basics Understanding the Channels Trading Strategies Entry and Exit Signals Risk Management Best Practices Common Mistakes to Avoid Overview The Support Resistance Channels indicator automatically identifies and displays the strongest support and resistance zones based on pivot points. Unlike simple horizontal lines, this indicator creates channels (zones) which better represent real market behavior where support an
FREE
1. Introduction Collective TP Manager v2 is a MetaTrader 5 Expert Advisor designed to automatically manage the collective Take Profit and Stop Loss of multiple open positions on a single symbol. Instead of setting individual TP/SL for each order, this EA monitors the combined profit/loss of all (or filtered) positions and takes action when your targets are reached. 1.1 Why You Need This EA In modern trading, especially scalping and multi-EA environments, manually tracking the net profit of doze
FREE
# Super Trend Indicator - User Guide **Version:** 1.04 | **Platform:** MetaTrader 5 | **Release:** January 2025 --- ## OVERVIEW The **Grid Trend Indicator** combines Supertrend with Dual EMA filters to identify high-probability trading opportunities. Unlike standard indicators showing only bullish/bearish signals, this adds a crucial third state: **NO TREND**. ### Key Features **Triple-State System**: UPTREND (Green) / DOWNTREND (Red) / NO TREND (Gray)   **Multi-Layer Filtering**: S
FREE
Smart mcd
Minh Vuong Pham
MCD Hot Money visualizes three distinct market participant groups as color-coded histograms in a separate sub-window, all normalized to a 0–20 scale. The indicator uses a sensitivity-weighted, offset-adjusted RSI engine to reveal when large institutional capital is entering or exiting the market. BUFFERS Retailer (Green) — fixed at 20, ceiling reference line Hot Money (Yellow) — short-term institutional flow, based on RSI(40) with base offset 30, sensitivity 0.7 Banker (Red) — smart / la
FREE
Trade Journal & Dashboard v1.0 — MT5 Expert Advisor Real-Time Performance Analytics & Trade Journal on Your Chart What Is It? Trade Journal & Dashboard is an on-chart analytics panel that automatically tracks every closed trade and calculates professional performance metrics in real time. No spreadsheets, no external apps — everything you need to evaluate your trading performance lives directly on your MT5 chart. It reads your trade history, computes win rate, profit factor, expectancy, drawdown
FREE
Trailing Stop Manager v1.0 — MT5 Expert Advisor Advanced Multi-Mode Trailing Stop for MetaTrader 5 What Is It? Trailing Stop Manager automatically moves your Stop Loss to protect profits as price moves in your favor. Unlike MT5's built-in trailing stop (which only has one mode), this EA offers 4 professional trailing methods that adapt to different trading styles and market conditions. Works on ALL symbols. Attach to any chart and it manages all matching positions. 4 Trailing Modes 1. Fixed Pips
FREE
1. What It Does OrderByMagic is a display-only Indicator for MT5. It reads all open positions on your account and shows them grouped by Magic Number directly on the chart — updated every 2 seconds. It never opens, closes, or modifies any trade. 2. Why You Need It The Magic Number collision problem Every EA stamps a Magic Number on the orders it opens so it can identify and manage them later. When you run multiple EAs at the same time, each one must have a unique Magic Number. In practice this o
FREE
RANGE TRADING METHOD GUIDE Using the MultiTF_TopBottom_Bands Indicator 1. INTRODUCTION 1.1. What is Range Trading? Range Trading is a trading method based on identifying the price oscillation zone (range) of the market and utilizing price movements within this zone to trade. 1.2. Basic Principles Top : Resistance zone - where price typically gets pushed down Bottom : Support zone - where price typically gets pushed up Range : The distance between Top and Bottom % Lines : Important intermediate l
FREE
MACD ADVANCED - BRIEF DESCRIPTION INTRODUCTION MACD Advanced is an enhanced version of the traditional MACD indicator featuring an intelligent 4-color system that helps traders easily identify market trends and momentum. KEY FEATURES 1. Smart 4-Color System Bright Green (Lime) - Strong Bullish: MACD > 0 and MACD > Signal Light Green (DarkSeaGreen) - Weak Bullish: MACD > 0 but MACD < Signal ️ Bright Red (Red) - Strong Bearish: MACD < 0 and MACD < Signal Orange Red (OrangeRed)
FREE
Daily P/L Limiter v1.0 — MT5 Expert Advisor Automated Daily Loss/Profit Limiter & Max Drawdown Protection Essential for Prop Firm Challenges (FTMO, MFF, TFT, etc.) What Is It? Daily P/L Limiter automatically monitors your account's daily Profit & Loss and takes action when your limits are hit. It tracks both realized (closed trades) and unrealized (open positions) P/L, and can close all positions, disable trading, or send alerts. This is a must-have safety net for prop firm traders, where a sing
FREE
Quantum Scalp Momentum— Trading Guide What This Indicator Does The Scalping Combo is a 4-in-1 confluence indicator for MetaTrader 5. It overlays EMA9 and VWAP on your chart, monitors volume spikes and Stochastic momentum internally, then prints BUY/SELL arrows only when all four components align. A dashboard in the chart corner shows real-time status of every component. Components at a Glance Component Default Role EMA 9 9-period, close Micro-trend direction VWAP Daily reset Fair-value / institu
필터:
Nguyen Tho
74
Nguyen Tho 2026.02.11 04:41 
 

Rất trực quan, hiệu quả lắm . Nhưng sao nay vào mua không được

Minh Vuong Pham
2933
개발자의 답변 Minh Vuong Pham 2026.02.16 15:14
Thank your comment!
Rey Sonajo
467
Rey Sonajo 2026.01.27 13:17 
 

사용자가 평가에 대한 코멘트를 남기지 않았습니다

Minh Vuong Pham
2933
개발자의 답변 Minh Vuong Pham 2026.02.16 15:14
Thank you!
리뷰 답변