JagzFX OnePin Basic Edition

Transform indicators into trading signals

JagzFX OnePin Basic allows a wide range of MT4 Custom Indicators to be transformed into multi-symbol trading signals without the need to write any code. You can use OnePin to create 'At A Glance' dashboards showing your preferred technical indicators and even send buy/sell signals to a PIN compatible dashboard just as JagzFX pinTrader.

Whilst I have tried to limit the amount of technical jargon needed to use this PIN, there are a few terms that might need explaining...

The first of these is Buffers. Buffers are a feature in MT4 that allows an indicator to display lines, histograms and other chart information. In MT4 you can see an indicators buffers in the Data Window. You can get to these values from the MT4 menu by choosing View - Data Window, or by using the keyboard shortcut Ctrl-D. Generally speaking, an indicator with a single-line will use just one buffer, and a two-line indicator will use two buffers, etc. One PIN reads the line values from the indicator buffers, so we need to be able to tell it which buffers to use, and this is done using the settings Buffer A Index and Buffer B Index. By default the buffers used are set to 1 and 2, which will usually be the first two lines of an indicator, but there might be reasons to set these to other values which I will mention below.

One PIN Modes

One PIN v1.00 has eight modes, which is four basic types each with one option to compare the difference between values and a second option to check if the values have crossed.
Modes:

Price versus Buffer A & Price cross Buffer A

These modes are used for indicators whose value is displayed on the main chart as price. An example is the Kaufman Adaptive Moving Averages (KAMA). The Close price of the candle is compared with the indicator value in Buffer A. In versus mode, if the candle price is above the indicator value, a Long signal is produced, and if the Price is below the indicator level a Short signal is produced. In cross mode, if the candle price crosses from below to above the indicator a Long signal is produced, and if the price crosses from above the indicator to below it, a Short signal is produced. Long/Short signals can be swapped by setting the Reverse Output parameter to true.

Buffer A versus Level(s) & Buffer A cross Level(s)

These modes are used to compare the level of a single-line indicator (or one line from a multi-line indicator). Examples of this would be to check if an indicator is above or below a certain level, such as filtering trends (above or below zero level), filtering overbought/oversold levels, or looking for entry signals such as zero-crossing or reversals.

In these modes, two levels need to be set: the Long Level determines when a Long signal is generated and the Short Level determines when a Short signal is generated. Examples as follows:

Above below zero (versus mode) or zero-cross (cross mode): Long Level=0, Short Level=0.
RSI Overbought Oversold (versus mode): Long Level=80, Short Level=20.
RSI Reversal (cross mode): Long Level=20, Short Level=80.

Whist only Buffer A is checked against the levels, the buffer index value can be set as needed. For example, to check for the MACD Main line crossing zero set Buffer A Index to 1, and to check for the MACD Signal line crossing zero you would set Buffer A Index to 2.


Buffer A versus MAofA & Buffer A cross MAofA

These modes are used to add a lagging value to single-line indicators (of one line of a multi-line indicator). The lagging value is similar to the signal line of indicators such as the MACD.

In these modes, the MA Period and MA Method (SMA,EMA, etc.) are set as required and value of the indicator is compared to the value of the MA.

Buffer A versus B & Buffer A cross B

