Ai predictor

AI Predictor is an artificial intelligence-based indicator trained to forecast future price movements several bars ahead. You can specify the number of forecasted bars in the indicator settings. The longer the indicator remains on the chart and gathers analytical data, the more accurate its price predictions become. The indicator draws future candles predicting with high probability the direction in which the price is likely to move.

The AI Predictor indicator is designed to forecast price movements for N future bars using a voting system based on technical indicators (EMA, ADX, RSI, Stochastic, H4 EMA) and a self-learning mechanism. It displays forecasted candles (blue for bullish trend, red for bearish) on the price chart and automatically adjusts its parameters if prediction accuracy drops below a predefined threshold. Below is a detailed and precise description of each indicator parameter in English, including its purpose, impact on performance, and configuration recommendations.

Indicator Parameters and Configuration:

BarsToAnalyze

  • Type: Integer

  • Default: 50

  • Description: Defines how many historical bars are analyzed for calculating technical indicators (EMA, ADX, RSI, Stochastic, ATR, H4 EMA). These form the voting system's data basis.

  • Impact:

    • Higher values provide more data for analysis, potentially improving accuracy but increasing calculation time.

    • Lower values speed up calculations but may reduce signal reliability due to insufficient data.

  • Recommendation:

    • Keep 50 for GBP/USD M5 with sufficient data.

    • Reduce to 30 or 25 on strategy tester or new accounts.

    • For H1 or slower timeframes, increase up to 100.

    • Check the Experts tab for “Insufficient bars” messages.

FastMAPeriod

  • Type: Integer

  • Default: 12

  • Description: Initial period for fast EMA used to detect short-term trend in the voting system.

  • Recommendation:

    • 12 for M5 GBP/USD.

    • For scalping: 8–10.

    • For conservative setups: 14–16.

    • Self-adjusts dynamically (CurrentFastMA) between 8–20.

SlowMAPeriod

  • Type: Integer

  • Default: 26

  • Description: Initial period for slow EMA to define long-term trend.

  • Recommendation:

    • 26 for M5 GBP/USD.

    • Aggressive: 20–22.

    • Stable markets: 30–40.

    • Self-adjusts (CurrentSlowMA) between 20–40.

ADXPeriod

  • Type: Integer

  • Default: 14

  • Description: ADX period measuring trend strength.

  • Recommendation:

    • 14 standard for M5.

    • Faster response: 10–12.

    • Stable trends: 16–20.

ADXThreshold

  • Type: Double

  • Default: 25

  • Description: ADX strength threshold for voting weight.

  • Recommendation:

    • 25 for GBP/USD M5.

    • Volatile pairs: 20–22.

    • Calm markets: 28–30.

    • Adjusted dynamically (CurrentADXThreshold) 15–35.

RSIPeriod

  • Type: Integer

  • Default: 14

  • Description: RSI period for overbought/oversold detection.

  • Recommendation:

    • 14 standard.

    • Scalping: 9–12.

    • Longer-term: 18–21.

RSIOverbought

  • Type: Double

  • Default: 70

  • Description: RSI level above which a bearish vote is cast.

  • Recommendation:

    • Default: 70

    • Aggressive: 65–68

    • Conservative: 75–80

    • Dynamically adjusted 60–80.

RSIOversold

  • Type: Double

  • Default: 30

  • Description: RSI level below which a bullish vote is cast.

  • Recommendation:

    • Default: 30

    • Aggressive: 32–35

    • Conservative: 20–25

    • Adjusted within 20–40.

StochKPeriod, StochDPeriod, StochSlowing

  • Types: Integer

  • Defaults: 14, 3, 3 respectively

  • Descriptions: %K, %D, and slowing for Stochastic oscillator.

  • Recommendations:

    • K: 14 (default), 9–12 (fast), 18–21 (slow).

    • D: 3 default, 2 (sensitive), 5–7 (smooth).

    • Slowing: 3 default, 2 (scalp), 4–5 (volatile).

StochOverbought

  • Type: Double

  • Default: 80

  • Description: Overbought level triggering bearish signal.

  • Recommendation:

    • Default: 80

    • Aggressive: 75–78

    • Conservative: 85–90

    • Adjusted 70–90.

StochOversold

  • Type: Double

  • Default: 20

  • Description: Oversold level triggering bullish signal.

  • Recommendation:

    • Default: 20

    • Aggressive: 22–25

    • Conservative: 10–15

    • Adjusted 10–30.

ATRPeriod

  • Type: Integer

  • Default: 14

  • Description: ATR period for calculating candle height.

  • Recommendation:

    • Default: 14

    • Volatile: 10–12

    • Calm: 16–20

ForecastBars

  • Type: Integer

  • Default: 10

  • Description: Number of forecasted bars.

  • Recommendation:

    • Default: 10 (~50 mins on M5)

    • Scalping: 5–7

    • Swing: 12–15

    • Ensure rates_total > minBars .

MinAccuracy

  • Type: Double

  • Default: 0.6 (60%)

  • Description: Minimum prediction accuracy before re-optimization.

  • Recommendation:

    • Default: 0.6

    • Testing: 0.5

    • Strict: 0.65–0.7

LearningRate

  • Type: Double

  • Default: 0.1

  • Description: Controls speed of parameter adaptation.

  • Recommendation:

    • Default: 0.1

    • Faster learning: 0.2–0.3

    • Stable markets: 0.05

VoteThreshold

  • Type: Double

  • Default: 0.3

  • Description: Minimum combined vote weight to define trend.

  • Recommendation:

    • Default: 0.3

    • Low confidence? Lower to 0.2

    • Conservative? Raise to 0.4–0.5

DebugMode

  • Type: Boolean

  • Default: true

  • Description: Enables log messages for debugging.

  • Recommendation:

    • True during testing.

    • False in live trading to reduce log load.

Configuration Guidelines

General Steps:

  1. Start with Defaults – optimized for GBP/USD M5.

  2. Use Strategy Tester – evaluate parameter changes.

  3. Enable DebugMode – monitor accuracy and errors.

  4. Load Historical Data – especially M5 and H4 bars.

Tuning Steps:

  • Step 1: Ensure candles are visible

    • Enable chart shift.

    • If no candles:

      • “Insufficient bars”: lower BarsToAnalyze .

      • “Low-confidence vote”: reduce VoteThreshold .

      • “Invalid data”: ensure H4 data or lower long-periods.

  • Step 2: Optimize Accuracy

    • Watch “Accuracy: X” in logs.

    • If often <60%:

      • Raise LearningRate to 0.2.

      • Reduce FastMAPeriod , RSIPeriod , or ADXThreshold .

      • Increase SlowMAPeriod and ADXThreshold in calm markets.

  • Step 3: Forecast Candle Size

    • Modify ATRMultiplier (default 0.7).

    • Increase to 1.0–1.2 (bigger candles) or decrease to 0.5 (smaller).

    • Use longer ATRPeriod if candles too large.

  • Step 4: Voting Balance

    • Inspect “Weights=[...]” in log.

    • If one indicator dominates with low accuracy:

      • Reduce its initial weight.

      • Raise VoteThreshold for reliability.

  • Step 5: Backtest & Fine-tune

    • Test on 1–3 months GBP/USD M5 data.

    • Adjust MinAccuracy , ForecastBars , and save parameters to file for reuse.

