ACB Breakout Arrows MT5

5

ACB Breakout Arrows 지표는 특별한 돌파 패턴을 감지하여 시장에서 중요한 진입 신호를 제공합니다. 이 지표는 차트를 지속적으로 스캔하면서 한 방향으로 움직임이 자리 잡을 때를 포착하여 큰 움직임 직전에 정확한 진입 신호를 제공합니다.

다중 종목 및 다중 시간대 스캐너는 여기에서 확인하세요 - ACB Breakout Arrows MT5용 스캐너


핵심 기능

  • 지표가 자동으로 손절(Stop Loss) 및 익절(Take Profit) 수준을 제공합니다.
  • 모든 시간대의 돌파 신호를 추적하는 MTF 스캐너 대시보드 포함.
  • 데이 트레이더, 스윙 트레이더 및 스캘퍼에게 적합합니다.
  • 신호 정확도를 높이기 위해 최적화된 알고리즘 사용.
  • 손익분기점 또는 빠른 수익 목표를 위한 특별한 라인 (Quick Profit Line) 제공.
  • 승률, 성공 비율, 평균 수익 등의 성과 분석 지표 제공.
  • 재도색 없음. 신호는 고정되어 신뢰할 수 있습니다.


거래 확인

- ACB Trade Filter 지표를 사용하여 신뢰도가 낮은 거래를 필터링하세요.

  • 강력 매수: 위쪽 화살표 + 초록색 히스토그램 + 상승 추세.
  • 강력 매도: 아래쪽 화살표 + 빨간색 히스토그램 + 하락 추세.
  • 히스토그램이 회색이고 추세가 횡보라면 거래를 피하세요.

(선택 사항) -
 KT Support and Resistance Levels 를 활용해 주요 지지/저항 수준 근처에서의 진입을 피할 수 있습니다. 그러한 거래는 손실로 빠르게 이어질 수 있습니다.

“성공적인 트레이더의 목표는 최고의 거래를 하는 것입니다. 돈은 그다음입니다.” – 알렉산더 엘더


입력 파라미터

  • 히스토리 바 수: 지표 계산에 사용할 바 수.
  • 신호 민감도: 화살표 신호의 민감도를 설정.
  • 손절용 바 수: Stop Loss 계산에 사용할 바 수.
  • 목표선 표시: SL, TP, Quick Profit 선의 표시 여부 설정.
  • 성과 분석: 신호별 수익 추세선 등 성과 요소의 표시 여부 설정.
  • 알림 설정: 팝업 창, 이메일, 푸시 알림, 사운드 알림 제공.


EA 개발자를 위한 참고

// 배열 정의

double Buy_Arrow[];
double Sell_Arrow[];
double Buy_SL[];
double Sell_SL[];

// 인디케이터 핸들 정의

int ACB_handle = iCustom(_Symbol,0,"Market/ACB Breakout Arrows");

// 버퍼 데이터를 배열에 복사

CopyBuffer(ACB_handle,0,1,1,Buy_Arrow);
CopyBuffer(ACB_handle,1,1,1,Sell_Arrow);
CopyBuffer(ACB_handle,2,1,1,Buy_SL);
CopyBuffer(ACB_handle,3,1,1,Sell_SL);

if(Buy_Arrow[0] != 0) // 매수 조건
if(Sell_Arrow[0] != 0) // 매도 조건

Buy_SL[0]; // 매수 손절가
Sell_SL[0]; // 매도 손절가

// 차트에서 목표가 가져오기

double Quick_Profit = NormalizeDouble(ObjectGetDouble(0, "FirstTarget", OBJPROP_PRICE), _Digits);
double First_Target = NormalizeDouble(ObjectGetDouble(0, "Target1", OBJPROP_PRICE), _Digits);
double Final_Target = NormalizeDouble(ObjectGetDouble(0, "Target2", OBJPROP_PRICE), _Digits);
리뷰 1
MarketWatch27378757
152
MarketWatch27378757 2022.01.05 19:20 
 

...