These modes are for comparing the lines from a multi-line indictor such as the MACD or Stochastic. In versus mode the PIN will check if Buffer A is above Buffer B (Long signal) or below it (Short signal). In cross mode the PIN will check if Buffer A has crossed Buffer B up (Long signal) or crossed down (Short signal.

If the indicator has more than two buffers, Buffer A Index and Buffer B Index can be set to compare whichever two lines are required.

One PIN Settings

    Timeframe
    Sets the timeframe used by the indicator: M30, H1, etc.

    Indicator Name
    Enter the name of the Custom Indicator exactly as it appears in the MT4 Navigator pane. You can only use Custom Indicators (not the MT4 built-in indicators). Custom Indicators are .exe files, installed into the MQL4\Indicators directory.

    Indicator Parameters
    Depending on the type and number of parameters you want to set for your Custom Indicator, this bit can range from very simple to very complicated.

    • To use the Custom Indicator’s default values, just leave the Indicator Parameters box empty
    • Otherwise, enter the parameters you need (up to a maximum of ten), in the order required by the indicator. Separate each parameter with a comma but do not use spaces. e.g. 12,26,8 not 12, 26, 8.
      (Tip, if you are unsure of the correct order, save the settings of the indicator as a set file, then open the set file with a text editor such as Notepad and you will be able to see the list of parameters. Some indicators may not have the option of having set files, but you can still find the parameters by saving your whole chart as a template and then opening the tpl file with a text editor.
    • You can leave off parameters you don’t want to change, e.g. if your indicator has five parameters but you only want to change the first two then all you need is 15,32 for example. However, you must specify all the parameters before the one you want to change, so to change the third parameter to 5, you would also need to include parameters one and two, e,g, 12,26,5.
    • Only numeric parameters are allowed.
      • For Boolean values (true or false) use 1 or 0
      • If the indicator uses Price modes, MA smoothing methods, etc. replace these with their numeric values, which you can find the standard MT4 constants here:
      • You cannot use text-values (this is an MT4 coding limitation I ran into when passing externals to the iCustom function). But remember that you can leave off parameters that you do not need to change from defaults. Therefore, is a text-value occurs in the list after the parameters you need to set, just leave it off (you will also need to leave off any subsequent parameters). If the text-value occurs in the list before the parameters you want to change, it’s more difficult to deal with. See the Tip on modifying Custom Indicators further down this article.

    OnePin Settings

    Mode
    Sets the Buffer comparison mode used by the PIN, see One PIN Modes (section above).

    Long Level, Short Level
    Set the threshold levels for Long and Short signals in the Levels modes, see One PIN Modes (section above).

    MA Period, MA Method
    Set the moving average smoothing period and smoothing method in modes MAofA modes, see One PIN Modes (section above).

    Buffer A index, Buffer B index
    Set which Custom Indicator buffers the PIN uses. Buffer B index is only used in the A versus B and A cross B modes. See One PIN Modes (section above).

    Candle Shift
    Sets which candle the PIN takes its signals from. The current candle is 0, but since this candle and associated indicator values may update, signals from this candle may change (even for non-repainting indicators). Candle 1 should provide a stable signal for non-repainting indicators.

    Signal Hold
    Sets the number of candles that a signal remains active. This is useful with the cross modes, where you want to allow time for other indicators to catch up and confirm the signal.

    Reverse Output
    Swaps the direction of the signals generated by the pin, e.g. a cross-up (Long signal) becomes Short signal, and vice versa.


    추천 제품
    스마트 심볼 스위처 - 고급 차트 탐색 도구 스마트 심볼 스위처로 거래 워크플로우를 간소화하세요. 효율적인 다중 심볼 및 다중 타임프레임 관리를 위해 설계된 강력한 MT4 지표입니다. 맞춤형 키보드 단축키로 종목과 차트 기간 사이를 원활하게 전환하여 초고속 실행을 실현합니다. 기능에는 컬러 또는 심플한 열 레이아웃의 유연한 디스플레이 옵션, 최적의 보기를 위한 조절 가능한 확대/축소 기능, 작업 공간을 정리하는 편리한 숨기기 기능이 포함됩니다. 심볼을 수동으로 추가하거나 자동 감지를 통해 관심 목록을 채울 수 있습니다. 직관적인 드래그 앤 무브 인터페이스를 통해 선호도에 따라 요소를 구성하고 재배치할 수 있습니다. 여러 차트를 관리하는 활발한 트레이더에게 완벽한 스마트 심볼 스위처는 반복적인 클릭을 없애고 전문가급 차트 제어로 거래 효율성을 향상시킵니다. 주요 기능: 즉각적인 심볼 및 타임프레임 전환 맞춤형 키보드 단축키 컬러 및 심플 열 디스플레이 모드 확대/축소 기능 깨끗한 차트
    PRO SMC RR ENGINE Professional Smart Money Trading System for MetaTrader 4 PRO SMC RR ENGINE is a professional-grade Smart Money Concept indicator developed for traders who require precision, structure, and consistency in market execution. The system combines institutional supply and demand analysis, advanced market structure logic, ATR-based volatility calculations, and dynamic Risk-to-Reward management into a stable and highly structured trading framework. Unlike conventional indicators that c
    Mean Reversion Supply Demand Indicator Mean Reversion Supply Demand is the indicator to detect the important supply demand zone in your chart. The concept of supply demand trading relies on the quantity mismatching between buying and selling volumes in the financial market. Typically, supply demand zone serves to predict the turning point. The wave pattern, for any supply demand zone to work as an successful trade, looks like the price must touch the base zone, move away and then return to zone
    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
    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
    TPO Profile MT4
    Kyra Nickaline Watson-gordon
    5 (1)
    Definition : TPO is a Time Price Opportunity. Instead of using bars or candles with an Open, High, Low, and Close price, each "bar" in a Market Profile is represented by horizontal bars against the price It is called Market Profile terminology. In other words time-price-opportunity (TPO) profiles are histograms of how much time was spent at each price within the span of the profile. By using a TPO chart, you are able to analyze the amount of trading activity, based on time, for each price level
    Introduction This indicator detects volume spread patterns for buy and sell opportunity. The patterns include demand and supply patterns. You might use each pattern for trading. However, these patterns are best used to detect the demand zone (=accumulation area) and supply zone (=distribution area). Demand pattern indicates generally potential buying opportunity. Supply pattern indicates generally potential selling opportunity. These are the underlying patterns rather than direct price action. T
    Break Moment
    Svyatoslav Kucher
    5 (2)
    Break Moment is a unique proprietary indicator with extensive capabilities and a variety of settings. It can be used as a signal generator or as an auxiliary tool. For the calculations, the price channel is determined. When it is broken, if all conditions of the additional filter are met, it displays a signal in the form of a histogram. Break Moment can be used to determine the main trend, as it has 2 filters for determining it in addition to everything else. If these filters are activated, the
    Gioteen Volatility Index (GVI)   - your ultimate solution to overcoming market unpredictability and maximizing trading opportunities. This revolutionary indicator helps you in lowering your losing trades due to choppy market movements. The GVI is designed to measure market volatility, providing you with valuable insights to identify the most favorable trading prospects. Its intuitive interface consists of a dynamic red line representing the volatility index, accompanied by blue line that indicat
    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
    This EA is an extension for the free trade indicator Trend Mate . https://www.mql5.com/en/market/product/50082 The main idea is to support your decision to  trade  according to the current trend. It is possible to configure alert and push notification to receive when entering to first candle for bull / bear trend. For this extension of the free indicator now it is possible to filter the current trend info with other timeframes. For example show trend for timeframe M5 considering also timeframe
    Market Structure Zig Zag
    Lesedi Oliver Seilane
    4.66 (29)
    Free Market structure zig zag to assist in price action trading the screenshots describe how to use and how to spot patterns new version comes with alerts, email alert and  push notification alert can be used on all pairs  can be used on all timeframes  you can add additional confirmation indicators the indicator shows you your higher high and low highs as well as your lower lows and lower highs  the indication makes price action analysis easier to spot.
    FREE
    Firstly , the script estimates how many Mx bars of the chart (on which this script is applied) the future trend will most likely continue and what is its quality. Secondly (and most importantly), the script is an auxiliary tool for the extremely mathematically advanced and extremely effective ScientificTrade indicator in trading. The script calculates the optimal averaging period, which is also equal to Mx, of the ScientificTrade indicator, which gives the maximum profit according to the strate
    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를 찾을 수 있습니다. 여기를 클릭하여 고품질 트레이딩 로봇과 지표를 확인하세요! 이것은 이 MQL5 웹사이트에서만 제공되는 오리지널 제품입니다.
    Gold Crazy EA MT4
    Nguyen Nghiem Duy
    Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
    M W Pattern Pro
    Noiros Tech
    4.14 (7)
    M & W Pattern Pro is an advanced scanner for M and W patters , it uses extra filters to ensure scanned patterns are profitable. The indicator can be used with all symbols and time frames. The indicator is a non repaint indicator with accurate statistics calculations. To use , simply scan the most profitable pair using the statistics dashboard accuracy , then enter trades on signal arrow and exit at the TP and SL levels. STATISTICS : Accuracy 1 : This is the percentage of the times price hits TP
    Gold Command Center is a complete analysis dashboard for XAUUSD traders. It combines six analytical modules into a single compact panel that helps you decide what direction to trade, when to enter, and which levels to watch. USD Strength is calculated in real time across four timeframes using seven major USD pairs. Color-coded bars and a directional bias summary show you instantly how dollar movement is affecting gold. DXY Correlation tracks the Dollar Index and its inverse relationship with g
    Nirvana prop controler MT4
    Aiireza Arjmandi Nezhad
    전문 트레이더와 평가형 계정(Prop)을 위한 위험 관리 및 한도 모니터링 지표 이 도구는 위험 관리와 한도에 관한 정보를 차트에 표시만 하여, 더 집중해서 의사결정을 내리도록 돕습니다. 인디케이터는 포지션을 열거나/닫거나/변경하지 않으며, 익스퍼트 어드바이저(EA)와도 충돌하지 않습니다. 기능 일일 및 총 드로우다운 모니터링 잔고(Balance) 또는 에쿼티(Equity)를 기준으로 일일/총 드로우다운을 계산·표시합니다(설정 가능). 설정된 한도까지 남은 비율을 표시합니다. 차트 내 깔끔하고 전문적인 패널 요약 표: Balance, Equity, 현재 P/L, 일일/총 DD, 경고 임계값. 의사결정에 집중할 수 있도록 간결하고 가독성 높은 UI. 위험 기반 포지션 사이징 퍼센트/고정 금액 리스크와 선택한 손절폭(SL)에 따라 대략적인 거래량을 산출. 위험대비보상비(R:R)와 진입, SL, TP 레벨을 차트에 표시. 경고와 알림 일일/총 DD 임계값에 근접 시 경고(임계값 퍼센트
    Visual Vortex Indicator MT4
    AL MOOSAWI ABDULLAH JAFFER BAQER
    Unleash the Power of Market Dynamics with the Vortex Indicator! The Visual Vortex Indicator is your advanced tool for decoding market trends, reversals, and momentum shifts. Priced at $65, this indicator provides a comprehensive view of market behavior, but it’s designed for you to fine-tune and optimize it according to your unique trading strategy. What Makes It Unique? The Vortex Indicator is based on a strategy that identifies directional movements and trend strength by analyzing key price d
    Reversal Monster Mini
    Abdulfattah Yahya Mohammed Alhazmi
    The Most advanced and comprehensive EA to trade Trend Reversals/Pullbacks It is a very profitable EA, to trade trends breakout, and manage trades, takeprofit, stoploss, move to breakeven, and trailing stop. The   “Reversal Monster EA”   trades Reversal/Pullbacks when the current price of the pair pullback to a predefined horizontal level or trendline on the currency chart. The opening of the position can be immediate after pullback to the drawn trendline or after closing the candle below/above
    FREE
    The indicator enables measurement and analysis of accumulated volume (tick), in any chosen swing. The user's task is to mark individual measuring sections with the help of a "crayon's". The indicator automatically sums the volumes of individual candles. Volume analysis is a basic element of the VSA (volume spread analysis) technique. A method of using an indicator is shown on the film. Parameters description Anchor_mode - If true, one end of the measuring line is always hooked on the current ca
    The Magic MA Moving Average Indicator is a market analysis tool that has more than 30 types of moving averages that the trader can use to gauge the market trend. Among the types of moving averages that the trader can visualize are the most common MAs (SMA, EMA and SMMA), adaptive moving averages such as FRAMA and KAMA and other MAs based on innovative calculation and analysis methods such as LSMA, ZLEMA and others. The indicator is designed to display all these moving averages on a single cha
    FiboZag
    Andriy Sydoruk
    Indicator FiboZag - transfer the indicator to the chart and the Fibonacci levels will be built automatically on the last ZigZag turn. The main advantage lies in the correct construction of Fibonacci levels and markup of price levels. Simple, visual and effective use. The indicator is not redrawn and does not lag. Works on all currency pairs and on all timeframes.
    Wolfe Wave Scanner MT4
    Reza Aghajanpour
    4.64 (11)
    **  All Symbols  x  All Timeframes  scan just by pressing scanner button ** *** Contact me  to send you instruction and add you in "Wolfe Wave Scanner group" for sharing or seeing experiences with other users. Introduction: A Wolfe Wave is created with five-wave patterns in price. It shows supply and demand and a fight towards a balance price. T hese waves of price actions can help traders identify the boundaries of   the trend . Also  It helps forecast how the price will move in the near future
    The “ Ticks Overcome Signal ” indicator, as outlined in your provided code, is a custom tool designed for use with MetaTrader 4 (MT4), a popular platform for Forex trading. This indicator seems to focus on tracking the momentum and direction of price movements by counting consecutive up and down ticks. Here’s an overview of the psychological aspects, logic benefits, and usage instructions for this indicator on MT4: Decision Support : Traders often face psychological challenges in decision-making
    FREE
    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.
    The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: MA pointing Up/Down Green square + Red border: MA po
    Индикатор виртуального эквити, представляемый здесь, может работать по нескольким символам одновременно. Для каждого символа задается направление ( Buy/Sell ) и размер позиции. В настройках также указывается размер предполагаемого депозита, дата открытия и закрытия позиции.   На графике при этом устанавливаются вертикальные линии, обозначающие указываемые в настройках даты.  После установки индикатора на график, можно изменять время открытия и закрытия позиции, передвигая эти линии.   Дату закр
    Quantum Currency Strength Indicator
    QUANTUM TRADING SOFTWARE LIMITED
    Your success as a forex trader depends on being able to identify when a currency or currency pair is oversold or overbought. If it is strong or weak. It is this concept which lies at the heart of forex trading. Without the Quantum Currency Strength indicator, it is almost impossible. There are simply too many currencies and too many pairs to do this quickly and easily yourself. You need help! The Quantum Currency Strength indicator has been designed with one simple objective in mind. To give you
    Currency Strength Oscillator MT4
    Narayanan Mohanan Mohanan Krishnan
    MetaTrader 4용 통화 강도 오실레이터 8개 메이저의 역사를 나타내는 상대 통화 강도 지표입니다. 이 통화 강도 오실레이터는 8개 주요 통화의 상대적 강도를 역사로 표시합니다. 28 주요 쌍. 표준 통화 강도 측정기는 현재 상황이 어떤지 알려주지만, 이는 어떤 통화가 강세를 보이고 있는지, 어떤 통화가 롤오버되었는지, 순위가 어디에서 바뀌었는지 등을 보여줍니다. 8개 시리즈 모두 문서화된 지표 버퍼로 노출되므로 전문 자문가가 MetaTrader 4에서 통화 강도를 직접 읽을 수 있습니다. 분해 작동 방식 8개 통화는 각각 28개 쌍 중 7개로 나타납니다. 그 강도는 7개 판독값의 평균이며, 호가 통화일 때마다 부호가 반전됩니다. AUDJPY 엔화 약세가 아니라 엔화 강세를 뜻한다. 모든 쌍은 정확히 두 가지 통화에 기여합니다. 긍정적인 것은 베이스이고 부정적인 것은 견적에 기여하므로 전체 세트에서 이러한 기여는 취소되고 8가지 강점의 합은 0이 됩니다. 지표는 이를 내부 점검
    이 제품의 구매자들이 또한 구매함
    Neuro Poseidon MT4
    Daria Rezueva
    4.8 (45)
    Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
    DayTrader PRO MT4
    Davit Beridze
    5 (1)
    DayTrader PRO DayTrader PRO는 존 에러스(John Ehlers)의 Laguerre 필터와 강력한 자동 최적화 엔진을 결합한 고급 트레이딩 지표입니다. 고정된 파라미터를 사용하는 대신, 최근 시장 상황을 바탕으로 최적의 설정을 자동으로 검색하므로 지속적인 수동 조정 없이도 변화하는 시장 변동성에 대응할 수 있습니다. 이 지표는 명확한 매수(BUY) 및 매도(SELL) 신호를 생성하며, 현재 시장 변동성을 기준으로 계산된 적응형 손절매(Stop Loss) 및 익절(Take Profit) 레벨을 제공합니다. 내장된 추세, 효율성 지수(Efficiency Ratio), 변동성 및 캔들 필터 기능은 저품질의 진입 신호를 제거하여 신호의 정확도를 높여줍니다. 실시간 성능 대시보드에서는 현재 최적화된 설정값, 수익 요인(Profit Factor), 승률(Win Rate), 최대 낙폭(Drawdown) 및 기타 트레이딩 통계를 확인할 수 있습니다. 또한 DayTrader PR
    SR Liquidity
    Oleg Rodin
    5 (1)
    SR Liquidity 는 시장 유동성이 집중되고 가격이 가장 강력하게 반응하는 숨겨진 구간을 포착하도록 설계된 트레이딩 지표입니다. 이러한 특수 유동성 구간은 강력한 지지 및 저항선 역할을 하며, 시장 반전 가능성이 가장 높은 지점을 명확하게 보여주는 지도가 되어 줍니다. SR Liquidity는 일반적인 지지 및 저항선을 단순히 그리는 대신, 실제 가격 움직임을 분석하여 매수 및 매도 압력이 집중되는 구간을 포착합니다. 이러한 구간은 실질적인 시장의 흐름을 주도하는 유동성 풀(liquidity pools)에 해당합니다. 이 지표는 해당 구간을 차트에 직접 시각화하여, 가격 반응이 실제로 나타나기 전에 이를 미리 예측할 수 있도록 돕습니다. 즉, 가격 추세가 전환될 가능성을 사전에 파악하게 해주는 것입니다. 결과적으로 이 지표는 가공되지 않은 가격 움직임(price action)을 시장의 핵심 가격대, 다시 말해 추세 전환점이 될 수 있는 지점들을 보여주는 명확하고 실용적인 로드맵
    M1 Sniper
    Oleg Rodin
    5 (27)
    M1 SNIPER 는 사용하기 쉬운 거래 지표 시스템입니다. M1 시간대에 맞춰 설계된 화살표 지표입니다. 이 지표는 M1 시간대 스캘핑을 위한 단독 시스템으로 사용할 수 있으며, 기존 거래 시스템의 일부로도 사용할 수 있습니다. 이 거래 시스템은 M1 시간대 거래용으로 특별히 설계되었지만, 다른 시간대에도 사용할 수 있습니다. 원래는 XAUUSD와 BTCUSD 거래를 위해 이 방법을 설계했지만, 다른 시장 거래에도 유용하다는 것을 알게 되었습니다. 이 지표의 신호는 추세 방향과 반대로 거래될 수 있습니다. 저는 지표의 신호를 활용하여 양방향으로 거래할 수 있도록 돕는 특별한 거래 기법을 알려드립니다. 이 방법은 특별한 동적 지지선과 저항선 가격 영역을 활용하는 것을 기반으로 합니다. 구매하시면 M1 SNIPER 화살표 지표를 바로 다운로드하실 수 있습니다. 또한, 아래 스크린샷에 표시된 Apollo Dynamic SR 지표는 M1 SNIPER 도구를 사용하는 모든 사용자에게 무료로
    Prop Firm Sniper
    Mohamed Hassan
    4.33 (6)
    Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
    Gann Made Easy
    Oleg Rodin
    4.84 (171)
    Gann Made Easy 는 mr.의 이론을 사용하여 최고의 거래 원칙을 기반으로 하는 전문적이고 사용하기 쉬운 Forex 거래 시스템입니다. W.D. 간. 이 표시기는 Stop Loss 및 Take Profit Levels를 포함하여 정확한 BUY 및 SELL 신호를 제공합니다. PUSH 알림을 사용하여 이동 중에도 거래할 수 있습니다. 구매 후 거래 방법 안내 및 유용한 추가 지표를 무료로 받으시려면 저에게 연락주세요! 아마도 Gann 거래 방법에 대해 이미 여러 번 들었을 것입니다. 일반적으로 Gann의 이론은 초보자 거래자뿐만 아니라 이미 거래 경험이 있는 사람들에게도 매우 복잡한 것입니다. Gann의 거래 방식은 이론적으로 적용하기 쉽지 않기 때문입니다. 나는 그 지식을 연마하고 Forex 지표에 최고의 원칙을 적용하기 위해 몇 년을 보냈습니다. 표시기는 적용하기가 매우 쉽습니다. 차트에 첨부하고 간단한 거래 권장 사항을 따르기만 하면 됩니다. 지표는 지속적으로 시장 분석
    BTMM State Engine Pro MT4
    Garry James Goodchild
    BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status,
    Zoryk Gold mt4
    Reda El Koutbane
    5 (1)
    ZORYK — MetaTrader 4용 XAUUSD 전문 신호 및 트레이드 플래닝 시스템 이런 경험이 있을 것입니다. 골드를 분석하고 진입을 기다린 뒤 마침내 포지션을 열었지만 가격이 곧바로 반대 방향으로 움직입니다. 너무 일찍 청산하거나 Stop Loss를 옮기거나 몇 초 동안 망설입니다. 그 후 시장은 내가 없이도 처음 예상했던 목표까지 정확히 움직입니다. 문제는 항상 방향이 아니었습니다. 진짜 문제는 불확실성이었습니다. 정확한 진입 위치를 몰랐습니다. 어느 지점에서 원래의 트레이드 아이디어가 무효가 되는지 몰랐습니다. 가까운 수익을 확보해야 할지 더 큰 움직임을 기다려야 할지 판단하기 어려웠습니다. 현재 setup이 정말 강한지 아니면 단지 새로운 거래를 억지로 찾고 있는지도 확신하기 어려웠습니다. 골드는 매우 빠르게 움직입니다. 명확한 계획이 없다면 좋은 분석도 몇 초 만에 나쁜 결정으로 바뀔 수 있습니다. ZORYK는 이 문제를 해결하기 위해 개발되었습니다.
    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 공식.  모든 시간대에 걸쳐 부드럽고 정확한 강도선. 추세와 정확한 진입을 식별하는 데 이상적입니다. 역동적인 시장 피보나치 수준(시장 피보나치).  이 지표에만 있는 고유한 기능. 가격 차트가 아닌 통화 강도에 피보나치가 적용됩니다.
    Supply and Demand Dashboard PRO
    Bernhard Schweigert
    4.81 (21)
    현재 30% 할인! 이 대시보드는 여러 기호와 최대 9개의 타임프레임에서 작동하는 매우 강력한 소프트웨어입니다. 주요 지표(최상의 리뷰: 고급 공급 수요)를 기반으로 합니다.   Advanced Supply Demand 대시보드는 훌륭한 개요를 제공합니다. 다음과 같이 표시됩니다.  영역 강도 등급을 포함하여 필터링된 공급 및 수요 값, 영역에 대한/및 영역 내 Pips 거리, 중첩된 영역을 강조 표시하고 모든 (9) 시간 프레임에서 선택한 기호에 대해 4가지 종류의 경고를 제공합니다. 그것은 당신의 개인적인 필요에 맞게 고도로 구성 가능합니다! 당신의 혜택! 모든 트레이더에게 가장 중요한 질문: 시장에 진입하기에 가장 좋은 수준은 무엇입니까? 최고의 성공 기회와 위험/보상을 얻으려면 강력한 공급/수요 영역 내 또는 그 근처에서 거래를 시작하십시오. 손절매를 위한 최적의 장소는 어디입니까? 가장 안전하려면 강력한 수요/공급 구역 아래/위에 정류장을 두십시오.
    KURAMA GOLD SIGNAL PRO (MT4) — 7중 필터 · 자동 TP/SL · 품질 점수 · 시그널 기록 저장 | XAUUSD 완전 트레이딩 시스템 실시간 리페인트 없음. 시그널이 나타나는 순간 화살표, 진입, TP, SL이 그 자리에 고정되어 이후 절대 움직이지 않습니다. 여러분이 거래하는 것은 바로 이 실시간 시그널입니다. 그리고 v7.20에서는 실제로 발신된 모든 시그널이 자동 저장되어 재시작 후에도 정확히 복원됩니다. 구매자 전용 보너스 평생 라이선스를 구매하시면 AI Zone Radar($59 상당) + 완전 PDF 매뉴얼을 무료로 드립니다. 제품 가격에 더해 $59 상당의 보너스가 따라옵니다. 구매 후 MQL5로 메시지를 보내주세요. AI Zone Radar: https://www.mql5.com/en/market/product/175834 골드 트레이더 커뮤니티에서 실제로 사용되며 정확성과
    Super Signal – Skyblade Edition 전문가용 노리페인트 / 노래그 트렌드 신호 시스템, 뛰어난 승률 제공 | MT4 / MT5용 1분, 5분, 15분과 같은 낮은 타임프레임에서 가장 좋은 성능을 보입니다. 핵심 기능: Super Signal – Skyblade Edition은 추세 매매를 위해 설계된 스마트 신호 시스템입니다. 이 시스템은 다중 필터 로직을 활용하여, 명확한 방향성과 실질적인 모멘텀이 수반된 고품질 추세만을 감지합니다. 이 시스템은 고점 또는 저점을 예측하지 않으며 , 다음 세 가지 조건이 모두 충족될 때만 신호를 발생시킵니다: 명확한 추세 방향 강화되는 모멘텀 건전한 변동성 구조 또한, 시장 세션 기반의 유동성 분석을 통해 신호의 신뢰성과 타이밍을 더욱 향상시킵니다. 신호 특성: 모든 화살표 신호는 100% 리페인트 없음 / 지연 없음 신호가 한 번 발생하면 고정되며, 깜빡이거나 사라지지 않음 차트 상의 시각적 화살표, 정보 패널, 팝업 알
    Atomic Analyst
    Issam Kassas
    5 (11)
    이 제품은 2026년 시장에 맞게 업데이트되었으며 최신 MT5 빌드에 최적화되었습니다. 가격 업데이트 안내: Atomic Analyst는 현재 $99 에 제공됩니다. 다음 30회 구매 후 가격은 $199 로 인상됩니다. 특별 혜택: Atomic Analyst 구매 후 저에게 개인 메시지를 보내시면 Smart Universal EA를 무료 로 받을 수 있으며, Atomic Analyst 신호를 자동 거래로 전환할 수 있습니다. Atomic Analyst는 리페인트 없음, 재그리기 없음, 지연 없음의 Price Action 거래 인디케이터로, 수동 거래, 신호 명확성, EA 자동화를 위해 설계되었습니다. User manual: settings, inputs and strategy.     &   User Manual PDF . 가격 움직임, 강도, 모멘텀, 다중 시간대 방향 및 고급 필터를 분석하여 트레이더가 노이즈를 줄이고 약한 세팅을 피하며 더 체계적인 거래 결정을 내릴 수 있도
    A. A2SR이란 무엇입니까 ?   * 선행 기술 지표입니다(재도장 없음, 지연 없음). -- 안내 : https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- 및 https://www.mql5.com/en/users/yohana/blog .. MT5 version:  https://www.mql5.com/en/market/product/140111 A2SR에는 지원(수요) 및 저항(공급) 수준을 결정하는 특별한 기술이 있습니다. 우리가 인터넷에서 본 일반적인 방식과 달리 A2SR은 실제 SR 수준을 결정하는 독창적인 개념을 가지고 있습니다. 원래 기술은 인터넷에서 가져온 것이 아니며 인터넷에 게시된 적도 없습니다. A2SR은 거래 스타일에 따라 SR 수준을 자동으로 선택합니다. 시간 프레임을 변경해도 SR 레벨은 그대로 유지됩니다. 사용하는 시간 프레임에서 실제 SR을 얻지 못하기 때문입니다. A2SR은 거래를
    ORB Seeker
    Marcela Goncalves De Oliveira
    한정 특가! 단돈 99달러! 구매 후 저에게 연락 주시면 보너스 ORB Seeker EA와 개인 최적화 설정 파일을 보내드립니다. 깔끔한 세션 브레이크아웃을 자신감 있게 활용하세요! ORB Seeker는 정확성, 단순성, 유연성 및 명확한 차트 구조를 원하는 트레이더를 위해 개발된 전문적인 시가 범위 돌파(ORB) 지표입니다. 이 프로그램은 모든 금융 상품에 대해 장전 거래 또는 사용자 지정 세션 범위를 자동으로 표시하고, 진입, 손절매, 목표 수익 및 선택적으로 50% 부분 목표 수익 수준을 포함한 명확한 돌파 신호를 제공합니다. 모든 계산은 실시간으로 차트에 직접 표시됩니다. 런던 개장, 뉴욕 세션, 아시아 세션 또는 사용자 지정 시장 시간대를 선택하여 거래하세요. ORB Seeker는 사용자가 선택한 세션 시간에 맞춰 작동하므로 시장 범위, 돌파 수준 및 거래 레벨을 정확하게 확인할 수 있습니다. 모든 구매 시 ORB Seeker EA가 무료 보너스로 제공됩니다. 이 EA는
    Advanced Supply Demand
    Bernhard Schweigert
    4.91 (302)
    현재 30% 할인! 초보자나 전문 트레이더를 위한 최고의 솔루션! 이 보조지표는 우리가 다수의 독창적 기능과 새로운 공식을 통합한 독특하고 고품질이며 저렴한 거래 도구입니다. 이 업데이트를 통해 이중 시간대를 표시할 수 있습니다. 더 높은 TF를 표시할 수 있을 뿐만 아니라 차트 TF와 더 높은 TF 모두를 표시할 수 있습니다: 중첩 영역 표시. 모든 Supply Demand 트레이더들이 좋아할 것입니다. :) 중요한 정보 공개 Advanced Supply Demand의 잠재력을 극대화하려면 다음을 방문하십시오. https://www.mql5.com/ko/blogs/post/720245   진입 또는 목표의 명확한 트리거 포인트를 정확히 찾아냄으로 해서 거래가 어떻게 개선될지 상상해 보십시오. 새로운 알고리즘을 기반으로 매수자와 매도자 간의 잠재적인 불균형을 훨씬 더 쉽게 분간할 수 있습니다. 왜냐하면 가장 강한 공급영역과 가장 강한 수요 영역과 과거에 어떻게 진행 되었는지를(이전
    Built-in multi-symbol scanner — traffic-light grid for up to 30 pairs across four timeframes. No separate scanner file required. BUY, SELL, WAIT cells with confluence score and recent structure event. Full alignment with AI Trade Idea — current chart cell reads live engine data so scanner, dashboard, and AI panel always show the same verdict, score, and reason. Per-cell explain popup — four-section breakdown of what is happening, how the score was built, what to look for, and what to watch out
    IQ Gold Gann Levels
    INTRAQUOTES
    5 (4)
    Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
    Currency Strength Exotics
    Bernhard Schweigert
    4.88 (33)
    현재 20% 할인! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 표시기는 Exotic Pairs Commodities, Indexes 또는 Futures와 같은 기호에 대한 통화 강도를 표시하는 데 특화되어 있습니다. 금, 은, 석유, DAX, US30, MXN, TRY, CNH 등의 진정한 통화 강도를 보여주기 위해 9번째 줄에 모든 기호를 추가할 수 있습니다. 이것은 독특하고 고품질이며 저렴한 거래 도구입니다. 우리는 많은 독점 기능과 새로운 공식을 통합했습니다. 새로운 추세 또는 스캘핑 기회의 정확한 트리거 포인트를 정확히 찾아낼 수 있기 때문에 거래가 어떻게 개선될지 상상해 보십시오. 사용 설명서: 여기를 클릭 https://www.mql5.com/en/blogs/post/708876 모든 시간대에 작동합니다. TREND를 빠르게 확인할 수 있습니다! 새로운 기본 알고리즘을 기반으로 설계되어 잠재적인 거래를 더욱 쉽게 식별하고 확인할 수 있습니다. 8개의
    Scalper Inside PRO
    Alexey Minkov
    4.74 (68)
    Scalper Inside PRO helps you read the intraday trend and plan a trade before you enter the market. It is built around three exclusive strategies for a sharper read of the market. The moment a signal appears, the indicator evaluates market direction and calculates the key levels, so you see the potential entry, the expected stop-loss and several profit-taking levels in advance. Detailed performance statistics show how different instruments and strategies performed in history and help you pick ass
    Level Breakout Indicator is a technical analysis product that works from upper and lower boundaries, which can determine the direction of the trend. Works on candle 0 without redrawing or delays. In its work, it uses a system of different indicators, the parameters of which have already been configured and combined into a single parameter - “ Scale ”, which performs gradation of periods. The indicator is easy to use, does not require any calculations, using a single parameter you need to select
    Scalper Vault
    Oleg Rodin
    5 (38)
    Scalper Vault 는 성공적인 스캘핑에 필요한 모든 것을 제공하는 전문 스캘핑 시스템입니다. 이 표시기는 외환 및 바이너리 옵션 거래자가 사용할 수 있는 완전한 거래 시스템입니다. 권장 시간 프레임은 M5입니다. 시스템은 추세 방향으로 정확한 화살표 신호를 제공합니다. 또한 상단 및 하단 신호와 Gann 시장 수준을 제공합니다.  이 시스템은 사용하기가 매우 쉽습니다. 원하는 시장 지역의 화살표만 따라가면 됩니다. 엑시트는 가격이 적정 수준에 도달하거나 시장의 고점 또는 저점 신호가 나타날 때 수행됩니다.  표시기는 PUSH 알림을 포함한 모든 유형의 경고를 제공합니다. 인디케이터 구매 후 연락주세요. 내 개인 거래 권장 사항과 훌륭한 보너스 지표를 무료로 공유합니다! 나는 당신에게 행복하고 유익한 거래를 기원합니다!
    Color Trend FX
    Alexey Minkov
    4.5 (4)
    Color Trend FX shows the current trend direction and marks entry points, trailing levels and possible exit points right on the chart. The indicator is built for traders who want to see where to open, get hints on when to close, and check how it performed on history. It can work as a standalone tool, as part of your own system, or as a base for your Expert Advisors. The indicator plots signals as colored dots that follow the trend and also act as trailing levels for open positions. When the move
    Trend Catcher ind
    Ramil Minniakhmetov
    5 (11)
    트렌드 캐처 인디케이터 트렌드 캐처 인디케이터는 개발자가 자체 개발한 맞춤형 적응형 트렌드 분석 지표들을 조합하여 시장 가격 움직임을 분석합니다. 단기적인 노이즈를 제거하고 근본적인 모멘텀 강도, 변동성 확대, 가격 구조 움직임에 집중하여 진정한 시장 방향을 파악합니다. 또한 이동 평균, RSI, 변동성 필터와 같은 맞춤형 지표들을 활용하여 가격을 평활화하고 트렌드를 필터링합니다. 실제 운영 모니터링 및 기타 제품은 다음 링크에서 확인하실 수 있습니다: https://www.mql5.com/en/users/mechanic/seller 텔레그램에서는 EA나 설정 파일을 판매하지 않습니다. 사기이니 주의하세요. 모든 설정 파일은 블로그에서 무료로 제공됩니다. 중요! 구매 후 즉시 연락 주시면 사용 방법 및 보너스를 드립니다!
    GOLD Impulse with Alert
    Bernhard Schweigert
    4.67 (12)
    이 지표는 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics  의 2가지 제품의 슈퍼 조합입니다. 그것은 모든 시간 프레임에 대해 작동하며 8개의 주요 통화와 하나의 기호에 대한 강약의 충동을 그래픽으로 보여줍니다! 이 표시기는 금, 이국적인 쌍, 상품, 지수 또는 선물과 같은 기호에 대한 통화 강도 가속을 표시하는 데 특화되어 있습니다. 금, 은, 오일, DAX, US30, MXN, TRY, CNH 등의 진정한 통화 강도 가속(충동 또는 속도)을 표시하기 위해 9번째 줄에 모든 기호를 추가할 수 있습니다. 새로운 기본 알고리즘을 기반으로 구축되어 잠재적인 거래를 훨씬 더 쉽게 식별하고 확인할 수 있습니다. 이는 통화의 강세 또는 약세가 가속되는지 여부를 그래픽으로 표시하고 가속 속도를 측정하기 때문입니다. 자동차의 속도계처럼 생각하면 됩니다. 가속화할 때 Forex 시장에서 동일한 일이 분명히 더 빠르
    Adopt market correlation and indicator resonance Here are some trading recommendations based on the current market conditions: (1) Note: It doesn't mean you have a perfect deal, but rather helps you avoid bad trades (2) Why traditional indicators are prone to distortion. For example, the 10-day moving average is calculated by calculating the average price of the top 10 candlesticks. Result: I prove I want to rise, and the signal is easily distorted. This indicator adopts a self-proof + corrob
    Day Trader Master
    Oleg Rodin
    5 (15)
    Day Trader Master 는 데이 트레이더를 위한 완벽한 거래 시스템입니다. 시스템은 두 개의 지표로 구성됩니다. 하나의 지표는 매수 및 매도를 위한 화살표 신호입니다. 얻을 수 있는 화살표 표시기입니다. 2차 지표를 무료로 드립니다. 두 번째 지표는 이러한 화살표와 함께 사용하도록 특별히 설계된 추세 지표입니다. 표시기는 반복하지 않고 늦지 않습니다! 이 시스템을 사용하는 것은 매우 간단합니다. 2색 선으로 표시되는 현재 추세 방향의 화살표 신호를 따라가기만 하면 됩니다. 파란색은 구매 추세입니다. 빨간색은 판매 추세입니다. 파란색 화살표는 매수 신호입니다. 빨간색 화살표는 매도 신호입니다. 추세선의 색상과 일치하려면 화살표의 색상과 신호의 방향이 필요합니다. 화살표 표시기는 주로 시간 간격 M5 및 M15에서 일중 거래를 위해 만들어졌습니다. 그러나 기술적으로 시스템은 다른 시간 간격으로 사용할 수 있습니다. 표시기에는 PUSH 메시지 기능이 있는 팝업 경고가 장착되어 있
    ReTest Histogram ms
    DMITRII GRIDASOV
    MT4용 Crypto_Forex 지표 "재테스트 히스토그램", 리페인트 없음. - ReTest_Histogram 지표는 강력한 지지선/반지선(S/R) 재테스트 후 주요 추세 방향으로 진입 신호를 찾는 데 사용할 수 있습니다. - ReTest 히스토그램은 두 가지 색상으로 제공됩니다. 빨간색은 하락 추세, 녹색은 상승 추세입니다. - 동일한 색상의 히스토그램 열이 일정하게 연속적으로 나타나면 새로운 추세가 시작되었음을 의미합니다. - ReTest 신호는 히스토그램에서 반대 색상의 열 하나와 추세 색상의 다음 열 하나(그림 참조)입니다. - 지표에는 모바일 및 PC 알림 기능이 내장되어 있습니다. 지표 사용 방법: - 매수 신호의 경우: 일정하게 연속된 녹색 히스토그램(상승 추세) + 빨간색 열 하나(재테스트) + 녹색 열 하나(매수 포지션 개시). - 매도 신호: 안정적인 연속 빨간색 히스토그램(하락 추세) + 히스토그램의 녹색 열 1개(재테스트) + 빨간색 열 1개(공매도 포지션)
    Mechanism Trend
    Vitalii Zakharuk
    The Mechanism Trend indicator is a hybrid indicator that shows the moments for entering the market with arrows. This indicator was created on the basis of the original indicators for searching for extreme points, the indicator is well suited for determining a reversal or a large sharp jerk to one side. When the trend changes, the Mechanism Trend indicator uses color signaling: green - when changing from a downtrend to an uptrend, and red - vice versa, to a downtrend. You can use the indicator
    Trend Lines PRO
    Roman Podpora
    5 (1)
    트렌드 라인즈 프로       이 지표는 시장이 실제로 어떤 방향으로 전환되는지 파악하는 데 도움이 됩니다. 실제 추세 반전 지점과 주요 시장 참여자들이 다시 진입하는 지점을 보여줍니다. 보시다시피       BOS 라인       복잡한 설정이나 불필요한 노이즈 없이 더 높은 시간대의 추세 변화와 주요 레벨을 확인할 수 있습니다. 신호는 차트에 다시 그려지지 않고 캔들이 마감된 후에도 계속 표시됩니다. VERSION MT 5   -   RFI LEVELS PRO   표시기   와 결합할 때 최대 잠재력을 발휘합니다. 지표가 보여주는 내용: 실제 변화       추세(BOS 라인) 한 번 신호가 나타나면 그 신호는 계속 유효합니다! 이는 신호를 발생시킨 후 변경될 수 있는 리페인팅 방식의 지표와 중요한 차이점입니다. 리페인팅 방식의 지표는 잠재적으로 자금 손실로 이어질 수 있습니다. 이제 더욱 높은 확률과 정확도로 시장에 진입할 수 있습니다. 또한 화살표가 나타난 후 목표가(익절)
    제작자의 제품 더 보기
    The JagzFX Gap Indicator acts as your vigilant companion, scanning the market with precision and alerting you to the presence of gaps as soon as a new candle is formed. Set your desired gap size, and the indicator will highlight both filled and unfilled gaps, on any symbol and on any timeframe.  By analysing the presence of unfilled gaps, you gain valuable insights into market behaviour, allowing for more informed trading decisions. Combine JagzFX Gap Indicator with JagzFX OnePin  to create a ma
    FREE
    Volatility Channel from JagzFX helps you find breakouts by displaying a channel on the price chart. Volatility Channel is simple to use - there are no parameters - and works on any timeframe. BASIC USE of Volatility Channels The channel can be used as a 'No Trade Zone': you don't trade when the price is inside the channel. However: When the price breaks above the channel: go Long. When the price breaks below the channel: go Short. The indicator works on all timeframes to suit your trading style.
    FREE
    What is the RVOL Indicator? It is well established that volume (including tick volume) is a valuable indicator of trader commitment to a price movement. The challenge with using volume for intraday trading is that there is a general cycle of increasing and decreasing volume associated with the different regional trading sessions. The Relative Volume, or RVOL, indicator helps to overcome this by comparing the current volume with the average volume for that time of day, calculated over a period o
    Discover the ultimate trading solution - Expert ONE! Say goodbye to needing a coder and hello to configurable trading strategies that can be customized in thousands of different ways. Expert ONE is the game-changer you've been waiting for, built on the reliable foundation of Jagzfx's proven software products like pinTrader, OnePIN, and MUX. With advanced features like risk management, position sizing, profit averaging, trailing stop, and weekly and intraday sessions, Expert ONE allows you to tai
    Elevate your trading with the JagzFX Market Regime Filter—adapt, optimize, succeed in navigating through smooth or volatile price movements. Gain a deeper understanding of market dynamics to refine your strategy and make informed decisions. KEY FEATURES Price Action Analysis: Distinguishes between smooth and volatile price movements. Trend Identification: Pinpoints bullish or bearish trends with precision. Strength Assessment : Evaluates the strength of identified trends—whether strong or weak M
    필터:
    리뷰 없음
    리뷰 답변