Usage Scenarios:

  • Scalping: Lower FastMAPeriod , RSIPeriod , StochKPeriod , ForecastBars , VoteThreshold .

  • Swing Trading: Increase SlowMAPeriod , ADXThreshold , BarsToAnalyze , VoteThreshold .

  • Training: Enable DebugMode , lower MinAccuracy , raise LearningRate .

  • Live Trading: Disable DebugMode , use defaults, periodically review accuracy.

Example (GBP/USD M5, no forecast candles, log shows “Low-confidence vote”, accuracy 0.55):

  • Lower VoteThreshold to 0.25

  • Lower MinAccuracy to 0.5

  • Increase LearningRate to 0.2

  • Reduce BarsToAnalyze to 30 if needed

  • Ensure H4 data is loaded
    → Forecast candles should start to appear after learning phase.



추천 제품
Robot scalper for M5 timeframe. Trades on the GBPUSD currency pair. This robot has been specially developed by a company of professional traders for trading in the pound sterling. The robot approximately opens 5 to 15 trades every day. It is best to trade with brokers that have a low spread on GBPUSD up to 10 pips. The recommended minimum deposit to start is $500 or more. Advantages: does not use martingale. not a net. every trade has a stop loss. professional bot specifically for the GBPUSD p
Rainbow Price Visualizer
Vincent Jose Proenca
Rainbow Price Visualizer v1.21 See where the market really breathes. Turns your MT4 chart into an ultra-precise heatmap that highlights price zones favored by big players. Why it matters 300 price levels at 0.2‑pip resolution — microscopic detail. 8 visual themes (Rainbow, Fire, Ocean…) for instant readibility. Smart opacity: low noise fades, real zones pop. Lightweight rendering with automatic cleanup. Fully customizable: saturation, opacity, resolution, history depth. Bands project into the f
Shark Deal Book
Philip Pankaj Suthagar
4 (3)
Term  "shark"  in the business world denotes a high volume investor who just made a good investment in a highly Potential business deal.So, sharks are the ones who make the market move. In our case, if an American shark bought a Japanese company, he/she has to convert American dollars into Japanese yen to make the deal. So, the demand for the Japanese yen will increase sharply. Thus USD/JPY will go short rapidly if the deal was from the shark. Another example, In the case of forex, if fed increa
Gold Titan King Scalper
Dodong Christian Arnon
Indicator Description GOLD TITAN KING SIGNAL INDICATOR High-Precision Gold Scalping Buy/Sell Signals – Manual Trading Assistant Overview The Gold Titan King Signal Indicator is a manual trading assistant tool designed for high-frequency scalping on Gold (XAUUSD) and other major pairs. It generates clear BUY/SELL signals with precise entry levels, along with adjustable Stop Loss and Take Profit levels displayed directly on the chart. ️ This tool is NOT an EA. It does not execute trades
Auto Fibo Pro m
DMITRII GRIDASOV
"Auto FIBO Pro" Crypto_Forex 지표 - 거래에 유용한 보조 도구입니다! - 지표는 자동으로 Fibo 수준과 로컬 추세선(빨간색)을 계산하여 차트에 배치합니다. - Fibonacci 수준은 가격이 반전될 수 있는 주요 영역을 나타냅니다. - 가장 중요한 수준은 23.6%, 38.2%, 50%, 61.8%입니다. - 역전 스캘핑이나 존 그리드 거래에 사용할 수 있습니다. - Auto FIBO Pro 지표를 사용하여 현재 시스템을 개선할 수 있는 기회도 많습니다. - Info Spread Swap Display가 있습니다. 현재 Spread와 Swap이 부착된 외환 쌍을 표시합니다. - 디스플레이에는 계정 잔액, 자본 및 마진도 표시됩니다. - 차트의 어느 모서리에서나 Info Spread Swap Display를 찾을 수 있습니다. 0 - 왼쪽 상단 모서리, 1 - 오른쪽 상단, 2 - 왼쪽 하단, 3 - 오른쪽 하단. // 훌륭한 트레이딩 로봇과 지표는 여기
MT4용 Crypto_Forex 지표 "WPR 및 2개 이동 평균", 리페인트 없음. - WPR 자체는 스캘핑에 가장 적합한 오실레이터 중 하나입니다. - "WPR 및 2개 이동 평균" 지표를 사용하면 WPR 오실레이터의 빠른 이동 평균과 느린 이동 평균을 확인할 수 있습니다. - 지표는 가격 조정을 매우 조기에 파악할 수 있는 기회를 제공합니다. - 이 지표는 매개변수를 통해 매우 쉽게 설정할 수 있으며, 모든 시간대에서 사용할 수 있습니다. - 그림에서 매수 및 매도 진입 조건을 확인할 수 있습니다. - 매수 신호 조건을 고려하세요. (1) - 빠른 이동 평균이 느린 이동 평균을 상향 교차하고 WPR 값이 -50 미만인 경우: 매수 포지션을 개시합니다. (2) - WPR 값이 -20 이상의 과매수 구간에 있는 경우: 매수 포지션을 청산합니다. (3) - 매도 포지션의 경우 그 반대입니다. // 훌륭한 트레이딩 로봇과 지표는 여기에서 확인하실 수 있습니다: https://ww
SMC Venom Model BPR 지표는 Smart Money(SMC) 개념 내에서 일하는 트레이더를 위한 전문 도구입니다. 가격 차트에서 두 가지 주요 패턴을 자동으로 식별합니다. FVG (공정 가치 갭)는 3개의 캔들의 조합으로, 첫 번째와 세 번째 캔들 사이에 갭이 있습니다. 이는 볼륨 지원이 없는 레벨 사이에 구역을 형성하여 종종 가격 수정으로 이어집니다. BPR (균형 가격 범위)은 두 개의 FVG 패턴의 조합으로, "브리지"를 형성합니다. 이는 가격이 낮은 볼륨 활동으로 움직일 때 브레이크아웃과 레벨로의 복귀 구역으로, 캔들 사이에 갭을 생성합니다. 이러한 패턴은 거래자가 차트에서 거래량과 가격 역학을 분석하여 주요 지지/저항 수준, 돌파 구역 및 진입 지점을 식별하는 데 도움이 되며, 여기서 대형 시장 참여자와 일반 참여자 간의 상호 작용이 발생합니다. 이 지표는 사각형과 화살표 형태로 패턴을 시각화하며 유연한 경고 설정도 지원합니다. 주요 특징: 패턴 표시 모드:
Crypto_Forex 지표 "Morning Star pattern" for MT4. - 지표 "Morning Star pattern"은 가격 액션 거래에 매우 강력한 지표입니다. 다시 칠할 필요 없고 지연도 없습니다. - 지표는 차트에서 강세 Morning Star 패턴을 감지합니다. 차트에 파란색 화살표 신호가 있습니다(그림 참조). - PC, 모바일 및 이메일 알림이 있습니다. - 또한 형제인 약세 "Evening Star pattern" 지표도 사용할 수 있습니다(아래 링크를 따라가세요). - 지표 "Morning Star pattern"은 지지/저항 수준과 결합하기에 매우 좋습니다. // 훌륭한 거래 로봇과 지표는 여기에서 사용할 수 있습니다: https://www.mql5.com/en/users/def1380/seller 이것은 이 MQL5 웹사이트에서만 제공되는 오리지널 제품입니다.
Owl smart levels
Sergey Ermolov
4.24 (37)
MT5 버전  |   FAQ Owl Smart Levels Indicator 는   Bill Williams 의 고급 프랙탈, 시장의 올바른 파동 구조를 구축하는 Valable ZigZag, 정확한 진입 수준을 표시하는 피보나치 수준과 같은 인기 있는 시장 분석 도구를 포함하는 하나의 지표 내에서 완전한 거래 시스템입니다. 시장과 이익을 취하는 장소로. 전략에 대한 자세한 설명 표시기 작업에 대한 지침 고문-거래 올빼미 도우미의 조수 개인 사용자 채팅 ->구입 후 나에게 쓰기,나는 개인 채팅에 당신을 추가하고 거기에 모든 보너스를 다운로드 할 수 있습니다 힘은 단순함에 있습니다! Owl Smart Levels   거래 시스템은 사용하기 매우 쉽기 때문에 전문가와 이제 막 시장을 연구하고 스스로 거래 전략을 선택하기 시작한 사람들 모두에게 적합합니다. 전략 및 지표에는 눈에 보이지 않는 비밀 공식 및 계산 방법이 없으며 모든 전략 지표는 공개되어 있습니다. Owl Smart Leve
PZ Harmonacci Patterns
PZ TRADING SLU
3.17 (6)
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 pric
캔들의 종가를 예측하는 지표입니다. 지표는 주로 D1 차트에서 사용하기 위한 것이. 이 지표는 전통적인 외환 거래와 바이너리 옵션 거래 모두에 적합합니다. 지표는 독립형 거래 시스템으로 사용하거나 기존 거래 시스템에 추가로 사용할 수 있습니다. 이 표시기는 현재 양초를 분석하여 양초 본체 내부의 특정 강도 요인과 이전 양초의 매개변수를 계산합니다. 따라서 지표는 시장 움직임의 추가 방향과 현재 양초의 종가를 예측합니다. 이 방법 덕분에 지표는 단기 및 중장기 거래 모두에 적합합니다. 지표를 사용하면 시장 상황을 분석하는 동안 지표가 생성할 잠재적 신호의 수를 설정할 수 있습니다. 표시기 설정에는 이를 위한 특별한 매개변수가 있습니다. 또한 인디케이터는 새로운 신호에 대해 차트의 메시지 형태, 이메일 및 PUSH 알림 형태로 알릴 수 있습니다. 구매 후 저에게 꼭 써주세요! 나는 당신에게 지표와 거래에 대한 나의 추천을 줄 것입니다! 또한 보너스를 받으세요!
Antabod Gamechanger
Rev Anthony Olusegun Aboderin
*Antabod GameChanger Indicator – Transform Your Trading!*   Are you tired of chasing trends too late or second-guessing your trades? The *Antabod GameChanger Indicator* is here to *revolutionize your trading strategy* and give you the edge you need in the markets!   Why Choose GameChanger? *Accurate Trend Detection* – GameChanger identifies trend reversals with *pinpoint accuracy*, ensuring you enter and exit trades at the optimal time.   *Clear Buy & Sell Signals* – No more guesswork! T
Super Reversal Pattern
Parfait Mujinga Ndalika
Super Reversal Pattern Indicator Unlock the power of advanced pattern recognition with our Super Reversal Pattern Indicator. Designed for traders seeking precision and reliability, this indicator identifies one of the most effective reversal patterns in technical analysis, offering a significant edge in your trading strategy. Key Features: Non-Repainting Accuracy: Enjoy the confidence of non-repainting technology. Once a Super Reversal Pattern is detected, it remains static, providing consiste
Day Pattern
Oleksandr Martsynyshen
Description: - D ay Pattern - an indicator that helps to identify patterns of price changes for the development of trading algorithms and strategies. For whom this tool? - For developers of trading strategies and algorithms. - Medium- and long-term traders. Time frames H1-W1. Features of the indicator: - There is a function of exporting indicator values to a file of the csv format. - Using the information panel, you can conduct an express analysis of trading tool. - The indicator is sui
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
KT Renko Patterns MT4
KEENBASE SOFTWARE SOLUTIONS
2.33 (3)
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는 각 패턴의 정
Chart Patterns Detect 15 patterns (Ascending Triangle, Descending Triangle, Rising Wedge, Falling Wedge, Bullish Flag, Bearish Flag, Bullish Rectangle, Bearish Rectangle Symmetrical triangle, Head and Shoulders, Inverted Head and Shoulders, Triple top, Triple Bottom, Double Top, Double Bottom) Use historical data to calculate the probability of each pattern to succeed (possibility to filter notification according to the chance of success) gives graphic indication about the invalidation level and
ZhiBiCCI MT4
Qiuyang Zheng
[ZhiBiCCI] indicators are suitable for all cycle use, and are also suitable for all market varieties. [ZhiBiCCI] Green solid line is a reversal of bullish divergence. The green dotted line is a classic bullish divergence. [ZhiBiCCI] The solid line to the red is a reverse bearish divergence. The red dotted line is a classical bearish divergence. [ZhiBiCCI] can be set in the parameters (Alert, Send mail, Send notification), set to (true) to send instant signals to the alarm window, email, insta
Introducing the "Magic Trades" for MetaTrader 4 – your ultimate tool for precision trading in dynamic markets. This innovative indicator revolutionizes the way you perceive market trends by harnessing the power of advanced analysis to detect subtle changes in character, paving the way for optimal trading opportunities. The Magic Trades Indicator is designed to empower traders with insightful entry points and well-defined risk management levels. Through its sophisticated algorithm, this indicato
Forex Gump
Andrey Kozak
2.4 (5)
Forex Gump is a fully finished semi-automatic trading system. In the form of arrows, signals are displayed on the screen for opening and closing deals. All you need is to follow the instructions of the indicator. When the indicator shows a blue arrow, you need to open a buy order. When the indicator shows a red arrow, you need to open a sell order. Close orders when the indicator draws a yellow cross. In order to get the most effective result, we recommend using the timeframes H1, H4, D1. There
History Pattern Search
Yevhenii Levchenko
표시기는 현재 시세를 작성하여 과거 시세와 비교할 수 있으며 이를 바탕으로 가격 변동을 예측합니다. 표시기에는 원하는 날짜로 빠르게 이동할 수 있는 텍스트 필드가 있습니다. 옵션: 기호 - 표시기가 표시할 기호 선택. SymbolPeriod - 지표가 데이터를 가져올 기간 선택. IndicatorColor - 표시기 색상. HorisontalShift - 지시자가 그린 따옴표를 지정된 막대 수만큼 이동합니다. Inverse - true는 인용 부호를 반대로, false - 원래 보기를 반전합니다. ChartVerticalShiftStep - 차트를 수직으로 이동합니다(키보드의 위/아래 화살표). 다음은 날짜를 입력할 수 있는 텍스트 필드의 설정으로, '엔터'를 누르면 즉시 이동할 수 있습니다.
Blahtech Market Profile
Blahtech Limited
4.53 (15)
Was: $249  Now: $149   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. Blahtech Limited presents their Market Profile indicator for the MetaTrader community. In
The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Paramet
Pattern 123
Pavel Verveyko
"Pattern 123" is an indicator-a trading system built on a popular pattern, pattern 123. This is the moment when we expect a reversal on the older trend and enter the continuation of the small trend, its 3rd impulse. The indicator displays signals and markings on an open chart. You can enable/disable graphical constructions in the settings. The indicator has a built-in notification system (email, mobile terminal, standard terminal alert). "Pattern 123" has a table that displays signals from sele
Gold Bricks FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 4 great strategies The EA can be run on even a $300
DayTradeKing
Thomas Bradley Butler
This indicator is good for small time frames like 1 and 5 minutes and made for day trading. The indicator never repaints or recalculates. The indicator works is for trading swing points in day trading, following bulls or bears.  Its a simple to use, non cluttered indicator with a high success rate.  This indicator works well to capture ranges.  All indicators come with limitations and no indicator or system is always accurate. Use money management for long term trading success.   Place in backte
Easy Trade indicator
Felipe Carvalho De Queiroz
Easy Trade Indicator – Your Path to Profitable Trades! Work any Time Frame! Maximize your profits with precise and assertive trades! ️ Trade with comfort – the indicator does the analysis and you only open the order in the direction in which the indicator shows you!  Exclusive panel with past trade counter and accuracy tracking! Simplify your analysis, boost your performance, and trade with confidence! Get it now and take your trading to the next level
We present you the indicator "Candle closing counter", which will become your indispensable assistant in the world of trading. That’s why knowing when the candle will close can help: If you like to trade using candle patterns, you will know when the candle will be closed. This indicator will allow you to check if a known pattern has formed and if there is a possibility of trading. The indicator will help you to prepare for market opening and market closure. You can set a timer to create a pre
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
RSI Speed mp
DMITRII GRIDASOV
MT4용 Crypto_Forex 지표 "RSI SPEED" - 훌륭한 예측 도구, 재도색 불필요 - 이 지표는 물리학 방정식을 기반으로 계산됩니다. RSI SPEED는 RSI 자체의 1차 미분값입니다. - RSI SPEED는 주요 추세 방향으로 스캘핑 진입에 유용합니다. - HTF MA(그림 참조)와 같은 적절한 추세 지표와 함께 사용하세요. - RSI SPEED 지표는 RSI 자체의 방향이 얼마나 빨리 변하는지를 보여주며, 매우 민감합니다. - 모멘텀 거래 전략에는 RSI SPEED 지표 사용을 권장합니다. RSI SPEED 지표 값이 0보다 작으면 가격 모멘텀이 하락하고, 0보다 크면 가격 모멘텀이 상승합니다. - 모바일 및 PC 알림 기능이 내장되어 있습니다. // 훌륭한 트레이딩 로봇과 지표는 여기에서 확인하실 수 있습니다: https://www.mql5.com/en/users/def1380/seller 본 제품은 MQL5 웹사이트에서만 제공되는 정품입니다.
이 제품의 구매자들이 또한 구매함
" Dynamic Scalper System " 지표는 추세 파동 내에서 스캘핑 방식으로 거래하도록 설계되었습니다. 주요 통화쌍 및 금에서 테스트되었으며, 다른 거래 상품과의 호환성이 가능합니다. 추가적인 가격 변동 지원을 통해 추세에 따라 단기 포지션 진입 신호를 제공합니다. 지표의 원리 큰 화살표는 추세 방향을 결정합니다. 작은 화살표 형태의 스캘핑 신호를 생성하는 알고리즘은 추세 파동 내에서 작동합니다. 빨간색 화살표는 상승 방향을, 파란색 화살표는 하락 방향을 나타냅니다. 민감한 가격 변동선은 추세 방향으로 그려지며, 작은 화살표의 신호와 함께 작용합니다. 신호는 다음과 같이 작동합니다. 적절한 시점에 선이 나타나면 진입 신호가 형성되고, 선이 있는 동안 미결제 포지션을 유지하며, 완료되면 거래를 종료합니다. 권장되는 작업 시간대는 M1~H4입니다. 화살표는 현재 캔들에 형성되며, 다음 캔들이 이미 시작되었더라도 이전 캔들의 화살표는 다시 그려지지 않습니다. 입력 매개
현재 20% 할인 ! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 대시보드 소프트웨어는 28개의 통화 쌍에서 작동합니다. 2가지 주요 지표(Advanced Currency Strength 28 및 Advanced Currency Impulse)를 기반으로 합니다. 전체 Forex 시장에 대한 훌륭한 개요를 제공합니다. 고급 통화 강도 값, 통화 이동 속도 및 모든(9) 시간대의 28 Forex 쌍에 대한 신호를 보여줍니다. 추세 및/또는 스캘핑 기회를 정확히 파악하기 위해 차트의 단일 지표를 사용하여 전체 시장을 볼 수 있을 때 거래가 어떻게 개선될지 상상해 보십시오! 잠재적인 거래를 식별하고 확인하면서 강력한 통화와 약한 통화를 더욱 쉽게 식별할 수 있도록 이 지표에 기능을 내장했습니다. 이 표시기는 통화의 강세 또는 약세가 증가 또는 감소하는지 여부와 모든 시간대에서 수행되는 방식을 그래픽으로 보여줍니다. 추가된 새로운 기능은 현재 시장 조건 변화에 적응하는
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - 차세대 외환 거래 도구. 현재 49% 할인. Dynamic Forex28 Navigator는 오랫동안 인기 있는 지표의 진화형으로, 세 가지의 힘을 하나로 결합했습니다. 고급 통화 Strength28 지표(695개 리뷰) + 고급 통화 IMPULSE with ALERT(520개 리뷰) + CS28 콤보 신호(보너스). 지표에 대한 자세한 정보 https://www.mql5.com/en/blogs/post/758844 차세대 Strength 지표는 무엇을 제공합니까?  원래 지표에서 좋아했던 모든 것이 새로운 기능과 더 높은 정확도로 강화되었습니다. 주요 기능: 독점적인 통화 Strength 공식.  모든 시간대에 걸쳐 부드럽고 정확한 강도선. 추세와 정확한 진입을 식별하는 데 이상적입니다. 역동적인 시장 피보나치 수준(시장 피보나치).  이 지표에만 있는 고유한 기능. 가격 차트가 아닌 통화 강도에 피보나치가 적용됩니다.
---- Brand New Strategy. Three Month Rent is $30. ONE YEAR RENT ONLY $50. FREE EURUSD VERSION AVAILABLE UNDER << Forecast System Gift >>. NO NEED FOR BACKTEST! Link to the FREE version -->  https://www.mql5.com/en/market/product/110085?source=Site --- This is a simple strategy based on BREAKOUT and FIBONACCI levels. After a breakout, either, the market: - continues the move directly to the 161, 261 and 423 levels, or - retraces to the 50% level (also called a correction) and thereafter continues
The indicator " ZigZag on Trend " is an assistant in determining the direction of price movement, as well as a calculator of bars and points. It consists of a trend indicator, which follows the price direction by the trend line presented in the form of a zigzag and a counter calculating the number of bars traversed in the direction of the trend and the number of points on the vertical scale. (calculations are carried out by the opening of the bar) The indicator does not redraw. For convenience,
AMD Adaptive MA MT4
Vincent Jose Proenca
5 (1)
AMD 적응형 이동평균 (AAMA) AAMA는 MetaTrader 4용 적응형 이동평균 지표로, 시장 상황에 따라 반응 속도를 자동으로 조정합니다. 주요 기능: 카우프만 효율 비율(Kaufman Efficiency Ratio)을 기반으로 한 적응형 이동평균 – 강한 추세에서는 빠르게 반응하고, 횡보장에서는 노이즈를 필터링 AMD의 4가지 시장 단계 자동 감지: 축적기(Accumulation), 상승기(Markup), 분배기(Distribution), 하락기(Markdown) ATR을 통한 변동성 적응 – 현재 시장 조건에 따라 민감도를 자동 조정 실시간 정보 패널: 감지된 시장 단계, 신뢰 수준, 적응 속도 표시 다중 지표 통합 시스템: ADX, RSI, MACD를 활용하여 시장 단계를 정확히 식별 빠름/느림(Fast/Slow) 참조 구역을 통해 적응 행동 시각화 사용법: 이 지표는 시장 상황에 따라 자동으로 적응 속도를 조정합니다. 강한 추세에서는 빠르게, 횡보 구간에서는 느리
Looking for a powerful yet lightweight swing detector that accurately identifies market structure turning points? Want clear, reliable buy and sell signals that work across any timeframe and any instrument? Buy Sell Arrow MT Swing is built exactly for that — precision swing detection made simple and effective. This indicator identifies Higher Highs (HH) , Higher Lows (HL) , Lower Highs (LH) , and Lower Lows (LL) with remarkable clarity. It is designed to help traders easily visualize market str
"Dragon's Tail" is an integrated trading system, not just an indicator. This system analyzes each candle on a minute-by-minute basis, which is particularly effective in high market volatility conditions. The "Dragon's Tail" system identifies key market moments referred to as "bull and bear battles". Based on these "battles", the system gives trade direction recommendations. In the case of an arrow appearing on the chart, this signals the possibility of opening two trades in the indicated directi
RelicusRoad Pro
Relicus LLC
4.63 (106)
훌륭한 백테스트 , 환상적인 숫자로 증명된 실계좌 성능 , 그리고 온갖 통계 를 가진 트레이딩 지표를 얼마나 많이 구매했지만, 사용 후에 결국 계좌를 날려버린 적이 있나요? 신호 자체만으로는 신뢰할 수 없습니다. 애초에 그 신호가 왜 나타났는지 알아야 하며, 이것이 바로 RelicusRoad Pro가 가장 잘하는 일입니다! 사용자 설명서 + 전략 + 교육 비디오 + VIP 접근 권한이 있는 비공개 그룹 + 모바일 버전 사용 가능 시장을 바라보는 새로운 방법 RelicusRoad는 외환, 선물, 암호화폐, 주식 및 지수를 위한 세계에서 가장 강력하고 최고의 트레이딩 지표 이며, 트레이더가 계좌를 성장 시키는 데 필요한 모든 정보와 도구를 제공합니다. 저희는 초보자 부터 고급 트레이더까지 모든 트레이더가 성공 할 수 있도록 기술적 분석 과 트레이딩 계획 을 제공합니다. 이것은 미래 시장을 예측 하기에 충분한 정보를 제공하는 핵심 트레이딩 지표 입니다. 저희는 차트에 여러 다른 지표
First time on MetaTrader, introducing IQ Star Lines - an original Vedic Astrology based indicator. IQ Star Lines, an unique astrological indicator purely based on   Vedic astrology   calculations, published for the   first time on Metatrader.  This unique tool plots dynamic planetary grid lines based on real-time stars, constellations, and celestial movements, which allows you to plot the power of the cosmos directly onto your trading charts. This indicator is specifically designed for scalpers
PTS Precision Index Oscillator V2
PrecisionTradingSystems
5 (1)
프리시전 트레이딩 시스템의 로저 메드칼프에 의한 프리시전 인덱스 오실레이터 (Pi-Osc) 버전 2는 차트에 신속하게 로드되도록 주의 깊게 다시 코딩되었으며 경험을 향상시키기 위해 몇 가지 다른 기술적 개선 사항이 통합되었습니다. Pi-Osc는 정확한 거래 타이밍 신호를 제공하도록 개발되었으며 시장이 모든 사람의 스톱을 청산하기 위해 가야 하는 극도의 고갈 지점을 찾는 데 목적이 있습니다. 이 제품은 극단적인 지점이 어디에 있는지 알고 있는 고전적인 문제를 해결하며 트레이더로서의 삶을 훨씬 간단하게 만듭니다. 이것은 업계 표준 오실레이터와는 상당히 다른 강력한 차이점을 가지고 있는 고도로 복잡한 합의 지표입니다. 사용하는 기능 중 일부는 수요 지수, 자금 흐름, RSI, 스토캐스틱, 패턴 인식, 거래량 분석, 표준 편차 극단점 및 다양한 길이에서 위와 유사한 변형을 갖습니다. 미숙한 눈에는 다른 오실레이터와 비슷해 보일 수 있지만 RSI 또는 모멘텀과 같은 다른 오실레이
NAM Order Blocks
NAM TECH GROUP, CORP.
3.67 (3)
MT4 Multi-timeframe Order Blocks detection indicator. Features - Fully customizable on chart control panel, provides complete interaction. - Hide and show control panel wherever you want. - Detect OBs on multiple timeframes. - Select OBs quantity to display. - Different OBs user interface. - Different filters on OBs. - OB proximity alert. - ADR High and Low lines. - Notification service (Screen alerts | Push notifications). Summary Order block is a market behavior that indicates order collection
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.8 (20)
현재 20% 할인! 이 대시보드는 여러 기호와 최대 9개의 타임프레임에서 작동하는 매우 강력한 소프트웨어입니다. 주요 지표(최상의 리뷰: 고급 공급 수요)를 기반으로 합니다.   Advanced Supply Demand 대시보드는 훌륭한 개요를 제공합니다. 다음과 같이 표시됩니다.  영역 강도 등급을 포함하여 필터링된 공급 및 수요 값, 영역에 대한/및 영역 내 Pips 거리, 중첩된 영역을 강조 표시하고 모든 (9) 시간 프레임에서 선택한 기호에 대해 4가지 종류의 경고를 제공합니다. 그것은 당신의 개인적인 필요에 맞게 고도로 구성 가능합니다! 당신의 혜택! 모든 트레이더에게 가장 중요한 질문: 시장에 진입하기에 가장 좋은 수준은 무엇입니까? 최고의 성공 기회와 위험/보상을 얻으려면 강력한 공급/수요 영역 내 또는 그 근처에서 거래를 시작하십시오. 손절매를 위한 최적의 장소는 어디입니까? 가장 안전하려면 강력한 수요/공급 구역 아래/위에 정류장을 두십시오.
GoldRush Trend Arrow Signal
Kirk Lee Holloway
5 (2)
GoldRush 트렌드 화살표 신호 GoldRush 트렌드 화살표 신호 지표는 XAU/USD 시장에서 고속 단기 스캘핑 트레이더를 위해 설계된 정밀한 실시간 트렌드 분석을 제공합니다. 1분 시간대에 특화되어 설계된 이 도구는 명확한 진입점을 표시하는 방향성 화살표를 제공하여 스캘퍼들이 변동성이 높은 시장 환경에서도 자신 있게 거래할 수 있도록 합니다. 이 지표는 PRIMARY 및 SECONDARY 경고 화살표로 구성됩니다. PRIMARY 신호는 추세 방향의 변화를 나타내는 흰색과 검은색 방향성 화살표이며, SECONDARY 신호는 PRIMARY 화살표가 지시하는 방향을 확인하고 잠재적인 거래 진입점을 표시하는 파란색과 빨간색 화살표입니다. 참고: 추세 방향이 변경된 후 PRIMARY 경고 화살표가 단 하나만 표시될 경우, 다수의 SECONDARY 파란색/빨간색 화살표가 표시될 수 있음을 유의해야 합니다. SECONDARY 신호는 신호 기준을 충족하는 어떤 캔들 이후에도 표시
Enigmera
Ivan Stefanov
5 (8)
ENIGMERA: 시장의 핵심 중요: MQL5.com의 데모는 Strategy Tester에서 실행되며 Enigmera의 기능을 완전히 반영하지 못할 수 있습니다. 설명, 스크린샷 및 비디오를 확인하여 자세한 내용을 확인하십시오. 질문이 있으면 언제든지 메시지를 보내주세요! 인디케이터의 코드는 완전히 다시 작성되었습니다. 버전 3.0은 새로운 기능을 추가하고 인디케이터가 처음 출시된 이후 누적된 버그를 수정했습니다. 소개 이 인디케이터 및 거래 시스템은 금융 시장에 대한 주목할 만한 접근 방식입니다. ENIGMERA는 프랙탈 주기를 사용하여 정확하게 지원 및 저항 수준을 계산합니다. 실제 축적 단계를 보여주고 방향과 목표를 제공합니다. 트렌드와 수정 모두에서 작동하는 시스템입니다. 작동 방식 인디케이터의 대부분의 기능은 차트 왼쪽에 있는 버튼을 통해 제어되며, 이를 통해 다양한 시장 상황에 빠르게 대응할 수 있습니다. 버튼 ON/OFF – 인디케이터 전체를 표시하거나 숨깁니다.
Super Signal – Skyblade Edition 전문가용 노리페인트 / 노래그 트렌드 신호 시스템, 뛰어난 승률 제공 | MT4 / MT5용 핵심 기능: Super Signal – Skyblade Edition은 추세 매매를 위해 설계된 스마트 신호 시스템입니다. 이 시스템은 다중 필터 로직을 활용하여, 명확한 방향성과 실질적인 모멘텀이 수반된 고품질 추세만을 감지합니다. 이 시스템은 고점 또는 저점을 예측하지 않으며 , 다음 세 가지 조건이 모두 충족될 때만 신호를 발생시킵니다: 명확한 추세 방향 강화되는 모멘텀 건전한 변동성 구조 또한, 시장 세션 기반의 유동성 분석을 통해 신호의 신뢰성과 타이밍을 더욱 향상시킵니다. 신호 특성: 모든 화살표 신호는 100% 리페인트 없음 / 지연 없음 신호가 한 번 발생하면 고정되며, 깜빡이거나 사라지지 않음 차트 상의 시각적 화살표, 정보 패널, 팝업 알림, 사운드 알림, 푸시 알림 포함 EA 통합 가능 (버퍼 출력 제공), 자동
Scientific trade
Aleksey Ivanov
5 (1)
An extremely convenient indicator that truly makes the process of making money on the exchange easy. It is based on the scientifically rigorous theory of the market developed by the author, the beginning of which is presented here .                The full algorithm of this indicator operation is presented in the article .               The indicator calculates the most probable price movement trajectory and displays it on the chart. Based on the predicted price movement trajectory
Elliott Wave Trend MT4
Young Ho Seo
4 (7)
Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
POWR Rise Coming
Trade Indicators LLC
This indicator is SO SIMPLE… when the green Rise Coming arrow appears, a price drop may be on the way! Plain and easy profits! As you receive more than one 'Rise Coming' text signal in a downtrend, it means momentum is building larger for a bull run. HOW TO USE 1. When the green "Rise Coming" text appears, a price jump may be on the way! This indicator Never Repaints! To get the best setting it's a matter of tweaking the indicator until it gives you the best results. Our recommendation, and what
IQ FX Gann Levels
INTRAQUOTES
5 (2)
IQ FX Gann Levels a precision trading indicator based on W.D. Gann’s square root methods. It plots real-time, non-repainting support and resistance levels to help traders confidently spot intraday and scalping opportunities with high accuracy. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Download the Metatrader 5 Version M
궁극의 화살표 지표 - 트레이딩 성공을 위한 당신의 도구! 많은 것을 약속하지만 제공하는 것이 적은 도구에 지치셨나요? 우리의 Ultimate Arrow Indicator for MT4는 당신의 트레이딩을 한 단계 높은 수준으로 끌어올릴 궁극적인 솔루션입니다. 이 지표는 명확하고 신뢰할 수 있는, 타협 없는 신호를 제공하기 위해 정밀하게 설계되었습니다. 이렇기 때문에 Ultimate Arrow Indicator는 경험이 풍부한 트레이더와 초보자 모두에게 이상적인 선택입니다: 탁월한 성능 - 검증된 결과 1년간의 상세한 백테스트: 승률 90%로 이 지표는 수익을 창출하는 데 매우 신뢰할 수 있는 것으로 입증되었습니다. 7,006개의 생성된 신호 중 6,242개가 승리였으며, 신호당 평균 29핍의 이익을 얻었습니다. 손실 비율 최소화: 생성된 신호 중 10%만이 부정적인 결과였으며, 이는 알고리즘의 정확도와 품질을 증명합니다. 주요 기능 리페인트 없음 : 신호가 생성된 후에는 변경되지
BinaryUniversal
Andrey Spiridonov
BinaryUniversal is a signal indicator for binary options and Forex. In its work, the indicator uses a complex algorithm for generating signals. Before forming a signal, the indicator analyzes volatility, candlestick patterns, important support and resistance levels. The indicator has the ability to adjust the accuracy of the signals, which makes it possible to apply this indicator for both aggressive and conservative trading. The indicator is set in the usual way, it works on any time period and
Predictive Levels
Satya Prakash Mishra
Market predictive price levels are key technical analysis tools is my finest invention through mathematics to predict automatically next price is where to reach after break any levels. A unique name quality it automatically calculate price range its my own invention according price value to predict what's is next price came than after it not fixed levels like Fibonacci or pivots Its Naveen's Predictive Levels .used to forecast where an asset's price might find support (stop falling) or resistanc
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
TREND HARMONY MT4 –  Multi Timeframe Trend and Phase and Pullback Level Visualizer indicator for Metatrader4 The TREND HARMONY indicator automates deep trend analysis and generates visualizations for you. Take control of your trades by eliminating uncertainty! Revolutionize your trading experience with precision and insight through the TREND HARMONY Multi Timeframe Trend Indicator – your ultimate MT4 trend visualization indicator. Are you tired of missing trading opportunities or consistently e
Pair Trading Station MT4
Young Ho Seo
3.67 (3)
How to use Pair Trading Station Pair Trading Station is recommended for H1 time frame and you can use it for any currency pairs. To generate buy and sell signal, follow few steps below to apply Pair Trading Station to your MetaTrader terminal. When you load Pair Trading Station on your chart, Pair Trading station will assess available historical data in your MetaTrader platforms for each currency pair. On your chart, the amount of historical data available will be displayed for each currency pai
Hit Rate Top Bottom Signal
Martin Alejandro Bamonte
히트율 탑 바텀 신호 히트율 탑 바텀 신호 히트율 탑 바텀 신호 는 완전히 혁신적인 접근 방식을 제공합니다. 특정 TP-SL과 PAIR/TF에서 어떤 성과를 내는지 미리 평가하고자 하는 분들께 이상적입니다. 전략 히트율 탑 바텀 신호 는 모든 트레이더와 모든 거래 유형 에게 필수적인 도구입니다. 이 전략은 정확한 리페인트 없는 신호 를 제공하여 언제 어떤 방향으로 거래해야 할지를 명확하게 제시할 뿐만 아니라 각 페어와 TF에 대한 상세한 성공률 기록 을 제공합니다. 사전 정의된 테이크 프로핏(TP)과 스톱 로스(SL)을 통해 신호의 효율성을 미리 알 수 있습니다 , 이는 효과적인 리스크 관리와 정확한 거래에 매우 중요합니다. 이 전략의 특징은 전체 움직임이 아닌 임펄스 내의 반전 지점을 감지하는 데 중점을 두고 있어 전통적인 탑-바텀보다 신호 발생 빈도가 높고, 시장의 주요 변동에서 핵심 순간을 포착하는 데 집중합니다. 이 전략은 SL/TP 비율과 결합된 신호의 과거 성과를
Core Principles Swing Angle Measurement   Swing angles are calculated by measuring the degree of price movement between swing highs and lows over time. Steeper angles (typically 45+ degrees) indicate stronger momentum and potentially more profitable trading opportunities. Traders use various timeframes to identify these patterns, from intraday charts to weekly swings. Momentum Confirmation   High degree swing angles often coincide with strong momentum indicators like RSI breakouts, volume spikes
Gold Channel XAUUSD
Paulo Rocha
5 (4)
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the theory of the channel is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel it is a tradi
Pro SMC Tool
The Anh Pham
Welcome to the world of SMC (Smart Money Concepts) Trading, where we empower traders with the tools and knowledge to make smarter trading decisions. Our latest addition to our suite of trading tools is the SMC Trading Pro indicator, version 1.0. Key Features: Major Market Structure Identification with BODY break. Order Block must be in Major Swing ( not Small Swing ). Order Block with Fair Value Gap Detection. Order Block in Discount | Premium zone. Filter for only Bullish, Bearish or All Order
제작자의 제품 더 보기
ForexGumpXL
Andrey Kozak
5 (1)
ForexGumpXL is a new generation in the forex gump indicator line. More accurate, faster, less complicated in the settings is all about the new ForexGumpXL indicator. In the new version of the indicator, we have applied a truly new algorithm of work. Now he does not just analyze the market for a price reversal, but with the help of an adaptation algorithm, determining the current volatility in the market indicator with a high degree of probability is able to anticipate false price reversals in or
Quantum
Andrey Kozak
The Quantum Expert Advisor is designed for trading EURUSD H1 . The trading algorithm lies in placing pending orders at the peaks of currency fluctuations, after a preliminary analysis of the market conditions. Trading is fully automated. Lot size is calculated automatically based on the lot percentage. Parameters MaxRisk - percentage of the deposit, used for the automatic calculation of the lot. LongWave - long wave of price fluctuation. ShortWave - short wave of price fluctuation. Level contro
XL arrow
Andrey Kozak
XL Arrow is a signal indicator that displays market entry points. The red arrow and the DOWN signal at the right corner indicate it is time to sell, while the blue arrow and the UP signal indicate it is time to buy. Settings PeriodSlower - indicator slowing period. PeriodFaster - indicator acceleration period. Recommendations trading pairs: EURUSD, GBPUSD and USDJPY timeframes: M5 - H4
BoxetFx
Andrey Kozak
The BoxetFx Expert Advisor analyzes the market using multiple trading strategies. Once the optimal signals for opening trades are obtained, the EA automatically determines the order volume as a percentage pf the deposit. Next, a pending order is placed in the direction of the expected price movement. When the deal reaches an optimal profit or loss level, it is automatically closed. Multiple analytical centers of information processing allow the EA to diversify the possible risks of the trader by
Medok
Andrey Kozak
The Medok indicator shows the market entry and exit points on the chart using arrows and resistance lines. The indicator is very easy to use. Buy when a blue arrow appears and sell when a red arrow appears. After an order is opened, it is recommended to close a buy position when the price reaches the lower resistance level or to close a sell position when the price reaches the upper resistance level. Recommended values for EURUSD H1 Periods - 2; Acceleration - 0.02. Recommended values for EURU
TOP Xios
Andrey Kozak
TOP Xios is a ready-made trading system, which provides the trader with signals for opening and closing deals. The information panel in the right corner of the screen shows the total number of signals, the number of points in profit or loss and the percentage of valid and false signals. Working with this indicator is very simple. As soon as a blue arrow appears, open a buy deal and wait for a red cross to appear, which indicates the necessity to close the deal. When a red arrow appears, open a s
Buy Market Scanner is a ready-made trading system, which shows the moments when it is necessary to open or close deals. Buy arrows appear on the zero bar without delay and redrawing. The same applies to signals for closing orders. They appear on the zero bar and are not redrawn. The number of profit or loss in points for a certain time period is displayed in the top right corner of the indicator. The indicator works best on the EURUSD currency pair with the H1 timeframe. Operation Principles In
DayWay
Andrey Kozak
The DayWay indicator shows the current trend direction on the chart as a colored line. The best timeframes for operation are M5 and higher. Works on all currency pairs. Suitable for any scalping strategies. Quite easy to use. Recommendations on usage When a blue line appears, wait for a candle to close and open a buy order. When a red line appears, wait for the current candle to close and open a sell order. Parameters Periods - period of the indicator.
Forex Gump
Andrey Kozak
2.4 (5)
Forex Gump is a fully finished semi-automatic trading system. In the form of arrows, signals are displayed on the screen for opening and closing deals. All you need is to follow the instructions of the indicator. When the indicator shows a blue arrow, you need to open a buy order. When the indicator shows a red arrow, you need to open a sell order. Close orders when the indicator draws a yellow cross. In order to get the most effective result, we recommend using the timeframes H1, H4, D1. There
Leo Trend
Andrey Kozak
Leo Trend is a signal indicator that shows the market entry points, as well as the trend direction and flat on the chart in the form of arrows and lines. Leo Trend will be useful both for beginners creating a trading strategy, and for professionals to integrate into ready-made trading systems. Leo Trend works without redrawing and without significant delays. The operation of the indicator is demonstrated in the video. In addition, you can test this indicator in the strategy tester free of charge
Nizma
Andrey Kozak
NIZMA is a ready-made trading system, that is the most efficient on the EURUSD, AUDUSD and GBPUSD currency pairs. The best timeframes are M5 and higher. The system shows the market entry points in the form of arrows, and also displays the information on the strength and direction of the trend. The signals are easy to interpret. It is suitable for both novice and professional traders. With the properly selected settings, it gives the minimum number of false signals. In tests, this number did not
XPointer
Andrey Kozak
5 (3)
XPointer is a completely ready trading system. It shows the trader when to open and close a trade. It works on all currency pairs and all time frames. Very easy to use and does not require additional indicators for its operation. Even a beginner trader can start working with XPointer. But it will also be useful for professional traders to confirm the opening of orders. Features of the XPointer indicator It does not redraw its values. It works on all currency pairs and all time frames. It has al
Lobster
Andrey Kozak
Lobster is a ready-made trading system with a flexible market analysis algorithm. It performs most of the work for a trader. All you have to do is open and close orders following the indicator signals. The indicator will be very useful for both beginners and professionals. It is able to work with other indicators and independently. Features No signal repainting; Any pair; Any timeframe; Flexible market analysis system. How to trade When the blue arrow appears, open a buy order; When the blue c
Gets
Andrey Kozak
Gets is a smart trading system with complex market analysis mechanism. The operation principle of Gets is based on neural networks and diversified collection of information from various market analyzers. Then the system analyzes the statistical databases to create a general idea of the current market situation and the further price movement. The information is displayed on the screen in a simple and intuitive way - in the form of buy and sell arrows. Also, the information on the current trend st
Scalper Zoom
Andrey Kozak
Scalper Zoom is a new trading system designed to facilitate the process of Forex trading both for beginners and professionals. The Scalper Zoom indicator uses an adaptive method of operation and analyzes the market using multiple trading algorithms, while selecting the most efficient one for the given currency pair and timeframe. Working with this indicator is very simple. When a red vertical line appears, open a sell order. Close it when a blue vertical line appears. Follow the opposite steps f
Brabux
Andrey Kozak
Brabux is a ready-made mechanical trading system. It works on all currency pairs and timeframes automatically adjusting to them. It also selects the most efficient trading parameters for receiving a necessary profit. In the indicator parameters, specify the trading period used for calculations and the least acceptable profit in points. Next, the system automatically selects the necessary trading parameters. Trading data is displayed on the info panel. After setting the indicator on the chart and
CoolLine
Andrey Kozak
CoolLine is a signal indicator displaying on a chart points for opening and closing trade positions. The indicator signals are not redrawn. It draws arrows on the zero bar Open[0]. It works on all currency pairs and all time frames. Indicator Advantages Precisely shows the opening and closing points on the chart Does not redraw signals Works on all currency pairs and timeframes Very easy to use; suitable even for beginners Has a very flexible system of settings Can send push and email notificat
Market Scanner Elite is a new generation of indicators of the Market Scanner series. The Elite version features an improved market analysis algorithm, with a better identification of the entry points and filtering of the false signals. The logic of market analysis and calculation of effective entry points applied in this product are significantly different from those applied in Market Scanner . This indicator cannot be called a big brother, as it is a completely new product with innovative analy
The Master Figures indicator analyzed the market for the most common chart patterns. The first pattern is called Pin bar . This pattern can rightly be considered one of the most widespread. This pattern looks like a candle with a small body and large tail (wick). Once you see it on the chart, open a position against the wick. It is better to use the resistance lines for closing. Master Figures shows this pattern in the form of circles. A position should be opened when a new candle appears after
Forex Gump Pro
Andrey Kozak
4 (5)
Attention! Friends, since there have been many scammers on the Internet recently selling indicators called ForexGump, we decided to warn you that only on our page is the LICENSE AUTHOR'S VERSION of the INDICATOR sold! We do not sell this indicator on other sites at a price lower than this! All indicators are sold cheaper - fakes! And even more often sold demo versions that stop working in a week! Therefore, in order not to risk your money, buy this indicator only on this site! Forex Gump Pro is
Market Trend
Andrey Kozak
Market Trend - a comprehensive system for determining the trend direction. Analyzes the market using a formula which considers the values of multiple technical indicators and other trading strategies. IT determines not only the current trend direction, but also its movement strength. The indicator is intuitive and very easy to use. The information on the current trend direction and its movement strength are displayed on the chart. If the indicator shows "UP!" then an uptrend is currently present
Aggressive intraday scalper is a mechanical system for intraday scalping, which displays trade opening and closing signals as arrows on the chart. When a signal emerges, the indicator sends email and push notifications. So, you don't have to stay by the monitor analyzing the market and waiting for a signal. Aggressive intraday scalper will do it for you. The system has been developed for those traders who do not have their own trading system and who would love to quickly start trading using the
Jerus Line Scalper is an indicator for scalping on EURUSD, GBPUSD, AUDUSD, USDJPY and USDCAD pairs. Recommended pairs: M5, M15, M30 and H1. The trading strategy is as follows: as soon as the arrow appears, open an order in the direction of the arrow and set take profit to +10 points. Set stop loss at the indicator's stop line. Stop line is displayed in red or blue depending on the indicator signal. Also, the Martingale system can be applied in the system. If a trade is closed at a loss, the next
DotaScalping
Andrey Kozak
DotaScalping is a semi-automated trading system for scalping. The indicator shows recommended moments for opening Buy/Sell trades as dots on the chart. Signals are generated based on the algorithm for price amplitude smoothing. The indicator tries to accurately calculate the moments of the maximum peak price values ​​and produces signals based on the smoothed correlation. The indicator determines the High and Low price values and generates signals based on the trend direction. The indicator is v
ForexGumpUltra
Andrey Kozak
3.25 (4)
ForexGumpUltra is a new and more advanced indicator of the ForexGump series. This indicator easily determines the price direction on any currency pair and any timeframe. The indicator draws its signals on the zero bar and does not redraw them (see the video). In the 34th second of the video it can be seen that this indicator uses new filters to determine the changes in price movement direction without delay, despite the market noise present at the moment (see the video on the 34th second). Once
Forex Gump Scalping
Andrey Kozak
5 (2)
Attention! Friends, since there have been many scammers on the Internet recently selling indicators called ForexGump, we decided to warn you that only on our page is the LICENSE AUTHOR'S VERSION of the INDICATOR sold! We do not sell this indicator on other sites at a price lower than this! All indicators are sold cheaper - fakes! And even more often sold demo versions that stop working in a week! Therefore, in order not to risk your money, buy this indicator only on this site! Forex Gump Scalpin
Bomb Scalper
Andrey Kozak
Bomb Scalper is a ready-made mechanical trading system that analyzes the market using 12 market signals, as well as candle patterns, providing signals for opening and closing trades. On the screenshot below, you can see how the system draws the blue arrow for buying and the red one for selling. Order close signal is shown as the yellow arrow. Besides, during a closing signal, the indicator calculates potential profit/loss. How the indicator works After launching, Bomb Scalper navigates through
Striker
Andrey Kozak
Stiker is a robot capable of trading in automatic or semi-automatic mode . If auto=true in the robot settings, the robot automatically opens and closes orders on its own when a signal appears. If auto=false, the robot analyzes the market and shows signals on the screen, while a trader manually confirms opening or closing orders by clicking the Open Buy and Close Order buttons. This is done to enable traders make trading decisions themselves. This reduces the trading risk. Striker is a smart syst
If you do not yet have your trading strategy, you can take advantage of our ready-made trading strategy, which is most effective for EURUSD H1 currency pair. The indicator "Ready Made Scalping System" automatically analyzes the market and shows the trader when to open and close orders. You just need to follow his instructions. When the arrow appears - open the order, when a square appears with a tick - close the warrant. For convenience of the trader, the indicator when signals appear sends a m
Amok
Andrey Kozak
Amok is a fully automatic trading system that was developed for trading on the EURUSD currency pair, H1 timeframe on micro accounts. Nevertheless, as practice shows, this trading system works well in other currency pairs. Principle of work of the trading robot Amok In the algorithm of the robot, there are more than 7 different trading strategies. This was done to ensure that the robot could work more stably in different market conditions. The program part of the robot uses 12 different indicato
필터:
리뷰 없음
리뷰 답변