MetaTrader 5용 새 기술 지표 - 57
Flash Candle – 실시간 캔들 색상 지정 및 알림 시스템 (리페인트 없음) Flash Candle은 최근에 마감된 캔들(bar 1)의 Williams Percent Range를 평가하여 해당 캔들에 확정된 색상을 할당합니다. 현재 형성 중인 캔들(bar 0)은 마감 시점까지 임시 색상을 표시하여, 신호가 완전한 데이터에만 기반하도록 보장합니다. 리페인트 없음 Flash Candle은 모든 형태의 리페인트, 백페인팅 또는 시각적 변경을 완전히 차단하도록 설계되었습니다. 신호는 bar 1에서만 확정되며, 형성 중인 캔들(bar 0)은 참조용 임시 버퍼만 사용하고 신호 생성에는 영향을 주지 않습니다. bar 1이 마감되면 최종 색상이 ExtColorsBuffer[1] 에 기록되어 이후 모든 OnCalculate 호출에서 변경되지 않습니다. 업데이트 루프( for (int bar = limit; bar >= 0; bar--) )는 모든 과거 버퍼 데이터를 보존하며, iBarShif
DominoSync DoubleSix: 신뢰성 높은 거래를 위한 고급 지표 DominoSync DoubleSix 는 여러 시간대를 분석하고 낮은 거래량 또는 비정상적인 범위의 캔들을 필터링하여 트레이더가 더욱 신뢰할 수 있는 진입 신호 를 식별하도록 돕는 고급 지표입니다. 진입 신호는 지표의 히스토그램 에 표시되어 가격 차트에 방해가 되지 않고 더욱 명확한 분석을 가능하게 합니다. DominoSync DoubleSix의 독특한 점 다중 시간대 분석 최대 20개 시간대 (M1부터 W1까지)를 평가합니다. 다양한 타임프레임의 정렬 상태에 따라 상승 또는 하락 확률을 계산합니다. 신호 생성 이 지표는 선택된 시간대의 50% 이상이 유효한 경우 에만 신호를 생성합니다. 이 비율은 사용자가 수정할 수 있습니다 : 비율을 높이면 신호의 신뢰성은 증가하지만, 기회는 줄어듭니다. 비율을 낮추면 더 많은 신호를 받을 수 있지만, 확인의 정도는 낮아집니다. 패턴 감지 각 시간대의 각 캔들 방향을 분석
ARIMA 예측 지표 ARIMA 모델을 이용한 가격 예측 주요 특징
정확한 예측 - ARIMA 모델 사용
유연한 설정 - p,d,q 매개변수 조정
모든 시장 지원 - 외환, 주식, 상품, 암호화폐
모든 시간대 - M1, H1, D1 이상 유효
완벽한 보조 - RSI, MACD, 렌코 차트와 병용 ️ 설정
lookback (200) - 분석용 역사 데이터
forecast_bars (20) - 예측 캔들 수
p (3) - 자기회귀 차수(AR)
d (1) - 차분 횟수
q (2) - 이동평균 차수(MA)
learning_rate (0.01) - 학습률
max_iterations (100) - 최대 반복 횟수 사용 방법 차트에 추가 매개변수 조정 예측 분석 다른 도구와 병용 트레이딩 아이디어
반전 점 - 추세 전환 포착
신호 확인 - RSI/스토캐스틱으로 필터링
스캘핑 - M1-M5 단기 예측
Quantum Channel 지표
논리
Quantum Channel은 고정된 되돌림 기간 동안의 가장 높은 고점과 가장 낮은 저점을 기준으로 상한선과 하한선을 계산합니다. 이 수준 사이의 영역을 음영 채널로 채우며, 오직 봉이 마감될 때만 업데이트됩니다. 이 접근 방식은 거래자에게 지연 왜곡 없이 가격의 극단값을 명확하게 보여줍니다.
신호
가격이 채널의 하한 또는 상한에 도달하면 각각 매수 또는 매도 화살표 신호가 나타납니다. 하단의 녹색 화살표는 잠재적 롱 진입을 표시하고, 상단의 빨간 화살표는 잠재적 숏 진입을 표시합니다. 이 신호는 미완 봉이 아닌 오직 마감된 봉 데이터만을 기반으로 하여 잘못된 트리거를 방지합니다.
리페인트 되나요?
Quantum Channel은 마감된 봉에서 리페인트되지 않습니다. 일단 봉이 마감되면 해당 봉의 채널 값은 고정됩니다. 지표는 현재 봉에 어떤 수준도 그리지 않으므로 백페인팅이 발생하지 않습니다. 신호는 다음 마감된 봉에서만 나타나므
Clarity Pulse Detector
Clarity Pulse Detector 닫힌 봉과 해당 거래량 막대를 분석하여 향후 데이터에 의존하지 않고 실제 추세 전환을 식별합니다. 이 지표는 구성 가능한 SSP(신호 강도 매개변수) 설정을 기반으로 펄스 강도를 계산하고 최근 최고점과 최저점을 비교하여 돌파 지점을 감지합니다.
필요한 조건이 닫힌 봉에서 충족되면 도구는 해당 봉 위에 명확한 매수 또는 매도 표시를 그립니다. 모든 계산은 확인된 봉에서 수행되므로 과거 신호에 잘못된 조정이 발생하지 않습니다.
Signal
유효한 전환이 감지되면 지표는 매수 신호를 나타내기 위해 강세 봉 아래에 녹색 원을 표시하거나 매도 신호를 나타내기 위해 약세 봉 위에 빨간색 원을 표시합니다.
이 표시들은 봉이 마감될 때 정확히 나타나므로 다음 오픈 시 즉시 진입할 수 있습니다. 모든 화살표와 원은 닫힌 봉에 표시되므로 신호가 표시되면 이동하거나 사라지지 않습니다.
HOW TO USE IT
핵심 개념: SmartSwing Filter 는 전통적인 프랙탈(Fractal) 방식보다 훨씬 더 정확하게 스윙 하이(Swing High) 및 스윙 로우(Swing Low) 를 감지할 수 있도록 설계된 고급 기술 지표입니다. 일반적인 프랙탈 방식은 중심 캔들이 양 옆보다 높거나 낮은지만 판단하지만, 이 지표는 ATR(평균 진폭) 기반의 동적 필터링 을 도입하여 약하거나 의미 없는 스윙을 자동으로 걸러내고 , 시장의 노이즈와 가짜 신호를 제거합니다. ️ 개발 방식: 기본 프랙탈 로직 기반: 좌우 캔들과 비교하여 초기 스윙 포인트를 탐색합니다. ATR 필터 도입: 단기 ATR 과 장기 ATR 을 모두 사용하여 현재 변동성과 전체 시장 흐름을 함께 분석합니다. 두 ATR 값을 기반으로 동적 k_dynamic 값 을 계산하여 유효한 스윙 조건을 결정합니다. 시장 상황에 따른 자동 조정: 시장이 트렌드일 때와 박스권일 때 모두 자동으로 필터 강도를 조정합니다. 의미 있는 강한 스윙만
QuantumTrend Filter: 다중 요인 추세 확인 도구 QuantumTrend Filter로 더 명확한 추세 통찰력을 확보하세요! 이 강력한 MetaTrader 5 지표는 입증된 기술 지표 모음의 데이터를 종합하여 트레이더가 시장 추세를 식별하고 확인하는 데 도움을 주도록 세심하게 설계되었습니다. 추측을 멈추고 더 정보에 입각한 거래 결정을 내리십시오. 작동 방식 QuantumTrend Filter는 여러 시장 데이터 스트림을 동시에 분석하여 작동합니다. 이동 평균(FasterMA, SlowerMA), MACD, RSI, 모멘텀, DeMarker, ADX 및 Force Index의 신호를 통합합니다. 그런 다음 이러한 분석은 차트에 직접 명확한 시각적 화살표 신호로 통합됩니다(참고: 화살표는 별도의 지표 창에 고정 레벨 +0.5(상승 신호) 및 -0.5(하락 신호)로 표시됨). 다양한 기준에 따라 잠재적인 상승 또는 하락 조건을 나타냅니다. 모멘텀 신호 ( Bullish /
"Candlesticks MTF 5" is an informational indicator that displays "Japanese Candlesticks" . The indicator analyzes and determines the opening and closing times of candles from higher time frames.
An algorithm has been developed for the "Candlesticks MTF 5" indicator that corrects the discrepancy between the opening and closing times of candles from higher time frames. For example, if the opening time of a candle on a weekly time frame is the 1st of the month, and on the smaller time frame this
FREE
"Smart Trend and Smart Oscillator" are two indicators in one.
Smart trend shows the current trend direction. Using the settings, you can make sure that, for example, on the M15 timeframe, the trend direction is shown from the H1 or D1 timeframe, and so on.
The smart oscillator shows overbought and oversold zones. This indicator consists of several oscillators that show the best result. The readings for all indicators are summed up and the average value zone is painted over in the selected col
Daily Range Boxes : The indicator draws rectangular boxes around each day's high and low prices, creating a clear visual boundary for the daily trading range. Color-Coded Logic : Green boxes when the current price (or close) is above the daily open Red boxes when the current price is below the daily open Percentage Level Lines : Inside each box, it draws three horizontal lines at: 25% of the daily range 50% of the daily range (midpoint) 75% of the daily range Range Information : Each box displa
FREE
This is a custom VIDYA-based trend-following indicator for MetaTrader 5 (MT5), enhanced with ATR-band logic to adapt to market volatility. It provides dynamic trend zones and intelligent direction switching to support better trading decisions.
Unlike traditional moving averages, this indicator uses a momentum-adjusted VIDYA (Variable Index Dynamic Average) and combines it with ATR-based bands to detect trend shifts with greater precision. Features
Volatility-Adaptive Trend Logic – Uses ATR ban
FREE
SmartBand is a powerful indicator designed to identify high-probability trade zones using a central reference line and dynamic upper and lower bands. When price reaches one of the bands,
and evaluates specific built-in conditions to trigger precise buy or sell signals — helping you spot potential reversals or breakouts with confidence. *Contact me after purchase for best guide* Key Features: Dynamic Band Structure : Central line with upper and lower bands adapting to price action. Smart Sig
AutoStructure — Your Key to Precise Market Entry in Forex! AutoStructure is a professional Forex indicator designed for traders who value precision, speed, and full control over the market.
With just one click, you'll be able to:
Automatically draw key support and resistance levels Visualize FVG zones (Fair Value Gaps) to spot profitable reversals Analyze Order Blocks across multiple timeframes Build Fibonacci levels based on real price action Perfectly suited for both scalpers and position t
Real Volume N1 – Accurate Volume Insight for Every Candle
The Real Volume N1 indicator works with both real volumes and tick volumes. However, I highly recommend using real volumes only, as tick volumes cannot reliably indicate how much was actually bought or sold.
To get the most accurate results, use this indicator with brokers that provide real volume data, Works on any timeframe from m1 to month
On every candle, the indicator displays the exact volume, helping professional traders make i
Supports and Resistances is a quick and easy tool for finding support and resistance levels. It was created according to the "run and forget" idea to automate daily routines and speed up the decision-making process. It is a great tool for beginners, as well as for users who have been on the market for a while.
How to run it? To run the indicator, all you have to do is set three parameters: 1. Number of candles to be analyzed by the program;
2. Maximum zone width in pips;
3. Frequency of
Buy 1 get 1 free
how each of these input fields is used and what happens on your chart when you adjust their values: Custom text for comment : How to use : Type any text you want into the "Value" field. Result : The text you type will appear in the top-left corner of the chart window (known as the Chart Comment). You might use this for the indicator's name, version, or your own short notes. Lookback period for regression calculation : How to use : Enter an integer (e.g., 100, 200, 300). Result
Market Sessionsync** is a cutting-edge trading session indicator designed to enhance your trading experience by visually breaking down the market's daily rhythm. With a compact window overlaid on your chart, this indicator provides a split-second understanding of the current trading session through: Basic setup: Set Difference between your local time and your broker time , set DST(Daylight Saving Time) ON or OFF , set timescale sync you want to use (Local, Broker, CET) - A vertical time marker
FREE
HTF Vision - Higher Timeframe Candle Display Free now, celebrating release of Live Chart Viewer utility https://www.mql5.com/en/market/product/158488
HTF Vision provides traders with an intuitive way to visualize higher timeframe price action directly on their current chart. This powerful indicator overlays candlestick data from selected higher timeframes (H1, H4, or Daily) as customizable boxes, giving you instant context of larger market movements without switching charts. Key Features: Mult
FREE
ISR Spike Crash 500 - This is one of my best Indicators from the "Spike Detector" series, which predicts a Spike with a high probability in a few minutes or even one minute.
The indicator gives Signal before one Spike appears, which gives you the opportunity to scalp , and it also has additional Signals predicting a long-term trend reversal. The indicator has 5 different ( conditions ) signals in the form of arrows of different colors.
Working: Timeframe - M1 Signals: Non-Repainting !!!
ISR Spike Crash 1000 - This is one of my best Indicators from the "Spike Detector" series, which predicts a Spike with a high probability in a few minutes or even one minute.
The indicator gives Signal before one Spike appears, which gives you the opportunity to scalp , and it also has additional Signals predicting a long-term trend reversal. The indicator has 3 different ( conditions ) signals in the form of arrows of different colors.
Working: Timeframe - M1 Signals: No
The Fibonacci Confluence Toolkit is a powerful indicator designed to highlights areas of interest where significant price action or reactions are anticipated, automatically applies Fibonacci retracement levels to outline potential pullback zones, and detects engulfing candle patterns.. This tool automates the detection and visualization of key market structures and potential reversal zones. Key Features: CHoCH Detection (Change of Character):
Automatically identifies structural shifts in marke
Free until ...
The MACD Indicator is a MetaTrader 5 tool that helps traders analyze market trends and momentum. It shows three components in a separate window below the price chart: the MACD Line, Signal Line, and Histogram. What It Shows: MACD Line (Blue): Tracks the difference between a fast and slow moving average. Signal Line (Orange): A smoothed average of the MACD Line. Histogram (Bars): Shows the gap between MACD and Signal Lines with colors: Dark Green : Rising momentum above zero. Lig
FREE
TrendPulse Engulf Pro – Ride the Wave of Precision Trading! TrendPulse Engulf Pro is a futuristic, precision-engineered trend-continuation indicator designed for traders who demand clarity, accuracy, and performance. Built on a 40-period moving average combined with advanced engulfing pattern detection, this tool highlights high-probability market entries that align with momentum and market structure. Whether you're a scalper, day trader, or swing trader, TrendPulse Engulf Pro gives you a clean,
RangeDashboard – Multi-symbol Daily, Weekly, and Monthly Range Overview with Alerts RangeDashboard is a powerful and user-friendly indicator that displays the current range (high-low) of selected currency pairs or instruments over a chosen timeframe (D1, W1, MN1) directly on the chart. It allows you to input a customizable list of symbols, add suffixes if needed, and select the timeframe from which the ranges are calculated. Key Features: Dynamic calculation of ranges for any number of symbols o
The Predictive Ranges indicator aims to efficiently predict future trading ranges in real-time, providing multiple effective support & resistance levels as well as indications of the current trend direction.
Predictive Ranges was a premium feature originally released by LuxAlgo in 2020.
The feature was discontinued & made legacy, however, due to its popularity and reproduction attempts, we deemed it necessary to release it open source to the community.
USAGE Figure 1 The primary purpo
BRAIN Indicator – Smart Buy & Sell Signal Tool (MT5) BRAIN Indicator is a powerful signal generator designed to detect high-probability trade setups based on smart combinations of momentum and price behavior. Built for precision, it displays clear BUY/SELL arrows directly on your chart — no repaint, no confusion. Fully compatible with Volatility Indices (e.g., V75), Forex, Crypto, and more.
Fast. Focused. Built to trade smart — like a brain.
Key Features: Clean signal
Pause Manager Indicator (for EA Pause Manager)
What It Is: This is a lightweight chart indicator that works together with the EA Pause Manager utility. It displays the current status of your EAs and sends that information to the EA Pause Manager so it can pause/resume them correctly. Required for proper functioning of EA Pause Manager .
Features: Shows real-time status (ACTIVE / PAUSED) of the EA on the chart Displays EA ID (EA1–EA4), customizable via settings Minimal resource usage No input s
FREE
Description: Candle Time is a simple and effective tool that shows the remaining time until the current candle closes — directly on your chart. Whether you’re trading fast moves or waiting for confirmations, knowing exactly when the candle ends helps you stay sharp. Main Features: Real-time countdown for the current candle Color adapts to candle direction (bullish, bearish, or neutral) Adjustable font, size, color source, position, and thickness Supports Visual Mode in the Strategy
FREE
Quad EMA Cross Indicator
- Capture powerful trend changes with precision! - This indicator tracks four EMAs (20, 50, 100, 200) and signals strong LONG/SHORT entries when price crosses all four simultaneously. - Clear visual labels make spotting high-probability trades a breeze. - Perfect for any timeframe or market. - Boost your trading with reliable, filtered signals!
Easy! Before opening a trade, the indicator calculates your position size. Just drag one line to your stop level.
A one-line position size calculator based on a percentage of your total account balance. Just drag the SL line below or above your stop level to instantly see the lot size. The information updates automatically as the price changes. Works with Forex, stocks, crypto, and metals.
Enjoy!
How to Use : Attach to the chart Drag the indicator onto your chart. Draw a Stop-Loss Line:
MT5용 신호 이동 평균 Lux 알고리즘
이동 평균 교차 시스템에서 신호선 사용을 위해 특별히 설계된 고유한 이동 평균 지표를 만나보세요. 이 고급 도구는 범위가 좁은 시장에서는 가격에서 벗어나는 반면, 추세가 있는 시장에서는 표준 이동 평균을 면밀히 반영한다는 점에서 차별화됩니다. 이러한 특징은 트레이더가 시장 변동으로 인한 불필요한 노이즈와 잠재적인 과매도를 방지하는 데 도움이 됩니다.
이동 평균은 범위가 좁은 시장에서는 가격에서 벗어나고, 추세가 있는 시장에서는 일반 이동 평균값에 도달합니다.
이동 평균 교차 전략은 일반적인 추세를 파악하는 데 사용되는 느린 이동 평균인 "신호선"에 의존하는 경우가 많습니다. 이 신호선은 빠른 이동 평균과 함께 사용되어 일반 가격과 신호선의 교차에서 발생할 수 있는 휩소 거래를 걸러냅니다.
제안된 지표는 범위가 좁은 기간 동안 가격에서 벗어나지 않으므로 가격과 신호선 사이에 발생하는 교차 횟수를 효과적으로 줄일 수 있습니다.
가격과
FREE
MT4 Version 개요
이 지표는 정교한 추세 추종 모델에 동적 가격 거부 감지, 동적 캔들 색상 표시, ATR 기반 목표 예상 기능을 통합하여, 트레이더가 추세 지속 패턴을 식별하고 관리할 수 있는 완전한 시각적 시스템을 제공합니다.
차트 위에 직접 표시되며, 잠재적인 추세 전환을 자동으로 감지하고, 적응형 지지/저항 근처의 거부를 확인하며, 구조화된 리스크-보상 결정을 지원하기 위해 계산된 손절 및 이익 실현 레벨을 보여줍니다.
일반적인 지표가 추세 방향이나 진입 신호에만 집중하는 것과 달리, 이 도구는 신호 필터링, 변동성 조정 포지셔닝, 단계별 수익 실현 전략을 결합하여 보다 정보에 기반한 거래 결정을 지원합니다.
개념
핵심에는 ATR 기반 밴드를 사용하여 구성된 맞춤형 Supertrend가 있으며, 이는 WMA와 EMA로 부드럽게 처리되어 잡음을 제거하면서 주요 추세 변화를 추적할 수 있습니다.
특징적인 요소는 가격 거부 감지 로직입니다. 이 스크립트는 추세선에
가격만을 기준으로 레벨을 계산하는 몇 안 되는 인디케이터 중 하나입니다. 이 인디케이터는 시간 프레임, 추세 또는 시장 사이클의 영향을 받지 않습니다. 지금까지 만들어진 것 중 가장 논리적인 인디케이터 중 하나입니다. FIFTY 인디케이터는 이제 자동화 버전으로 제공되어 수동으로 레벨을 그릴 필요가 없습니다. 이 버전은 일간, 주간, 월간, 연간 레벨을 자동으로 차트에 표시하여 정확성을 높이고 시간을 절약해 줍니다. 또한, 이러한 레벨의 표시 여부를 전환할 수 있는 버튼이 제공되어 완전한 사용자 맞춤 설정이 가능합니다. 수동 방식을 선호하는 분들을 위해 무료 버전도 여전히 제공되며, 완전히 작동합니다. 사용자들은 자신의 트레이딩 스타일에 따라 수동 또는 자동 도구를 선택할 수 있습니다. 매우 신뢰할 수 있으며 강력히 추천드립니다! 수동 버전의 FIFTY 인디케이터를 지금 요청해 보세요!
Tape Hunter – MT5에서 노력과 결과를 확인하는 레이더 Tape Hunter는 MetaTrader 5에서 가격 뒤에 숨겨진 진짜 움직임을 보고자 하는 트레이더를 위한 최고의 인디케이터입니다. POC(Point of Control)를 기반으로 매수와 매도의 공격적인 거래량을 명확하고 직관적으로 보여주며, 각 캔들에서 시장의 노력과 실제 결과를 시각화할 수 있습니다. ️ 왜 중요한가요?
모든 거래량이 가격을 움직이는 것은 아닙니다! Tape Hunter는 노력(공격적인 거래량)이 실제로 가격을 움직이고 있는지 강조하며, 다음을 파악하는 데 도움을 줍니다: 진짜 공격과 함정이 어디에 있는지 시장이 흡수되고 있는지, 아니면 밀리고 있는지 지배적인 거래량과 가격 방향의 일치 여부 Tape Hunter를 사용하면 프로페셔널한 테이프 리딩 관점을 얻어 더 정확한 진입과 청산 결정을 내릴 수 있습니다. 관련 인디케이터 – 플로우 분석 강화하기 보다 효율적인 트레
Forex 17 – Bollinger Bands Pure Sound Alert No Plots 는 가격이 볼린저 밴드의 상단 또는 하단을 돌파할 때 자동으로 음성 알림을 제공하는 지표입니다. 상승 돌파와 하락 돌파에 대해 서로 다른 소리가 출력되어, 잠재적인 과매수 또는 과매도 상태를 보다 명확하게 인식할 수 있습니다. 이 지표는 차트에 어떠한 시각적 요소도 표시하지 않는 무표시(No Plot) 방식으로 설계되었습니다. 따라서 차트를 깔끔하게 유지하고 가격 움직임 자체에 집중하고자 하는 트레이더에게 적합합니다. 지속적으로 차트를 바라보지 않아도 중요한 돌파 상황을 소리로 인지할 수 있습니다. 사용자는 볼린저 밴드의 기간, 표준편차 설정, 알림 간 최소 시간 간격 등을 자유롭게 조정할 수 있어 다양한 시장 환경과 거래 스타일에 맞게 활용할 수 있습니다. 순수 사운드 기반 접근 방식은 다중 차트 감시나 백그라운드 모니터링에도 효과적입니다. AI의 도움으로 번역되었습니다.
FREE
피보나치 확장의 힘을 발휘하여 더 스마트한 트레이딩을 실현하세요
피보나치 확장 도구로 트레이딩 전략을 한 단계 업그레이드하세요. 이는 기술적 분석의 강력한 무기입니다. 이 지표는 검증된 피보나치 수열을 기반으로 하여 중요한 지지선과 저항선을 정확히 식별합니다. 주요 고점 또는 저점에서 23.6%, 38.2%, 50%, 61.8%, 100%의 피보나치 비율을 확장함으로써 시장 움직임을 자신 있게 탐색하려는 트레이더에게 명확하고 실용적인 통찰력을 제공합니다. MT4-version: https://www.mql5.com/en/market/product/139795 이 도구의 특별한 점은 무엇인가요?
피보나치 확장 지표는 기본적으로 10일의 회고 기간을 사용하여 해당 기간 내 최고가와 최저가를 식별하고, 다섯 개의 정확한 확장 레벨을 계산합니다. 그런 다음, 이 레벨을 차트에 표시하여 잠재적인 돌파 목표와 주요 지지 및 저항 구역을 강조합니다. 전용 돌파 목표 라인은 높은 확률의 트레
Candle Fusion Pro — 패턴 인식 + 추세 필터 + 모멘텀 필터 (재도색 없음) 강력한 캔들 패턴을 감지하고 실시간 추세 및 모멘텀 분석을 통해 그 신뢰도를 확인하세요. Candle Fusion Pro 는 정밀한 가격 행동 , 추세 구조 및 다중 확인 을 활용하는 트레이더들을 위한 최고의 시각적 도구입니다.
핵심 기능
패턴 기반 진입 : 10개 이상의 고급 일본식 캔들 패턴 을 감지합니다: 슈팅스타 (레벨 2, 3, 4) 강세/약세 엔골핑 모닝스타 / 이브닝스타 도지 및 도지 스타 해머 (레벨 2, 3, 4) 관통선 및 어두운 구름 덮기 재도색 없음, 지연 없음 : 화살표 및 라벨은 캔들이 닫힌 후에만 고정되어 표시됩니다. 보이는 그대로입니다 .
실시간 확인 : 추세 필터 (시간 프레임에 따라 자동 조정) RSI 강도 라벨 : 색상 표시 (초록 <30, 주황, 빨강 >70) ADX 필터 : 추세 지속 또는 횡보 상태 식별 (임계값 25): 강한 추세 = 지속 , 약
Quantum Channel Pro 는 가격 트렌드, 반전 지점 및 시장 노이즈를 정밀하게 식별하기 위해 설계된 혁신적인 멀티 채널 변동성 분석 도구입니다. 적응형 표준 편차 채널 기술을 적용하여 3가지 가격대(내부, 중간, 외부)를 동적으로 표시함으로써 트레이더가 시장 상태를 직관적으로 파악하고 고확률 거래 기회를 포착할 수 있도록 지원합니다. 주요 기능 3단계 스마트 채널 내부 채널(녹색) : 1σ 변동 범위, "정상 변동 구간" 표시 중간 채널(주황) : 2σ 변동 범위, "잠재적 반전 구간" 경고 외부 채널(빨강) : 3σ 변동 범위, "극단적 과매수/과매도" 신호 실시간 확률 통계
독자적인 "존 분석 시스템"이 각 채널별 가격 출현 빈도를 자동 계산하여 다음을 표시: 내부 채널 확률(정상 시장) 중간/외부 채널 확률(추세 가속화 단계) 외부 채널 돌파 확률(극단적 반전 신호) 적응형 시장 노이즈 필터링
동적 표준 편차 계산으로 외환, 주식, 암호화폐 등 다양한 자산의
ZeroLag TrendCandle — 실시간 캔들 색상 및 알림 시스템 (리페인트 없음)
ZeroLag TrendCandle 은 고급 Williams Percent Range(WPR) 분석에 기반한 리페인트되지 않는 실시간 트렌드 감지 도구 입니다. 트렌드 변화, 모멘텀 이동 및 반전 가능성을 동적인 색상 시스템으로 시각화하여 트레이더가 현재 시장 방향을 이미지처럼 직관적이고 명확한 차트에서 즉시 파악할 수 있도록 도와줍니다. 단 한눈에 지배적인 모멘텀과 그 강도를 파악할 수 있습니다.
핵심 기능:
리페인트 없음
리페인트 없음, 백페인팅 없음 , 신호 사라짐 없음 , 실시간 거래 중 잘못된 알림 없음 — 자세한 기술 설명은 아래를 참고하세요. 차트에 표시된 내용은 변경되지 않습니다.
실시간 감지 (지연 없음)
신호는 현재 캔들이 마감된 직후 즉시 생성됩니다. 재계산이나 지연 없이 항상 확정된 시장 움직임에 반응할 수 있습니다.
모든 자산 및 시간대 지원
다
NOTE: Turn Pattern Scan ON
This indicator identifies Swing Points, Break of Structure (BoS), Change of Character (CHoCH), Contraction and Expansion patterns which are plotted on the charts It also comes with Alerts & Mobile notifications so that you do not miss any trades. It can be used on all trading instruments and on all timeframes. The non-repaint feature makes it particularly useful in backtesting and developing profitable trading models. The depth can be adjusted to filter swing points.
FREE
UT Bot with Alerts The UT Bot Alerts Indicator for MetaTrader 5 is a versatile trading tool that generates buy and sell signals based on ATR-based trailing stop logic. It displays signals with arrows, draws an entry price line, and includes a candle countdown timer. The indicator offers customizable alerts (pop-up, email, push notifications) and a text label showing signal details. Users can adjust ATR sensitivity, label positions, and timer settings, making it suitable for various markets and
FREE
The SyntheticaFX Pain & Gain Spike Indicator is a specialized tool designed to identify potential spike opportunities in the market, exclusively for traders focusing on Weltrade Pain and Gain pairs. This indicator is optimized to operate on the 1-minute (M1), 2-minute (M2), 3-minute (M3), and 5-minute (M5) timeframes and supports only the following pairs: PainX 1200, PainX 999, PainX 800, PainX 600, PainX 400, GainX 1200, GainX 999, GainX 800, GainX 600, and GainX 400. It will not display signal
NOTE: Turn Pattern Scan ON
This indicator identifies 11 candlestick patterns, filters them to generate trading signals which do not repaint. This signal are supposed to be high probability setups. It also comes with Alerts & Mobile notifications so that you do not miss any trades. It can be used on all trading instruments and on all timeframes. The non-repaint feature makes it particularly useful in backtesting and developing profitable trading models
FREE
Alpha Indicator – Precision Trading for Every Market Trade Smarter, Not Harder.
The Alpha Indicator is a non-repainting, high-accuracy trading tool designed for serious traders across all styles — scalping, day trading, and swing trading. Whether you're on Forex, Gold, Crypto, NAS100, GER30, or Deriv Synthetic Indices like Volatility, Boom & Crash, this indicator adapts to your market and strategy. It combines powerful components: Alpha Trend Filter – confirms bullish or bearish momentum
APICT Chart Patterns – Trend Line & Pattern Recognition for MT5 Enhance your technical analysis with the APICT Chart Patterns Indicator — an advanced tool for automatic pattern and trend line detection in MetaTrader 5. Key Features Automatic Pattern Detection: Identifies over 10 classic chart patterns, including pennants, wedges, channels, and double tops/bottoms. Real-Time Trend Lines: Draws support and resistance lines using smart algorithms. Custom Sensitivity: Adjust detection for major or
FREE
CM MACD Custom Indicator - Multiple Time Frame (V2.1) This advanced MT5 indicator, adapted from ChrisMoody’s TradingView script, delivers a powerful Multi-Timeframe MACD with customizable visuals and alerts. Plotting MACD lines, signal line, and a color-coded histogram, it highlights trend direction and momentum with distinct colors for growing/falling histograms above/below zero. Cross signals are marked with arrows, and users can enable alerts, email, or mobile notifications for buy/sell oppo
FREE
The indicator is designed to display information about current trading. The current information and statistics panel displays data on the number of trading orders, their profit and the number of lots. The equity status as a percentage of the balance of funds and the total profit of all orders on this instrument are also displayed. In the statistics panel, you can see information on closed orders from the beginning of the specified date in the settings. The panels have flexible size and color se
MacD Power Trend — Multi-Timeframe, Color MACD Indicator Designed to help you avoid missing the most critical turning points in the market. Not a simple indicator, it speeds up the decision-making process for both novice and professional traders with its customizable color palette, multi-timeframe support, and clear visual signals. • Multi-Timeframe Support – Track 1-hour, 4-hour, daily, and more beyond your main chart with just one click. • Dynamic Color Coding – MACD line and histogram bars a
This is a custom Guppy-style Moving Average indicator built for MetaTrader 5 (MT5), designed to replicate the appearance and logic of the popular TradingView version. Unlike the built-in tools in MT5, this indicator offers a simplified yet powerful approach by using only 6 Exponential Moving Averages (EMAs). It provides clean visualization and accurate market layering to help traders make better decisions. Features
TradingView-Style Guppy Logic – Displays 6 EMAs for combined short- and medium-
FREE
============================================== UNLOCK THE ULTIMATE TRADING EDGE: MULTI-TIMEFRAME ON ONE CHART FOR MT5!
=========================================
FINALLY, THE IMPOSSIBLE IS HERE! Traders, imagine seeing ANY higher timeframe directly on your current chart —without switching screens, without missing a beat. What if you could analyze the daily trend on a 5-minute chart , or spot weekly key levels while trading the 1H on the exact same chart?
INTRODUCING HTF Anywhere,
Click2FiboDrawer – Instantly Draw Fibonacci Retracement Lines with 2 Clicks Click2FiboDrawer is a powerful manual drawing tool for discretionary traders who use Fibonacci retracements in their technical analysis.
With just two mouse clicks, you can draw clean and precise Fibonacci levels directly on your chart — no clutter, no menus, no hassle. Even during fast-paced scalping sessions, this tool enables you to quickly add Fibonacci retracement levels and react to market moves in real-time.
It’s
MTFC (Multi Timeframe Chart) – See 2 Timeframes on ONE Chart!
"Trade Smarter, Not Harder – Eliminate Timeframe Switching Forever!" Imagine having the power to see any higher timeframe (M5, M15, H1, H4, D1, MN1, etc.) directly on your current chart. No more flipping between charts, no more guesswork—just pure trading clarity in one place. That’s exactly what the MTFC Indicator delivers! 1. The Problem It Solves As traders, we know context is king . But constantly switching between c
What is it? Supreme Trend Pro is an exclusive indicator for MetaTrader 5 that analyzes the current trend using a precise combination of three of the most respected indicators on the market: ️ Moving Averages (MA) ️ MACD ️ ADX
It clearly and visually identifies: When the market is favorable for Buying When it is favorable for Selling When it is still in Analysis / Waiting Features: Chart panel with information: — Trend (Bullish, Bearish, Neutral) — MA status, MACD and ADX strength —
Supreme Multi TF Pro is an advanced indicator for MetaTrader 5 that automatically analyzes multiple timeframes — from M1 to Monthly — using a combination of MA, MACD, and ADX. It clearly displays signals for Buy , Sell , or Hold on each timeframe, and highlights the Best Timeframe to trade . Perfect for traders seeking fast and reliable decisions, with intuitive and color-coded panels. Customize parameters to fit your strategy and trade with greater confidence.
Free Until 1st Jan 2026
VWAR 2.2 (Volume Weighted Average Roadmap) is an advanced institutional-grade MT5 indicator that brings you the most powerful multi-timeframe VWAP (Volume Weighted Average Price) analysis—plus filtered trade signals using robust trend and momentum confirmations. Key Features: Multi-Timeframe VWAP Lines:
Plots Daily, Weekly, and Monthly VWAP levels for instant market structure insight. Dynamic Buy/Sell Signals: Big, bold colored arrows indicate confirmed buy or sell opp
FREE
A beutiful, multi colored MACD indicator. It offers the possibility to change the colors of the "main line" and the "signal line" and uses four different colors for the "histogram"
It also returns the buffer-values from the "main line", "signal line", "histogram" and "color" to acess it from an EA
If you need some changes, or additional buffers -> send me a message
Alpha Wave Indicator: Pure Precision! This is a tool that will take your trading to the next level. Believe me!! This advanced tool uses a Gaussian window to smooth price data, plotting green upper and red lower bands to identify key trends. With customizable bandwidth, multiplier, and lookback period, plus crossover arrows for clear signals, Alpha Wave helps you navigate the market with confidence. Perfect for traders seeking reliable, non-repainting insights, it can be used on multiple currenc
Un potente indicatore multifunzione progettato per offrire una visione chiara e strutturata della forza del mercato, integrando tre strumenti tecnici in un'unica interfaccia intuitiva: Caratteristiche principali: Heikin Ashi RSI Normalizzato Calcolato sul RSI di medie Heikin Ashi, centrato su una scala da -50 a +50 Visualizzazione con candele colorate (blu/rosso) per una lettura chiara della direzione e del momentum Stocastico Modificato %K e %D convertiti sulla stessa scala -50/+50 Opzion
Questo indicatore avanzato disegna automaticamente pivot High/Low e trendline su un timeframe selezionato (es. H4, D1, ecc.) e li rende visibili su tutti i timeframe inferiori. L'obiettivo principale è fornire un contesto strutturale multi-timeframe unito a segnali di tocco sulle trendline. Caratteristiche principali: Trendline Automatiche : Disegnate tra i pivot High e Low rilevati sul timeframe selezionato.
Classificate in trendline rialziste (UpTrend), ribassiste (DownTrend) e rotte (Brok
Un indicatore avanzato che combina la regressione logaritmica dinamica con strumenti di analisi trend intelligente , visualizzazioni personalizzabili e filtri avanzati per confermare la direzione del mercato. Come utilizzare l’indicatore Logarithmic Regression Channel - Trend (Disegnato su timeframe superiori) Trend rialzista
(slope ≥ +3) Si può acquistare in due modi: Quando il prezzo rimbalza sulla banda inferiore del canale (trendline bassa). Quando il prezzo supera la linea centrale del
Let's follow the trend with Goby trailing! According to your filters, you can use the arrows (Bullish [start] and Bearish [start]) as entry signals. After making an entry [position], you can use the Bullish [trailing] as a trailing stop for bullish positions and Bearish [trailing] as a trailing for bearish positions. Through the inputs, you can adjust the indicator for better performance in the assets you operate! Enjoy...
TRADE ASSISTANT PRO – Your Ultimate Manual Trading Companion TRADE ASSISTANT PRO is a powerful all-in-one trading utility designed for manual traders who value precision, control, and efficiency. Whether you’re a scalper, day trader, or swing trader, this tool gives you everything you need at your fingertips to make faster, smarter trading decisions. Key Features: Multi-Timeframe & Multi-Symbol Display
Monitor multiple pairs and timeframes from a single chart. Get real-time info across
Ein schöner, einfacher KillZone-Indikator. Er bietet die Möglichkeit, die Farben der Zonen, der Rahmen und der Schrift zu ändern. Auch die Zeiten der einzelnen Zonen können angepasst werden
Er gibt auch die Pufferwerte der der Kerzen zurück, um von einem EA aus darauf zuzugreifen
Wenn Sie einige Änderungen oder zusätzliche Puffer benötigen -> senden Sie mir eine Nachricht
Catch boom spikes like a pro – before they happen! The KarooSpikes Boom Spike Catcher is a powerful MetaTrader 5 indicator designed for traders who want to consistently catch spikes on Boom with precision and confidence. What This Indicator Does: Detects high-probability spike zones using a combination of: RSI + Stochastic crossovers Price action 50 EMA trend filter Plots clear BUY arrows on your chart when spike conditions are met Sends instant mobile + sound alerts so you never miss a
A simple indicator that changes color according to trend direction and marks each turn with an arrow and optional sound alert. Features Dual-Color Blue when the line is rising Red when the line is falling Arrow Signals Up-arrow at the start of an up-trend Down-arrow at the start of a down-trend Configurable Alerts Popup notification on each closed-bar trend change Optional custom WAV file (leave blank to use the MT5 default) Alerts fire once per closed bar to avoid repeats Native MQL5 Implem
ICT Order Blocks Premium Indicator Professional Market Structure Analysis Based on ICT Methodology OrderBlocks ICT is an advanced technical analysis tool that identifies high-probability trading zones based on the Inner Circle Trader (ICT) methodology. This professional-grade indicator detects key market turning points using institutional order block analysis, revealing where smart money is likely accumulating positions. Key Features: Smart Filtering Technology : Eliminates weak and insignific
KAB: A Better Baseline. KAB is an adaptive trend filter designed to track directional movement while actively suppressing abnormal volatility and noise. It behaves like a dynamic moving baseline that automatically adjusts responsiveness to changing market conditions. Unlike fixed moving averages, KAB continuously modifies its internal smoothing rate based on volatility and directional efficiency. The result is a line that tightens during strong trends and stabilizes during unstable or chaotic pr
FREE
Indicator Name: Auto Trend Line Description: Automatically draws trend lines with optimized and enhanced trend direction detection. Main Features: 1. Automatic Trend Line Drawing: Two main lines are plotted: Support Line – color: Magenta Resistance Line – color: Cyan Lines are calculated based on: Two extremums (highs/lows) or an extremum and a delta (custom offset) 2. Trend Direction Detection: The indicator determines the current trend as: TREND_UP (Uptrend value = 1) TREND_DOWN (Downtrend val
KT Trend Reversal Probability는 개선된 RSI 기반 알고리즘을 통해 트렌드 반전의 실시간 확률을 계산하는 지표입니다. 이 확률은 명확한 퍼센트 수치로 표시되어, 현재 추세가 약해지고 있는지 혹은 새로운 추세가 형성될 가능성이 있는지를 판단하는 데 도움을 줍니다. 진입 시점을 계획하든, 이탈 전략을 조정하든, 이 인디케이터는 데이터 기반의 판단력을 여러분의 트레이딩에 더해줍니다.
주요 기능
반전 확률을 퍼센트로 오실레이터 위에 직접 표시하여, 트레이더가 사전 대응할 수 있도록 돕습니다. 빠른 RSI와 느린 RSI 신호를 혼합한 사용자 지정 오실레이터를 사용해, 지연을 최소화하면서 반전 가능성을 감지합니다. 직관적인 색상 그라디언트를 통해 반전 확률의 강도를 시각적으로 표현하여, 한눈에 상태를 파악할 수 있습니다. 반전 확률이 임계값에 도달하거나 새로운 추세가 시작될 가능성이 감지되면 즉시 알림을 전송해 중요한 시장 전환을 놓치지 않도록 합니다. 오실레이터 주
KT Gaussian Trend Filter는 가우시안 필터링과 선형 회귀 기반 스무딩을 결합하여 명확하고 정밀한 추세 분석을 제공합니다. 간단한 매수 및 매도 신호를 생성하며, 시장의 장기적 방향성을 효과적으로 강조합니다.
기능
완전한 사용자 설정이 가능한 가우시안 필터: 필터의 길이와 극값을 조절하여 스무딩 강도와 추세 선명도를 세밀하게 조정할 수 있습니다. 선형 회귀 보정 기능: 가우시안 필터링 결과를 추가적으로 보정하여 시장 변동성에 따른 오탐지 신호를 최소화합니다. 다중 시간대 스캐너: 여러 시간대에서 가우시안 추세 방향을 자동으로 감지하고 직관적인 대시보드에 표시합니다. 트레일링 밴드 기능: 기존 추세 내에서 깊은 되돌림 구간의 진입 타이밍을 쉽게 파악할 수 있습니다. 색상 설정 사용자화: 트레이딩 스타일과 차트 레이아웃에 맞춰 인디케이터의 색상을 자유롭게 변경할 수 있습니다. 내장 알림 기능: 팝업, 이메일, 푸시 알림, 사운드 등을 통한 즉각적인 알림 수신이 가능합니
트레이딩 전략과 기술 지표를 판매하기에 가장 좋은 장소가 왜 MetaTrader 마켓인지 알고 계십니까? 광고나 소프트웨어 보호가 필요 없고, 지불 문제도 없습니다. 모든 것이 MetaTrader 마켓에서 제공됩니다.
트레이딩 기회를 놓치고 있어요:
- 무료 트레이딩 앱
- 복사용 8,000 이상의 시그널
- 금융 시장 개척을 위한 경제 뉴스
등록
로그인
계정이 없으시면, 가입하십시오
MQL5.com 웹사이트에 로그인을 하기 위해 쿠키를 허용하십시오.
브라우저에서 필요한 설정을 활성화하시지 않으면, 로그인할 수 없습니다.