추천 제품
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It detects 19 different harmonic pri
Double HMA MTF for MT5
Pavel Zamoshnikov
4 (4)
This is an advanced multi-timeframe version of the popular Hull Moving Average (HMA) Features Two lines of the Hull indicator of different timeframes on the same chart. The HMA line of the higher timeframe defines the trend, and the HMA line of the current timeframe defines the short-term price movements. A graphical panel with HMA indicator data from all timeframes at the same time . If the HMA switched its direction on any timeframe, the panel displays a question or exclamation mark with a tex
KT Renko Patterns MT5
KEENBASE SOFTWARE SOLUTIONS
KT Renko Patterns는 렌코 차트를 벽돌 하나하나 분석하여, 전 세계 다양한 금융 시장에서 트레이더들이 자주 사용하는 유명한 차트 패턴들을 찾아냅니다. 시간 기반 차트와 비교하면, 렌코 차트는 시각적으로 단순하고 깔끔하여 패턴 중심의 트레이딩이 훨씬 쉽게 가능합니다. KT Renko Patterns에는 다양한 렌코 패턴이 포함되어 있으며, 이 중 상당수는 Prashant Shah의 저서 『Profitable Trading with Renko Charts』에서 자세히 설명되어 있습니다. KT Renko Patterns 인디케이터를 기반으로 한 100% 자동화된 EA는 여기에서 이용할 수 있습니다 - KT Renko Patterns EA . 기능 소개 최대 8개의 명확한 렌코 패턴을 거래할 수 있어, 혼동 없이 신뢰도 높은 트레이딩이 가능합니다. 객관성을 제공하기 위해 각 패턴에는 손절선과 피보나치 목표가 함께 제공됩니다. KT Renko Patterns는 각 패턴의 정
Fibaction
Abdelkhalek Orabi
Indicator Name: Fibaction – price action candle Detector Description: Fibo Signal Boxes is a powerful Smart Money Concept (SMC)-inspired indicator that auto-detects price action candles. bullish hammers and shooting stars, then draws precise Fibonacci entry zones and multiple take-profit levels directly on the chart. as for the SL personally i use 40 pips rules  Key Features: Detects bullish hammer and shooting star reversal candles. Automatically draws Fibonacci entry and TP boxes. as
PZ Support Resistance MT5
PZ TRADING SLU
3.71 (7)
Unlock key market insights with automated support and resistance lines Tired of plotting support and resistance lines? This is a multi-timeframe indicator that detects and plots supports and resistance lines in the chart with the same precision as a human eye would. As price levels are tested over time and its importance increases, the lines become thicker and darker, making price leves easy to glance and evaluate. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Boos
Overview The Market Perspective Structure Indicator is a comprehensive MetaTrader indicator designed to provide traders with a detailed analysis of market structure across multiple timeframes. It identifies and visualizes key price action elements, including swing highs and lows, Break of Structure (BOS), Change of Character (CHOCH), internal structures, equal highs/lows, premium/discount levels, previous levels from higher timeframes, and trading session zones. With extensive customization opt
"Impulses and Corrections 5" is created to help traders navigate the market situation. The indicator shows multi-time frame upward and downward "Impulses" of price movements. These impulses are the basis for determining the "Base" , which is composed of zones of corrections of price movements, as well as "Potential" zones for possible scenarios of price movement. Up and down impulses are determined based on a modified formula of Bill Williams' "Fractals" indicator. The last impulse is always "U
Trend Forecaster
Alexey Minkov
5 (7)
The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
MercariaPattern1-2-3 відстежує рух ціни, знаходить трьоххвильові структури 1-2-3 та підсвічує момент, коли сценарій підтверджується пробоєм ключового рівня. MercariaPattern1-2-3 tracks price movement, detects three-leg 1-2-3 structures and highlights the moment when the scenario is confirmed by a key level breakout. Індикатор збирає локальні свінги в компактну фігуру 0–1–2–3 , чекає підтвердженого пробою та будує стрілку входу з готовими рівнями SL/TP. The indicator combines local swings into a
Owl Smart Levels MT5
Sergey Ermolov
4.03 (32)
MT4 버전  |  FAQ Owl Smart Levels Indicator 는 Bill Williams 의 고급 프랙탈, 시장의 올바른 파동 구조를 구축하는 Valable ZigZag, 정확한 진입 수준을 표시하는 피보나치 수준과 같은 인기 있는 시장 분석 도구를 포함하는 하나의 지표 내에서 완전한 거래 시스템입니다. 시장과 이익을 취하는 장소로. 전략에 대한 자세한 설명 표시기 작업에 대한 지침 고문-거래 올빼미 도우미의 조수 개인 사용자 채팅 ->구입 후 나에게 쓰기,나는 개인 채팅에 당신을 추가하고 거기에 모든 보너스를 다운로드 할 수 있습니다 힘은 단순함에 있습니다! Owl Smart Levels 거래 시스템은 사용하기 매우 쉽기 때문에 전문가와 이제 막 시장을 연구하고 스스로 거래 전략을 선택하기 시작한 사람들 모두에게 적합합니다. 전략 및 지표에는 눈에 보이지 않는 비밀 공식 및 계산 방법이 없으며 모든 전략 지표는 공개되어 있습니다. Owl Smart Levels를 사
SMC Venom Model BPR 지표는 Smart Money(SMC) 개념 내에서 일하는 트레이더를 위한 전문 도구입니다. 가격 차트에서 두 가지 주요 패턴을 자동으로 식별합니다. FVG (공정 가치 갭)는 3개의 캔들의 조합으로, 첫 번째와 세 번째 캔들 사이에 갭이 있습니다. 이는 볼륨 지원이 없는 레벨 사이에 구역을 형성하여 종종 가격 수정으로 이어집니다. BPR (균형 가격 범위)은 두 개의 FVG 패턴의 조합으로, "브리지"를 형성합니다. 이는 가격이 낮은 볼륨 활동으로 움직일 때 브레이크아웃과 레벨로의 복귀 구역으로, 캔들 사이에 갭을 생성합니다. 이러한 패턴은 거래자가 차트에서 거래량과 가격 역학을 분석하여 주요 지지/저항 수준, 돌파 구역 및 진입 지점을 식별하는 데 도움이 되며, 여기서 대형 시장 참여자와 일반 참여자 간의 상호 작용이 발생합니다. 이 지표는 사각형과 화살표 형태로 패턴을 시각화하며 유연한 경고 설정도 지원합니다. 주요 특징: 패턴 표시 모드
Maximum Trend Arrows OT MT5
Mulweli Valdaz Makulana
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
ATrend
Zaha Feiz
4.82 (17)
ATREND: 작동 방식 및 사용 방법 ### 작동 방식 MT5 플랫폼을 위한 "ATREND" 지표는 기술 분석 방법론의 조합을 활용하여 트레이더에게 강력한 매수 및 매도 신호를 제공하도록 설계되었습니다. 이 지표는 주로 변동성 측정을 위해 평균 진폭 범위(ATR)를 활용하며, 잠재적인 시장 움직임을 식별하기 위한 트렌드 탐지 알고리즘과 함께 사용됩니다. 구매 후 메시지를 남기면 특별 보너스 선물을 받게 됩니다. ### 주요 특징: - 동적 트렌드 탐지: 이 지표는 시장 트렌드를 평가하고 신호를 조정하여 트레이더가 현재 시장 상황에 맞춰 전략을 조정할 수 있도록 돕습니다. - 변동성 측정: ATR을 사용하여 시장의 변동성을 측정하며, 이는 최적의 손절매(SL) 및 이익 실현(TP) 수준을 결정하는 데 중요합니다. - 신호 시각화: 이 지표는 차트에 매수 및 매도 신호를 시각적으로 표시하여 트레이더의 의사 결정을 향상시킵니다. ### 운영 단계 #### 입력 및 설정 - TimeFr
This trading indicator is non-repainting, non-redrawing, and non-lagging, making it an ideal choice for both manual and automated trading. It is a Price Action–based system that leverages price strength and momentum to give traders a real edge in the market. With advanced filtering techniques to eliminate noise and false signals, it enhances trading accuracy and potential. By combining multiple layers of sophisticated algorithms, the indicator scans the chart in real-time and translates comple
TRI Visualizer
Yoshimi Mon 三 Ura
TRI Visualizer MT5 – Thermodynamic Market Analysis Overview The TRI (Thermal Range Indicator) Visualizer Enhanced is a rare market analysis indicator that goes beyond conventional technical analysis, applying principles of thermodynamics from physics. It interprets market price fluctuations as “thermodynamic energy,” enabling the highly accurate detection of subtle market changes that are often overlooked. Innovative Mechanisms 1. Dual Calculation Engines Classic TRI Mode Formula: |Close
Max Min Delta Indicator - Market Volume Imbalance Analysis Gain Deeper Insights into Market Volume Imbalance with Delta Analysis What is the Max Min Delta Indicator? The Max Min Delta Indicator is a powerful market volume analysis tool that visually represents maximum and minimum delta values using a histogram. It helps traders identify market strength, weakness, absorption, and aggressive buying/selling activity with precision. Key Features Histogram Visualization: Displays Max Delta (Green) an
KT Horizontal Lines MT5
KEENBASE SOFTWARE SOLUTIONS
MetaTrader에서 여러 개의   수평선을   그린 후 각 수평선의 가격을 추적하는 것은 번거로운 작업이 될 수 있습니다. 이 인디케이터는 가격 알림 설정, 지지/저항선 표시 및 기타 수동 목적을 위해 동일한 간격으로 여러 수평선을 자동으로 그려줍니다. 이 인디케이터는 빠른 매수 및 매도를 통해 수익을 얻고자 하는 초보 외환 트레이더에게 적합합니다. 수평선은 시장이 추세를 따르거나 횡보 중일 때 거래 진입 가능성이 있는 구간을 찾는 데 유용합니다. 기능 입력 설정에 따라 여러 수평선을 즉시 자동으로 표시합니다. 여러 수평선을 쉽게 구분할 수 있도록 생동감 있는 색상 테마 제공. 여러 거래 세션의 가격 범위를 추적하는 데 유용한 필수 도구입니다. 가격이 수평선에 도달하면 알림을 전송합니다. 지나친 반복 알림을 방지하기 위해 알림 간격 설정 가능. 완전한 사용자 맞춤 설정 지원. 설명 이 인디케이터는 입력 설정에서 지정된 값과 지시에 따라 수평선을 표시합니다. 가격이 수평선에서
DYJ BoS
Daying Cao
DYJ BoS 지표는 다음을 포함하여 시장 구조 변화의 필수 요소를 자동으로 식별하고 표시합니다. 구조 돌파(BoS): 가격이 크게 움직여 이전 구조 지점을 돌파할 때 감지됩니다. 상승 추세선과 하락 추세선(UP & DN, 즉 연속적인 신고가와 신저가)을 표시하고, 가격이 이러한 선을 돌파하면 빨간색(BEAR)과 초록색(BULL) 화살표를 표시합니다. BoS는 일반적으로 가격이 이전 가격 움직임에 의해 확립된 스윙 저점이나 스윙 고점을 확실히 통과할 때 발생합니다. 가격이 스윙 하이보다 높거나 스윙 로우보다 낮게 움직일 경우, 이는 단순히 이전에 형성된 시장 구조를 깨는 것이므로 "브레이크아웃" 구조라고 합니다. 이는 종종 시장 심리와 추세 방향의 변화를 나타내며, 기존 추세가 지속되거나 새로운 추세가 시작됨을 알립니다. 일반적으로 마감 정확도를 높이기 위해 손절매와 이익실현을 설정하지 않는 것이 좋습니다. 최종 포지션은 일반적으로 같은 방향의 다음 돌파점에서 마감되거나 반
이것은 가격 레이블이 있는 Advanced ZigZag Dynamic   및/또는   Extended Fractals   표시기 극값을 기반으로 하는 지원 및 저항 수준의 MTF 표시기입니다(비활성화 가능). MTF 모드에 대해 더 높은 TF를 선택할 수 있습니다. 기본적으로 레벨은 지그재그 표시 점을 기반으로 생성됩니다. 프랙탈 표시 점은 지그재그와 함께 또는 대신 사용할 수도 있습니다. 사용을 단순화하고 CPU 시간을 절약하기 위해 열릴 때 각 막대당 한 번씩 계산이 수행됩니다. 매개변수: ForcedTF - 레벨 계산을 위한 차트 타임프레임(현재와 같거나 초과할 수 있음) MinPipsLevelWidth - 포인트 단위의 최소 레벨 너비(매우 좁은 레벨에 사용) Use ZigZag Extremums points - 지그재그 피크를 사용하여 지원/저항 수준 계산을 활성화/비활성화합니다. Fixed pips range - 지그재그 표시기를 계산하기 위한 최소값과 최대값 사이의 거리
The RSI Divergence + FVG Signal indicator combines Relative Strength Index (RSI) Divergence with Fair Value Gap (FVG) detection to generate high-probability buy and sell signals based on both momentum shifts and institutional imbalance zones. Core Features: RSI Divergence Detection : Identifies both regular and hidden bullish/bearish divergences between price and RSI. Divergences indicate potential trend reversals or continuation. FVG Zone Recognition : Detects Fair Value Gaps (imbalances caused
The new update makes this indicator a complete tool for studying, analyzing and operating probabilistic patterns. It includes: On-chart Multi-asset percentage monitor. Configurable martingales. Twenty-one pre-configured patterns, including Mhi patterns and C3. An advanced pattern editor to store up to 5 custom patterns. Backtest mode to test results with loss reports. Trend filter. Hit operational filter. Martingale Cycles option. Various types of strategies and alerts. Confluence between patter
Auto Optimized RSI   is a smart and easy-to-use arrow indicator designed for precision trading. It automatically finds the most effective RSI Buy and Sell levels for your selected symbol and timeframe using real historical data simulations. The indicator can be used as a standalone system or as part of your existing trading strategy. It is especially useful for intraday trading. Unlike traditional RSI indicators that rely on fixed 70/30 levels,   Auto Optimized RSI   dynamically adjusts its lev
ProEngulfing For MT5
Ashkan Hazegh Nikrou
ProEngulfing 무료 버전은 QualifiedEngulfing으로, 하루에 하나의 신호로 제한되며 기능이 적습니다. 모든 Koala 제품에 대한 최신 정보를 확인하려면 mql5 커뮤니티에서 Koala Trading Solution 채널에 가입하세요. 가입 링크는 아래와 같습니다: https ://www .mql5 .com /en /channels /koalatradingsolution 이 제품의 MT4 버전은 아래 링크에서 다운로드 가능합니다: https ://www .mql5 .com /en /market /product /52023 ProEngulfing 소개 – MT4용 전문가 수준의 Engulf 패턴 지표 정확성을 극대화한 ProEngulfing을 소개합니다. 이 최신 지표는 포렉스 시장에서 신뢰할 수 있는 Engulf 패턴을 식별하고 강조하는 데 중점을 둔 제품입니다. MetaTrader 4에 맞게 개발된 ProEngulfing은 신뢰도 높은 신호를 제공하기 위해
Your Trend Friend
Luigi Nunes Labigalini
5 (1)
The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements w
PZ Trend Trading MT5
PZ TRADING SLU
3.8 (5)
Capture every opportunity: your go-to indicator for profitable trend trading Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial markets with confidence and efficiency Profit from established trends without getting whip
The Trend Duration Forecast MT5 indicator is designed to estimate the probable lifespan of a bullish or bearish trend. Using a Hull Moving Average (HMA) to detect directional shifts, it tracks the duration of each historical trend and calculates an average to forecast how long the current trend is statistically likely to continue. This allows traders to visualize both real-time trend strength and potential exhaustion zones with exceptional clarity. KEY FEATURES Dynamic Trend Detection:   Utiliz
Noize Absorption Index
Ekaterina Saltykova
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
Blahtech Market Profile MT5
Blahtech Limited
5 (10)
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Trend Master Chart MT5
Frederic Jacques Collomb
Trend Master Chart는 귀하에게 필요한 추세 지표입니다. 차트를 오버레이하고 색상 코딩을 사용하여 다양한 시장 동향/움직임을 정의합니다. 두 개의 이동 평균과 서로 다른 오실레이터를 결합하는 알고리즘을 사용합니다. 이 세 가지 요소의 기간은 수정 가능합니다. 모든 시간대와 모든 쌍에서 작동합니다. 한 눈에 상승 또는 하락 추세와 이 추세의 다양한 진입점을 식별할 수 있습니다. 예를 들어 뚜렷한 상승 추세(밝은 녹색) 동안 이 추세 내의 다양한 시장 충동은 짙은 녹색 양초로 표시됩니다. 구성 가능한 경고를 사용하면 이러한 충동 중 하나를 놓치지 않을 수 있습니다. MT4 버전. 입력 매개변수: Period 1: 빠른 기간 이동 평균. Period 2: 느린 기간 이동 평균. Oscillator period: 오실레이터 기간. Sell/Buy alert: 시장 충동 경고, 추세 진입점. Bullish/Bearish alert: 추세 변화가 있을 경우
No Demand No Supply MT5
Trade The Volume Waves Single Member P.C.
No Demand No Supply   This indicator identifies   No Demand –No Supply candles to your chart and plots volume bars colored according to the signal. It can be applied to all timeframes or to a specific one only. It can also be used as regular volume indicator  with exceptional future of WEIGHTED VOLUME. Furthermore is has an alert notification, sound and email when a signals occurs. The indicator does not repaint but the alert will come on two candles back due to the definition of No Demand No Su
이 제품의 구매자들이 또한 구매함
Divergence Bomber
Ihor Otkydach
4.89 (83)
이 지표를 구매하신 분께는 다음과 같은 혜택이 무료로 제공됩니다: 각 거래를 자동으로 관리하고, 손절/익절 수준을 설정하며, 전략 규칙에 따라 거래를 종료하는 전용 도우미 툴 "Bomber Utility" 다양한 자산에 맞게 지표를 설정할 수 있는 셋업 파일(Set Files) "최소 위험", "균형 잡힌 위험", "관망 전략" 모드로 설정 가능한 Bomber Utility의 셋업 파일 이 전략을 빠르게 설치, 설정, 시작할 수 있도록 돕는 단계별 영상 매뉴얼 주의: 위의 모든 보너스를 받기 위해서는 MQL5 개인 메시지 시스템을 통해 판매자에게 연락해 주세요. 독창적인 커스텀 지표인 “Divergence Bomber(다이버전스 봄버)”를 소개합니다. 이 지표는 MACD 다이버전스(괴리) 전략을 기반으로 한 올인원(All-in-One) 거래 시스템입니다. 이 기술 지표의 주요 목적은 가격과 MACD 지표 간의 다이버전스를 감지하고, **향후 가격이 어느 방향으로 움직일지를 알려주는
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$ 및 평생 동안만 사용할 수 있습니다.
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
Grabber System MT5
Ihor Otkydach
4.82 (22)
탁월한 기술적 지표인 Grabber를 소개합니다. 이 도구는 즉시 사용 가능한 “올인원(All-Inclusive)” 트레이딩 전략으로 작동합니다. 하나의 코드 안에 강력한 시장 기술 분석 도구, 매매 신호(화살표), 알림 기능, 푸시 알림이 통합되어 있습니다. 이 인디케이터를 구매하신 모든 분들께는 다음의 항목이 무료로 제공됩니다: Grabber 유틸리티: 오픈 포지션을 자동으로 관리하는 도구 단계별 영상 매뉴얼: 설치, 설정, 그리고 실제 거래 방법을 안내 맞춤형 세트 파일: 인디케이터를 빠르게 자동 설정하여 최고의 성과를 낼 수 있도록 도와줍니다 다른 전략은 이제 잊어버리세요! Grabber만이 여러분을 새로운 트레이딩의 정점으로 이끌어 줄 수 있습니다. Grabber 전략의 주요 특징: 거래 시간 프레임: M5부터 H4까지 거래 가능한 자산: 어떤 자산이든 사용 가능하지만, 제가 직접 테스트한 종목들을 추천드립니다 (GBPUSD, GBPCAD, GBPCHF, AUDCAD, AU
Quantum TrendPulse
Bogdan Ion Puscasu
5 (20)
SuperTrend   ,   RSI   ,   Stochastic   의 힘을 하나의 포괄적인 지표로 결합하여 트레이딩 잠재력을 극대화하는 궁극의 트레이딩 도구   인 Quantum TrendPulse를   소개합니다. 정밀성과 효율성을 추구하는 트레이더를 위해 설계된 이 지표는 시장 추세, 모멘텀 변화, 최적의 진입 및 종료 지점을 자신 있게 식별하는 데 도움이 됩니다. 주요 특징: SuperTrend 통합:   주요 시장 추세를 쉽게 따라가고 수익성의 물결을 타세요. RSI 정밀도:   매수 과다 및 매도 과다 수준을 감지하여 시장 반전 시점을 파악하는 데 적합하며 SuperTrend 필터로 사용 가능 확률적 정확도:   변동성이 큰 시장에서 숨겨진 기회를 찾기 위해 확률적 진동   을 활용하고 SuperTrend의 필터로 사용 다중 시간대 분석:   M5부터 H1 또는 H4까지 다양한 시간대에 걸쳐 시장을 최신 상태로 유지하세요. 맞춤형 알림:   맞춤형 거래 조건이 충족되면
우선적으로, 이 거래 도구는 전문적인 거래에 이상적인 비-다시 그리기 및 지연되지 않는 지표입니다.  온라인 강좌, 사용자 매뉴얼 및 데모. 스마트 가격 액션 컨셉트 인디케이터는 신규 및 경험 많은 트레이더 모두에게 매우 강력한 도구입니다. Inner Circle Trader Analysis 및 Smart Money Concepts Trading Strategies와 같은 고급 거래 아이디어를 결합하여 20가지 이상의 유용한 지표를 하나로 결합합니다. 이 인디케이터는 스마트 머니 컨셉트에 중점을 두어 대형 기관의 거래 방식을 제공하고 이동을 예측하는 데 도움을 줍니다.  특히 유동성 분석에 뛰어나 기관이 어떻게 거래하는지 이해하는 데 도움을 줍니다. 시장 트렌드를 예측하고 가격 변동을 신중하게 분석하는 데 탁월합니다. 귀하의 거래를 기관 전략에 맞추어 시장의 동향에 대해 더 정확한 예측을 할 수 있습니다. 이 인디케이터는 시장 구조를 분석하고 중요한 주문 블록을 식별하고 다양
Entry Points Pro for MT5
Yury Orlov
4.48 (138)
다시 색을 칠하지 않고 거래에 진입할 수 있는 정확한 신호를 제공하는 MT5용 지표입니다. 외환, 암호화폐, 금속, 주식, 지수 등 모든 금융 자산에 적용할 수 있습니다. 매우 정확한 추정값을 제공하고 매수와 매도의 가장 좋은 시점을 알려줍니다. 하나의 시그널로 수익을 내는 지표의 예와 함께 비디오 (6:22)시청하십시오! 대부분의 거래자는 Entry Points Pro 지표의 도움으로 첫 거래 주 동안 트레이딩 결과를 개선합니다. 저희의   Telegram Group 을 구독하세요! Entry Points Pro 지표의 좋은점. 재도색이 없는 진입 신호 신호가 나타나고 확인되면(시그널 캔들이 완성된 경우) 신호는 더 이상 사라지지 않습니다. 여타 보조지표의 경우 신호를 표시한 다음 제거되기 때문에 큰 재정적 손실로 이어집니다. 오류 없는 거래 게시 알고리즘을 통해 트레이드(진입 또는 청산)를 할 이상적인 순간을 찾을 수 있으며, 이를 통해 이를 사용하는 모든 거래자의 성공률이
Berma Bands
Muhammad Elbermawi
5 (8)
Berma Bands(BBs) 지표는 시장 동향을 파악하고 이를 활용하려는 트레이더에게 귀중한 도구입니다. 가격과 BBs 간의 관계를 분석함으로써 트레이더는 시장이 추세 단계인지 범위 단계인지를 분별할 수 있습니다. 자세한 내용을 알아보려면 [ Berma Home Blog ]를 방문하세요. 버마 밴드는 세 개의 뚜렷한 선으로 구성되어 있습니다. 어퍼 버마 밴드, 미들 버마 밴드, 로어 버마 밴드입니다. 이 선들은 가격 주위에 그려져 전체 추세에 대한 가격 움직임을 시각적으로 표현합니다. 이 밴드들 사이의 거리는 변동성과 잠재적인 추세 반전에 대한 통찰력을 제공할 수 있습니다. 버마 밴드 라인이 각각에서 분리될 때, 그것은 종종 시장이 횡보 또는 범위 이동 기간에 접어들고 있음을 시사합니다. 이는 명확한 방향 편향이 없음을 나타냅니다. 트레이더는 이러한 기간 동안 추세를 파악하기 어려울 수 있으며 더 명확한 추세가 나타날 때까지 기다릴 수 있습니다. 버마 밴드 라인이 단일 라인으로
매일 많은 트레이더들이 공통적인 도전에 직면합니다: 가격이 주요 레벨을 돌파하는 것처럼 보여 거래에 진입하면, 시장이 반전하여 스톱로스가 발동됩니다. 이것을 거짓 돌파(False Breakout)라고 합니다 — 가격이 지지 또는 저항 수준을 잠시 넘어선 후 방향을 반전하는 움직임입니다. 이러한 움직임은 실제 가격 방향이 명확해지기 전에 스톱로스가 발동되는 결과를 초래할 수 있습니다. 기술적 분석에서 이 현상은 일반적으로 "유동성 스윕"(liquidity sweep) 또는 "스톱 헌팅"(stop hunt)이라고 합니다. Mirage Trading System은 거짓 돌파 패턴을 감지하도록 설계된 지표입니다. "Mirage"(신기루)라는 이름은 시장에서 빈번하게 발생하는 기만적인 가격 움직임이라는 환상을 의미합니다. 거짓 돌파가 많은 트레이더를 당황하게 할 수 있지만, Mirage Trading System은 이러한 패턴이 언제 형성되는지 식별하고 후속 가격 움직임의 잠재적 방향을 나
Pointer Trend Switch — precision trend reversal indicator Pointer Trend Switch is a high-precision arrow indicator designed to detect key moments of trend reversal based on asymmetric price behavior within a selected range of bars. It identifies localized price impulses by analyzing how far price deviates from the opening level, helping traders find accurate entry points before a trend visibly shifts. This indicator is ideal for scalping, intraday strategies, and swing trading, and performs equa
Transaction Speed MT5
Ivan Stefanov
5 (3)
이 지표는 시장에서 관심이 나타나는 영역 을 강조 표시한 후, 주문이 누적되는 영역 을 보여줍니다. 이는 **대규모 오더북(호가창)**처럼 작동합니다. 이것은 거대한 자금 을 위한 인디케이터입니다. 성능은 탁월하며, 시장에서 어떤 관심이 있든 반드시 포착할 수 있습니다 . (이것은 완전히 새로 작성되고 자동화된 버전 입니다 – 이제 수동 분석은 필요하지 않습니다.) **거래 속도(Transaction Speed)**는 새로운 개념의 인디케이터로, 시장에 대규모 주문이 언제, 어디에 쌓이는지를 보여주며 , 그 이점을 분석합니다. 매우 초기 단계에서 트렌드 전환 을 감지할 수 있습니다. FX 시장에서 흔히 사용하는 "거래량(volume)"은 오해입니다. 실제로는 시간당 가격 변화량 이므로, 올바른 용어는 거래 속도 입니다. 우리가 어떻게 사고하고, 행동하며, 분석하느냐 가 가장 중요합니다. 분석 패러다임의 전환 은 필수적입니다. 이 인디케이터는 외환 시장에서의 볼륨 개념을 논리적으로
TrendMaestro5
Stefano Frisetti
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
Native Channels
BeeXXI Corporation
5 (1)
This indicator recognizes all support and resistance levels. A number of unique high-performance techniques have been applied, which made the existence of this indicator possible. All formed channels are naturally visible: horizontal linear linear parabolic cubic (Polynomial 3 degrees - Wave) This is due to a bundle of approximating channels. The formed channels form "standing waves" in a hierarchical sequence. Thus, all support and resistance levels are visible. All parameter management is i
" Dynamic Scalper System MT5 " 지표는 추세 파동 내에서 스캘핑 방식으로 거래하도록 설계되었습니다. 주요 통화쌍 및 금에서 테스트되었으며, 다른 거래 상품과의 호환성이 가능합니다. 추가적인 가격 변동 지원을 통해 추세에 따라 단기 포지션 진입 신호를 제공합니다. 지표의 원리 큰 화살표는 추세 방향을 결정합니다. 작은 화살표 형태의 스캘핑 신호를 생성하는 알고리즘은 추세 파동 내에서 작동합니다. 빨간색 화살표는 상승 방향을, 파란색 화살표는 하락 방향을 나타냅니다. 민감한 가격 변동선은 추세 방향으로 그려지며, 작은 화살표의 신호와 함께 작용합니다. 신호는 다음과 같이 작동합니다. 적절한 시점에 선이 나타나면 진입 신호가 형성되고, 선이 있는 동안 미결제 포지션을 유지하며, 완료되면 거래를 종료합니다. 권장되는 작업 시간대는 M1~H4입니다. 화살표는 현재 캔들에 형성되며, 다음 캔들이 이미 시작되었더라도 이전 캔들의 화살표는 다시 그려지지 않습니다. 입
Matreshka
Dimitr Trifonov
5 (2)
Matreshka self-testing and self-optimizing indicator: 1. Is an interpretation of the Elliott Wave Analysis Theory. 2. Based on the principle of the indicator type ZigZag, and the waves are based on the principle of interpretation of the theory of DeMark. 3. Filters waves in length and height. 4. Draws up to six levels of ZigZag at the same time, tracking waves of different orders. 5. Marks Pulsed and Recoil Waves. 6. Draws arrows to open positions 7. Draws three channels. 8. Notes support and re
RelicusRoad Pro MT5
Relicus LLC
5 (24)
RelicusRoad Pro: 퀀트 시장 운영 체제 70% 할인 평생 이용권 (한정 시간) - 2,000명 이상의 트레이더와 함께하세요 왜 대부분의 트레이더는 "완벽한" 지표를 가지고도 실패할까요? 진공 상태에서 단일 개념 만으로 거래하기 때문입니다. 문맥 없는 신호는 도박입니다. 지속적인 승리를 위해서는 컨플루언스(중첩) 가 필요합니다. RelicusRoad Pro는 단순한 화살표 지표가 아닙니다. 완전한 퀀트 시장 생태계 입니다. 독점적인 변동성 모델링을 사용하여 가격이 이동하는 "공정 가치 로드"를 매핑하고, 단순 노이즈와 실제 구조적 돌파를 구분합니다. 추측은 그만두세요. 기관급 로드 로직으로 거래를 시작하세요. 핵심 엔진: "Road" 알고리즘 시스템의 중심에는 시장 상황에 실시간으로 적응하는 동적 변동성 채널인 Road Algo 가 있습니다. 세이프 라인(평형) 과 가격이 수학적으로 반전될 가능성이 높은 확장 레벨 을 투영합니다. Simple Road: 일반적인 시장을 위
Allows multiple indicators to be combined into a single indicator, both visually and in terms of an alert. Indicators can include standard indicators, e.g. RSI, CCI, etc., and also Custom Indicators, even those purchased through Market, or where just have the ex4 file. An early alert is provided, say when 4 out 5 indicators have lined up, and a confirmed alert when all are in agreement. A‌lso features a statistics panel reporting the success of the combined indicator by examining the current cha
Btmm state engine pro
Garry James Goodchild
BTMM State Engine Pro — the   all-in-one Banks   & Institutions Market Maker indicator for Meta Trader 5. Built for   BTMM traders who follow the Asian   session breakout methodology with Kill Zone timing , level stacking, peak formation detection , and multi-pair scanning — all   from a single chart. Combines   a full BTMM State Engine   with a built-in multi-pair Scanner dashboard, eliminating the need to flip between charts or run multiple indicators. WHAT IT DOES Automatically detec
UZFX {SSS} 스캘핑 스마트 시그널 MT5는 빠르게 움직이는 시장에서 정확한 실시간 신호를 요구하는 스캘퍼, 데이 트레이더, 스윙 트레이더를 위해 설계된 리페인팅 없는 고성능 트레이딩 지표입니다. (UZFX-LABS)에서 개발한 이 지표는 가격 행동 분석, 추세 확인, 스마트 필터링을 결합하여 모든 통화 쌍과 시간대에서 높은 확률의 매수 및 매도 신호를 생성합니다. 주요 기능 스마트 신호 감지 – 강력한 추세 반전 및 지속 패턴을 정밀하게 식별합니다. 다중 시간대 스캘핑 – 모든 시간대에서 완벽하게 작동합니다. 사용자 지정 알림 – 모든 신호에 대해 팝업, 이메일 및 모바일 알림을 받습니다(구성 가능). 명확한 시각적 화살표 – 차트에서 쉽게 식별할 수 있는 파란색(매수) 및 빨간색(매도) 화살표. 신호 강도 조정 – 단기, 중기, 장기 거래에 맞춰 신호 강도 조절 가능. 사용자 친화적 인터페이스 – 재그리기나 지연 없는 깔끔한 차트 표시. 작동 원리 UZFX SSS 지표는
Bill Williams Advanced
Siarhei Vashchylka
5 (10)
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Analyzes the chart using Bill Williams' "Profitunity" system. Signals are displayed in a table in the corner of the screen and on the price chart. 2. Finds all known AO and AC signals, as well as zone signals. Equipped with a trend filter based on the Alligator. 3. Finds "Divergence Bar
Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
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
ARIScalping
Temirlan Kdyrkhan
ARIScalp 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 Cus
AriX
Temirlan Kdyrkhan
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
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.94 (17)
Rental/Lifetime Package Options and Privileges  Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Discord Access Channel "The SI traders"          x Rectangle Break Alert Tool      x How to trade with it:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : Training Room and  complete manual access.  Wei
AX Forex Indicator MT5
MQL TOOLS SL
5 (1)
The AX Forex Indicator MT5 is a sophisticated trading tool designed to provide traders with a comprehensive analysis of multiple currency pairs. This   powerful indicator   simplifies the complex nature of the forex market, making it accessible for both novice and experienced traders. AX Forex Indicator uses   advanced algorithms   to detect trends, patterns and is an essential tool for traders aiming to enhance their forex trading performance. With its robust features, ease of use, and reliabl
Jita Indicator Pro MT5 | All Timeframes Professional Trend Agreement System – Premium Edition ($500) What Is Jita Indicator Pro? Jita Indicator Pro is a structured trend-confirmation system designed for serious traders who value precision, alignment, and controlled signal behavior. It combines: Advanced band-based trend direction logic ATR-driven structural trigger engine Dual-confirmation agreement system Locked history update design This indicator prints signals only when multiple conditions
소개       Quantum Breakout PRO   , 브레이크아웃 존 거래 방식을 변화시키는 획기적인 MQL5 지표! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한       퀀텀 브레이크아웃 PRO       혁신적이고 역동적인 브레이크아웃 존 전략으로 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. Quantum Breakout Indicator는 5개의 이익 목표 영역이 있는 브레이크아웃 영역의 신호 화살표와 브레이크아웃 상자를 기반으로 한 손절 제안을 제공합니다. 초보자 거래자와 전문 거래자 모두에게 적합합니다. Quantum EA 채널:       여기를 클릭하세요 중요한! 구매 후 설치 매뉴얼을 받으려면 개인 메시지를 보내주십시오. 추천: 기간: M15 통화쌍: GBPJPY, EURJPY, USDJPY,NZDUSD, XAUUSD 계정 유형: 스프레드가 매우 낮은 ECN, Raw 또는 Razor 브로커 시간: GMT +3 중개인 :
Scalping Winning Signals Pro SWS
Muhammad Usman Siddique
5 (1)
UZFX SWS {스캘핑 승리 신호} 프로 v1.0은 빠르게 움직이는 시장에서 정확한 진입 신호를 찾는 스캘퍼, 데이 트레이더, 스윙 트레이더를 위해 Usman Zabir(UZFX LABS)가 특별히 개발한 강력하고 재도색되지 않는 지표입니다. 지연이나 잘못된 재도색 없이 신뢰할 수 있는 실시간 신호를 요구하는 트레이더에게 이상적입니다. 추천* 최적 시간대: 30분 이상. {1시간}이 가장 선호하며, 결과는 놀라울 정도입니다...! 주요 기능: 최근 및 과거 신호를 명확한 시각적 화살표로 표시(오래된 신호는 점으로 표시 옵션 포함). 자동 계산 및 그리기 기능: 진입선, 손절선(최근 스윙 저점/고점 기준), 다중 이익실현선(RRR 1:1, 2:1, 3.5:1 – 완전 커스터마이징 가능). 최신 신호 세부사항, 진입가, 손절선, 이익실현선을 표시하는 차트 내 정보 패널. 종합 알림: 팝업, 소리, 푸시 알림, 이메일. 차트 커스터마이징 옵션(색상, 배경, 캔들 스타일). 안전한
제작자의 제품 더 보기
KT Asian Breakout
KEENBASE SOFTWARE SOLUTIONS
4 (1)
KT Asian Breakout carefully analyzes the range-bound market during the Asian session and then fires a long or short trade after doing some preassessment based on its inbuilt technical analysis module. The executed orders are closed within a day before the completion of the next day session. The inbuilt technical analysis module checks for the session range and compares it with the last 20 days price movement. If it finds any erratic price movement within the session, the orders are not executed
KT Momentum Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
5 (2)
KT Momentum Arrows 인디케이터는 순간적인 돌파 신호에 기반한 도구로, 밴드의 이탈 범위와 특정 방향으로 나타나는 변동성을 계산하여 신호를 생성합니다. 이 도구는 가격의 강한 움직임이 시작되는 시점을 빠르게 감지할 수 있도록 설계되었습니다. 가격이 상단 밴드를 상향 돌파하여 마감되면 매수 신호가 생성되며, 하단 밴드를 하향 돌파하여 마감되면 매도 신호가 생성됩니다. 밴드의 이탈과 변동성에 동시에 영향을 주는 '계수' 입력값이 있으며, 이는 거래 종목 및 시간 프레임에 따라 신중하게 분석 및 선택해야 합니다. 주요 특징 재도색 없음! 모멘텀 트레이더를 위한 훌륭한 진입 도구입니다. 승률, 손익비, 평균 수익 등 성과 분석 기능 포함. 단타, 스윙, 스캘핑 모든 스타일에 적합합니다. 입력 파라미터 히스토리 바:  지표 계산에 사용할 바의 수. 모멘텀 계수:  밴드 이탈 및 변동성 측정에 사용하는 계수. 성과 분석:  수익 추세선을 포함한 성과 분석 표시 여부.  알림
ACB Breakout Arrows
KEENBASE SOFTWARE SOLUTIONS
4.15 (34)
ACB Breakout Arrows 지표는 특별한 돌파 패턴을 감지하여 시장에서 매우 중요한 진입 신호를 제공합니다. 이 지표는 차트를 지속적으로 스캔하며 한 방향으로 안정적인 모멘텀이 형성되는지를 확인하고, 주요 움직임 직전에 정확한 진입 신호를 제공합니다.  다중 심볼 및 다중 타임프레임 스캐너 받기 – ACB Breakout Arrows MT4용 스캐너 주요 기능 지표가 자동으로 손절(Stop Loss) 및 이익실현(Take Profit) 레벨을 제공합니다. 모든 시간대의 돌파 신호를 추적하는 MTF 스캐너 대시보드가 포함되어 있습니다. 단타 트레이더, 스윙 트레이더, 스캘퍼에게 적합합니다. 정확도를 높이기 위한 최적화된 알고리즘 사용. 손익분기(Breakeven) 또는 단기 목표를 위한 특수 라인(퀵 프로핏 라인) 제공. 승률, 성공률, 평균 수익 등과 같은 성과 분석 지표 제공. 리페인트 없음 – 한번 생성된 신호는 사라지지 않습니다. 거래 확인 -  신뢰도 낮은 신호를
KT RSI Divergence Robot MT4
KEENBASE SOFTWARE SOLUTIONS
KT RSI Divergence robot은 가격과 RSI(Relative Strength Index) 오실레이터 사이에 형성되는 일반 및 숨겨진 다이버전스를 거래하는 100% 자동화된 전문가용 어드바이저입니다. 다이버전스 신호는 무료로 제공되는 RSI Divergence 지표에서 가져옵니다. 모든 다이버전스가 성공적인 가격 반전을 보장하는 것은 아닙니다. 따라서 이 EA는 원시 다이버전스 신호에 내장된 기술적 분석 모듈을 결합하여, 선택된 일부 다이버전스 이후 나타나는 가격 비효율성을 공략합니다. 권장 사항 Pairs:   EURUSD, EURCAD, EURCHF, EURJPY, GBPJPY,USDCHF, USDJPY, XAUUSD Time-Frame:   1시간 Account Type:   제한 없음 Leverage:    1:100 R isk:   거래당 1% 특징 RSI 다이버전스 신호를 자동으로 거래하며, 수동 거래로는 구현이 거의 불가능한 다양한 고급 기능을 제공합
KT Stoch Divergence MT5
KEENBASE SOFTWARE SOLUTIONS
다이버전스는 시장에서 가격 반전을 나타내는 중요한 신호 중 하나입니다. KT Stoch Divergence는 가격과 스토캐스틱 오실레이터 사이에 형성된 정규 및 히든 다이버전스를 표시합니다. KT Stoch Divergence의 한계 스토캐스틱 다이버전스를 단독 진입 신호로 사용하는 것은 위험할 수 있습니다. 모든 다이버전스가 강력한 반전을 의미하는 것은 아닙니다. 더 나은 결과를 위해 가격 행동 및 추세 방향과 함께 사용하는 것이 좋습니다. 기능 가격과 스토캐스틱 사이의 정규 및 히든 다이버전스를 시각적으로 표시합니다. 추세 반전 및 추세 지속 전략 모두에 적합합니다. EA(자동매매 시스템)에 통합 가능한 구조입니다. 비대칭 다이버전스는 정확도 향상을 위해 제외됩니다. 진입뿐 아니라 청산 신호로도 사용할 수 있습니다. 모든 MT 알림 기능을 포함합니다. 다이버전스란 정확히 무엇인가요? 일반적으로 가격이 고점을 갱신하면 오실레이터도 고점을 갱신해야 하고, 가격이 저점을 갱신하
KT Trend Magic
KEENBASE SOFTWARE SOLUTIONS
KT Trend Magic shows the trend depiction on chart using the combination of market momentum and volatility. A smoothing coefficient is used to smooth out the noise from the signal.It can be used to find out the new entries or confirm the trades produced by other EA/Indicators. Usage Drag n drop MTF scanner which scans for the new signals across multiple time-frames. Find new entries in the trend direction. Improve the accuracy of other indicators when used in conjunction. Can be used as a dynami
KT CCI Divergence MT5
KEENBASE SOFTWARE SOLUTIONS
KT CCI Divergence shows the regular and hidden divergence created between the price and CCI oscillator. Divergence is one of the vital signals that depicts the upcoming price reversal in the market. Manually spotting the divergence between price and CCI can be a hectic and ambiguous task. Limitations of KT CCI Divergence   Using the CCI divergence as a standalone entry signal can be risky. Every divergence can't be interpreted as a strong reversal signal. For better results, try to combine it w
ACB Trade Filter MT4
KEENBASE SOFTWARE SOLUTIONS
5 (1)
The ACB Trade Filter indicator provides a solution for filtering out the low probability trading setups in a trading strategy. The indicator uses a sophisticated filtration algorithm based on the market sentiment and trend. Applications Works great with our indicator " ACB Breakout Arrows ". Filter out low probability signals from any indicator. Avoid overtrading and minimize the losses. Trade in the direction of market sentiment and trend. Avoid the choppiness in the market. How to use Only L
KT Momentum Arrows
KEENBASE SOFTWARE SOLUTIONS
KT Momentum Arrows 인디케이터는 순간적인 돌파 신호에 기반한 도구로, 밴드의 이탈 범위와 특정 방향으로 나타나는 변동성을 계산하여 신호를 생성합니다. 이 도구는 가격의 강한 움직임이 시작되는 시점을 빠르게 감지할 수 있도록 설계되었습니다. 가격이 상단 밴드를 상향 돌파하여 마감되면 매수 신호가 생성되며, 하단 밴드를 하향 돌파하여 마감되면 매도 신호가 생성됩니다. 밴드의 이탈과 변동성에 동시에 영향을 주는 '계수' 입력값이 있으며, 이는 거래 종목 및 시간 프레임에 따라 신중하게 분석 및 선택해야 합니다. 주요 특징 재도색 없음! 모멘텀 트레이더를 위한 훌륭한 진입 도구입니다. 승률, 손익비, 평균 수익 등 성과 분석 기능 포함. 단타, 스윙, 스캘핑 모든 스타일에 적합합니다. 입력 파라미터 히스토리 바:  지표 계산에 사용할 바의 수. 모멘텀 계수:  밴드 이탈 및 변동성 측정에 사용하는 계수. 성과 분석:  수익 추세선을 포함한 성과 분석 표시 여부.  알림
KT COG Advanced MT4
KEENBASE SOFTWARE SOLUTIONS
1 (1)
KT COG is an advanced implementation of the center of gravity indicator presented by John F. Ehlers in the May 2002 edition of Technical Analysis of Stocks & Commodities magazine. It's a leading indicator which can be used to identify the potential reversal points with the minimum lag. The COG oscillator catches the price swings quite effectively. MT5 version of the same indicator is available here KT COG Advanced MT5 Calculation of COG The COG indicator is consist of the two lines. The main l
KT Pin Bar
KEENBASE SOFTWARE SOLUTIONS
KT Pin Bar identifies the pin bar formation which is a type of price action pattern which depicts a sign of reversal or rejection of the trend. When combined with support and resistance, BRN and other significant levels, Pin Bar pattern proved to be a very strong sign of reversal. Basically, a pin bar is characterized by a small body relative to the bar length which is closed either in upper or lower 50% part of its length. They have very large wicks and small candle body. A pin bar candlestic
KT Auto Fibo
KEENBASE SOFTWARE SOLUTIONS
KT Auto Fibo는 현재 추세 방향에 따라 피보나치 되돌림 레벨을 자동으로 그립니다. 고점과 저점은 차트에 표시된 최대값과 최소값을 사용하여 자동으로 선택됩니다. 사용자는 차트를 확대/축소하거나 스크롤하여 피보나치 레벨을 적절히 조정할 수 있습니다. 모드 자동:  차트 영역을 기반으로 피보나치 레벨을 자동으로 그립니다. 수동: 피보나치 레벨을 한 번만 그리고, 이후에는 앵커 포인트를 수동으로 조정할 수 있습니다. 사용 방법: 미래 수익 목표를 논리적으로 예측하는 데 도움이 됩니다. 지지/저항선이나 추세선과 결합하면 강력한 반전 가능성을 제공합니다. 추세 시장에서 저위험 진입 기회를 제공합니다. 입력 매개변수 자동:  사람의 개입 없이 피보나치 되돌림 레벨을 자동으로 그립니다. 수동:  피보나치 되돌림 레벨을 한 번만 그리고, 이후에는 앵커 포인트를 직접 늘릴 수 있습니다. 미되돌림 영역 표시: 가격 되돌림이 아직 닿지 않은 차트 영역을 표시하거나 숨깁니다. 나머지 입력 항
KT Psar Arrows
KEENBASE SOFTWARE SOLUTIONS
KT Psar Arrows는 표준 파라볼릭 SAR 지표를 사용하여 차트에 화살표를 표시합니다. 캔들의 고가가 SAR에 닿을 때 상승 화살표가 표시되고, 캔들의 저가가 SAR에 닿을 때 하락 화살표가 표시됩니다. 신호는 봉이 마감되기를 기다리지 않고 실시간으로 생성됩니다.  특징 Parabolic SAR 지표를 활용한 거래 전략을 실험하고 싶은 트레이더에게 유용한 도구입니다.  시장 반전 포인트를 찾는 데 사용할 수 있습니다. 사용자 정의 PSAR 입력 지원. MT4의 모든 알림 기능을 지원합니다. 주의사항: Parabolic SAR은 후행성 및 엄격한 기계적 지표입니다. 모든 잠재적 거래는 명확히 정의된 규칙에 따라 필터링해야 합니다.     입력 파라미터 PSAR 스텝: 스텝 값을 입력하세요. PSAR 최대값: 최대값을 입력하세요. PSAR 점 표시: PSAR 점을 표시하거나 숨길 수 있습니다. PSAR 점을 표시하지 않아도 화살표는 정상 작동합니다. 나머지 입력 항목은 직관적
KT Ichimoku Trader
KEENBASE SOFTWARE SOLUTIONS
1 (1)
KT Ichimoku Trader is a fully automated expert advisor that offers five popular trading strategies based on the Ichimoku indicator. Each strategy has it's own entry and exit method without any interference to other strategies. The Ichimoku system can be applied to all major currency pairs and metals. However, we found that it performs reasonably well mainly on two pairs.   MT5 Version is available here  https://www.mql5.com/en/market/product/35043 Features Trade up to 5 famous trading strategi
KT Volatility Oscillator
KEENBASE SOFTWARE SOLUTIONS
KT 변동성 오실레이터는 과거와 현재의 시장 데이터를 수학적 공식으로 분석하여 오실레이터 형태로 결과를 표시합니다. 증가하는 파동과 감소하는 파동은 각각 자산의 높은 변동성과 낮은 변동성을 나타냅니다.  간단히 말해, 변동성은 일정 기간 동안 자산 가격이 얼마나 변동했는지를 측정하는 지표입니다. 변동성이 없다면 시장의 움직임이 거의 없을 것이고, 트레이더들은 가격 변동을 통해 수익을 얻을 수 없을 것입니다. 외환 시장에서 변동성 활용 외환 시장에서 변동성을 적절히 활용하면 보다 효과적으로 거래할 수 있으며, 기대치를 현실에 맞춰 조정하는 데 도움이 됩니다.  높은 변동성 추세 기반 시스템은 변동성이 높은 시장에서 큰 스윙과 더 긴 포지션 보유 기간 덕분에 매우 잘 작동합니다. 고변동성 구간에서 발생하는 돌파는 더 많은 핍스를 획득할 수 있는 기회를 제공합니다. 낮은 변동성 평균 회귀 시스템은 시장이 평균값으로 되돌아가려는 성질이 있기 때문에 낮은 변동성 환경에서 특히 효과적입니다
KT COG Robot
KEENBASE SOFTWARE SOLUTIONS
KT COG Robot is a fully automated Expert Advisor based on the KT COG Indicator . The COG indicator was originally presented by John F. Ehlers in the May 2002 edition of Technical Analysis of Stocks & Commodities magazine. The EA fires a long trade when COG line cross above the signal line and a short trade is fired when the COG line cross below the signal line.  Adaptive Filtration Our adaptive filtration algorithm combines the original COG formula with the major trend direction and market acce
ACB Breakout Arrows EA
KEENBASE SOFTWARE SOLUTIONS
이 EA는 저희의 커스텀 인디케이터인 "ACB Breakout Arrows" 를 기반으로 한 100% 자동화된 전문가용 어드바이저입니다. 양방향으로 자주 발생하는 돌파 패턴을 이용하며, 외부 입력 값인 "Signal Sensitivity"를 통해 진입 신호의 강도를 조절할 수 있습니다. 거래 확인 ACB Breakout Arrows EA는 또 다른 커스텀 인디케이터인 ACB Trade Filter 를 사용하여 거래 진입 조건을 필터링할 수 있는 기능을 제공합니다. 강력한 매수: 위쪽 화살표 + 초록색 히스토그램 + 상승 추세 강력한 매도: 아래쪽 화살표 + 빨간색 히스토그램 + 하락 추세 히스토그램이 회색이고 추세가 횡보일 경우, EA는 거래를 피합니다. EA는 모든 인디케이터와 의존 파일을 백그라운드에서 로드하며, 차트에는 표시되지 않습니다. 주요 기능 오랜 기대 끝에 이제 ACB Breakout Arrows 인디케이터 로 완전 자동 매매가 가능합니다. ACB Trade F
KT London Breakout
KEENBASE SOFTWARE SOLUTIONS
First thirty minutes are essential for a trading session. The early reaction of traders and market players sets a path for the rest of the day. KT London Breakout EA takes advantage of this phenomenon, and after analyzing the first thirty minutes of London session, it places two bidirectional pending orders. One of pending order is eventually canceled after realizing the market direction with certainty. It has been strictly tested and developed for EUR/JPY using 30-Min Time Frame. You can expe
KT Support and Resistance Levels
KEENBASE SOFTWARE SOLUTIONS
Use of support and resistance in systematic trading is very subjective. Every trader has their own idea and way to plotting the support and resistance levels on the chart. KT Support and Resistance indicator take out this ambiguity out of the situation and automatically draws support and resistance levels following an algorithmic approach using a unique multi-timeframe analysis. When launched on the chart, It immediately scan the most significant extreme points across all the available timefra
외환 거래를 한다면, 통화 강도와 통화쌍 상관관계에 대한 상세한 정보를 아는 것은 거래 실력을 한 단계 끌어올리는 데 큰 도움이 됩니다. 상관관계를 분석하면 리스크를 절반으로 줄일 수 있고, 강도 분석을 통해 수익을 극대화할 수 있습니다. 이 지표는 통화 강도 분석과 통화쌍 상관관계를 결합하여 가장 적합한 통화쌍을 선택할 수 있도록 도와주는 하이브리드 접근 방식을 제공합니다. 통화 강도 분석 활용 방법 예를 들어, 당신의 거래 전략이 AUD/JPY 매수 기회를 제공한다고 가정해 봅시다. 하지만 KT 통화 강도 분석을 통해 JPY가 AUD보다 강해지고 있다는 것을 발견했다면, 이 거래는 손실로 끝날 가능성이 높습니다. 이 지표를 사용하면 이러한 손실을 쉽게 피할 수 있습니다. 통화쌍 상관관계 활용 방법 또 다른 예로, 거래 전략이 NZD/USD와 GBP/JPY 두 통화쌍 모두에 대해 매도 기회를 제공한다고 가정해 봅시다. KT 통화쌍 상관관계 분석을 사용하면 이 두 통화쌍 간 상관
MACD Divergence Seeker
KEENBASE SOFTWARE SOLUTIONS
KT MACD Divergence Seeker trades the regular and hidden divergence signals generated by our free indicator named KT MACD Divergence indicator. Trading the standalone divergences can be a risky affair that's why the KT MACD Divergence Seeker combines the standard divergence signals with an advanced analysis module to exploit the price inefficiencies on some FX pairs. What is the Divergence exactly? As a general conception if the price is making higher highs, then macd should also be making hig
KT Asian Breakout Indicator
KEENBASE SOFTWARE SOLUTIONS
KT Asian Breakout 지표는 아시아 세션의 중요한 부분을 분석하여 가격 돌파 방향에 따라 매수 및 매도 신호를 생성합니다. 가격이 세션 최고점을 돌파하면 매수 신호가 발생하며, 가격이 세션 최저점을 돌파하면 매도 신호가 발생합니다. 유의 사항 세션 박스의 높이가 너무 넓다면, 대부분의 가격 움직임이 이미 세션 내에서 발생했기 때문에 새로운 거래를 피하는 것이 좋습니다. 돌파 캔들이 너무 크면, 가격이 신호 방향으로 계속 진행하기 전에 일시적인 되돌림이 발생할 가능성이 높습니다. 기능 매수/매도 신호에 스톱로스 및 목표 이익 수준이 포함됩니다. KT Asian Breakout 지표는 첫 번째, 두 번째 또는 세 번째 목표 이익을 기준으로 성과를 지속적으로 확인합니다. 승/패 신호 수, 성공률, 신호당 평균 핍스와 같은 세 가지 주요 성과 지표를 표시합니다. 돌파 캔들이 너무 크면 차트에 경고 메시지가 표시됩니다. 추천 설정 시간 프레임: 15분. 통화쌍: 모든 JPY
MACD Divergence MT4
KEENBASE SOFTWARE SOLUTIONS
KT MACD 다이버전스는 가격과 오실레이터 사이에 형성되는 일반 다이버전스와 숨겨진 다이버전스를 보여줍니다. 만약 당신의 거래 전략이 추세 반전을 예측한다면, MACD의 일반 다이버전스를 활용하여 잠재적인 전환 지점을 예측할 수 있습니다. 추세 지속을 기반으로 하는 전략이라면 MACD의 숨겨진 다이버전스가 적합합니다. KT MACD 다이버전스의 한계 MACD 다이버전스를 단독 진입 신호로 사용하는 것은 위험할 수 있습니다. 모든 다이버전스가 반전 신호로 해석될 수는 없습니다. 더 나은 결과를 얻으려면 가격 행동 및 기타 분석 기법과 함께 사용하는 것이 좋습니다. 기능 소개 가격과 오실레이터 간의 일반 및 숨겨진 다이버전스를 표시합니다. 비대칭 다이버전스는 정확도를 높이고 혼란을 줄이기 위해 제거됩니다. 추세 반전 및 추세 지속 전략 모두에 사용할 수 있습니다. EA(Expert Advisor)에 완벽하게 통합 가능합니다. 진입뿐만 아니라 청산 시점에도 활용할 수 있습니다. 모든
KT Bollinger Bands Trader MT4
KEENBASE SOFTWARE SOLUTIONS
KT Bollinger Bands Trader는 100% 자동화된 전문가용 어드바이저(EA)로, 낮은 변동성 구간에서 볼린저 밴드를 활용한 평균 회귀 전략을 기반으로 작동합니다. 가격은 종종 볼린저 밴드의 상단 또는 하단 라인에서 반응하지만, 항상 반전이 일어나는 것은 아닙니다. 하지만 낮은 변동성일수록 반전 가능성은 더 높아집니다. 진입 조건 가격이 볼린저 밴드의 하단선 아래에 정확히 위치할 경우 매수 포지션이 실행됩니다. 가격이 볼린저 밴드의 상단선 위에 정확히 위치할 경우 매도 포지션이 실행됩니다. 청산 조건 낮은 변동성 구간이 종료되면 기존 포지션이 자동으로 종료됩니다. 또는 지정된 손절선(Stop Loss)이나 이익 실현선(Take Profit)에 도달하면 종료됩니다. 이 EA는 널리 알려진 볼린저 밴드 전략에 기반하면서도, 트렌드 필터, 변동성 필터, Vortex, MMI, 요일 필터 등 다양한 고급 필터 기능을 내장하여 전략을 세밀하게 조정할 수 있는 유연함을 제공합니
KT CCI Divergence MT4
KEENBASE SOFTWARE SOLUTIONS
KT CCI Divergence shows the regular and hidden divergence created between the price and CCI oscillator. Divergence is one of the vital signals that depicts the upcoming price reversal in the market. Manually spotting the divergence between price and CCI can be a hectic and ambiguous task. Limitations of KT CCI Divergence   Using the CCI divergence as a standalone entry signal can be risky. Every divergence can't be interpreted as a strong reversal signal. For better results, try to combine it w
KT Heiken Ashi Smoothed MT4
KEENBASE SOFTWARE SOLUTIONS
KT Heiken Ashi Smoothed 는 표준 Heiken Ashi 를 한층 더 부드럽게 처리한 버전으로, 추세 전환 시 매수/매도 화살표도 함께 표시합니다. 복잡한 설정 없이 시장의 핵심 변화를 직관적으로 보여주기 때문에 바쁜 트레이더에게 유용합니다. 상태가 약세에서 강세로 전환되면 매수 화살표가 나타납니다. 상태가 강세에서 약세로 전환되면 매도 화살표가 나타납니다. 모바일 알림, 이메일, 소리, 팝업 경고를 모두 지원합니다. Heiken Ashi Smoothed 란? 표준 Heiken Ashi 에 존재하는 잡음과 허위 신호를 제거하기 위해 두 개의 이동 평균으로 가격 데이터를 부드럽게 처리합니다. 약간의 지연은 있지만, 스윙 포인트와 새롭게 형성되는 추세를 명확히 드러내며, 평소 시야에 잘 들어오지 않는 가격 변화를 확인할 수 있습니다. 이를 통해 트레이더는 진입·청산 전략과 리스크 관리를 세밀하게 조정할 수 있습니다. 활용 이 지표는 외환, 원자재, 주식 등 다양한
KT MA Crossover MT4
KEENBASE SOFTWARE SOLUTIONS
KT MA Crossover는 사용자가 선택한 이동 평균선의 교차를 기반으로 매수 및 매도 화살표를 차트에 표시합니다. 또한 각 연속적인 신호에 대해 적절한 알림을 생성하며, MFE(최대 유리 변동값)도 함께 표시하여 트레이더가 가능한 최대 이익 범위를 파악할 수 있도록 도와줍니다. 이동 평균 교차 전략은 전 세계 트레이더들이 가장 많이 사용하는 기본적인 거래 전략 중 하나입니다. 일반적으로 빠른 이동 평균선과 느린 이동 평균선을 조합하여 교차 방향에 따라 매수 또는 매도 진입 신호를 식별합니다. 매수 신호 – 빠른 MA가 느린 MA를 상향 돌파할 때. 매도 신호 – 빠른 MA가 느린 MA를 하향 돌파할 때. 기능 각 이동 평균의 속성을 자유롭게 설정할 수 있습니다. 각 신호에 대해 MFE 값을 제공합니다. 가볍고 효율적으로 작동하는 인디케이터로 시스템 리소스 사용이 적습니다. MetaTrader의 모든 경고 기능이 포함되어 있습니다. 단점  이동 평균은 과거 데이터를 기반으로
KT Round Numbers MT4
KEENBASE SOFTWARE SOLUTIONS
KT Round Numbers plots the round number levels which are also commonly known as psychological levels in the Forex world. In the context of Forex trading, round number levels are those levels in which there are two or more zeroes at the end. They are named as 00 levels on the chart. Some traders also consider the halfway points as a valid round number level. They are named as 50 levels on the chart. Use of round number levels in trading Round number levels work as strong support and resistance
KT Inside Bar Advanced MT4
KEENBASE SOFTWARE SOLUTIONS
Despite the popularity of inside bar pattern among the traders, using it as a standalone signal doesn't provide any edge in the market. KT Inside Bar Advanced indicator solves this problem by combining the classic inside bar pattern with the "ECE" cycle and Fibonacci extensions. Using this indicator in place of our classic inside bar indicator will provide a tremendous advantage and edge in the market. What is the ECE cycle? In financial markets, the price never moves in a straight line but u
KT Inside Bar Hunter MT4
KEENBASE SOFTWARE SOLUTIONS
Despite the popularity of inside bar pattern among traders, using it as a standalone entry signal doesn't provide any evidentiary advantage. KT Inside Bar Hunter trades only selected inside bar patterns using some preassessment and ECE price action cycle. Trading Strategy On successful detection of the required pattern, EA places a pending order in the direction of the forecasted price expansion phase. Pending orders are canceled if they are not triggered within the next bar. Once triggered, ac
필터:
MarketWatch27378757
152
MarketWatch27378757 2022.01.05 19:20 
 

...

리뷰 답변