Abiroid TrendLines

Detailed blog post explaining everything with screenshots and has free scanner link:

https://www.mql5.com/en/blogs/post/760476/

Scanner only works with the purchased Trendlines indicator. And it needs to be in same directory.


Features

  • Triangle Types: Detects ascending, descending, and symmetrical triangles.
  • Channel Types: Horizontal, rising, and falling channels.
  • Scanner: Shows symbols for above trendline patterns
  • Threshold: Adjustable sensitivity for slopes
  • Breakouts: Alerts when price breaks out

Note: Scanner limitations:

Future/past intersection points are only supported in Chart Trendlines and not scanner.

Since, trendlines need to be drawn on actual chart to project intersection.

Many people will use all 28 pairs with 3-4 timeframes, and it's not a good idea to support opening multiple charts for each symbol/timeframe (28x4 charts)

Also, when using all 28 pairs and 4 timeframes, scanner will take 6-8 seconds every refresh. Depending on your PC. So set "Refresh After Ticks" accordingly.


Settings

Common Settings

https://www.mql5.com/en/blogs/post/747456


Resistance and Support Prices

To draw the trend lines it will find 2 points: R1 and R2 for resistance line above price. And S1 and S2 for support line below price.

By default it will use the highs for Resistance and Lows for Support. But you can change those to Closing price etc.


Scan for Pivot Points Using Base and Long Term Multiplier

Shift + (Min Scan Range * Long Multiplier)

Starting from the "Shift" bars, it looks back on candles to identify key pivot points.
Must be greater than at least 300 bars for accurate results.

Scan Window

An extra range of bars for scanning pivot points.

Example: If set to 2, the window becomes:

[minLookback-2 to maxLookback] for close points (R2 and S2).

Farther points (R1 and S1) are calculated using:

[0 to minLookback+2]

Change the multiplier to scan longer ranges. E.g for scalping use a small multiplier like 5


And for finding longer more distant pivots and to avoid false breakouts, use a larger multiplier like 10


Noise Reduction

Utilizes an EMA period with a noise reduction value to filter out insignificant highs and lows.

Helps smooth data for better trendline accuracy.


Appearance

Normally Support is green and resistance is Red. But for this indicator, I have used green for resistance. As a resistance breakout by an upwards moving trend will be bullish for ascending triangle/channel.

And a support line breakout for descending triangle/channel will be bearish.

You can change the line colors and mid line colors etc. Or line thickness for marking areas between R1 and R2 or S1 and S2 more clearly.

By default all Breakouts will be shown by a small dots, and strong breakouts will be green diamonds. You can change the strong breakout codes using Wingdings symbols:

https://www.mql5.com/en/docs/constants/objectconstants/wingdings


Breakouts:

Be careful with breakouts. And check the triangle shape.

The best kind of breakout will happen right after a low volatility period, when volatility increases.

A very tight trendline triangle will indicate a ranging period, then wait for a strong breakout in direction of that triangle.

A breakout for a symmetrical triangle could go either way. Breakouts during an expanding triangle will also usually go in direction of trendline slope.

Meaning if trendlines are making higher highs especially resistance, then upwards breakout is good for Bullish trades. And lower lows trendlines indicate Bearish Trend and will be good for Sell Trades.

Only strong breakouts have alerts. The weaker ones represented by smaller dots do not have alerts.


On scanner the weaker ones are shown as just text color highlight.

And on scanner strong breakouts are highlighted with background color and have alerts.


Volatility Detection:

It uses BB Squeeze for finding volatility using the bbsqueeze_dark_alerts 2.01.ex4:


You can define how many low volatility bars, before the high volatility breakout.

And if Breakout type is strict, then it will only show breakouts when trend is strong in ascending for bullish and descending triangle/channels for Bearish.

This will limit signals a lot but will only give breakouts in direction of trends.


Thresholds and Slope Calculations:

It will use a Threshold Multiplier to set checks for finding the Triangle/Channel type using the Point value for pairs.

Threshold = Point for the Symbol x (ThresholdMultiplier for Ascending/Descending)

    Slope Difference = Difference between Radian Slope of Resistance and SupportRelative Slope Diff = Slope Diff / Slopes added 

    Flat Resistance/Support = if Resis/Support Slope less than Threhold

    Rising Resis/Support = if Resis/Support Slope more than Threhold

    Falling Resis/Support = if Resis/Support Slope less than (-Threhold)

    For a Diverging Resistance, it needs to be going above Threhold
    For a Diverging Support, it needs to go below -Threhold

    Triangles:
    Expanding = Support and Resistance are Diverging
    Ascending = Support is rising and Resistance is Flat/Rising
    Descending = Support is flat/falling and Resistance is Falling
    Symmetrical = Support is rising and Resistance is falling

    For finding Channels:
    Slopes Parallel if relativeSlopeDiff < (Threshold Multiplier for Slope x Point)


    So, depending on Slopes and Thresholds set:
    And Ascending Triangle can be like:


    Whereas an Ascending Channel will be like:



    How to Debug

    Show Info In Comments:

    Enable Detailed Logs: Set DetailedDebugLogs to true.

    Specify Symbol and Timeframe: Use DetailedDebugPair and DetailedDebugTF to focus on specific pair/TF in scanner.


      When Not to Trade

      • Low Volatility: Avoid trading during periods of low volume as breakouts may be false.
      • Be cautious during choppy markets or sudden jumps.
      • Unclear Patterns: If the trendlines are not clear, it is better to wait for a more defined pattern.


      Conclusion:

      Use the Trendlines to find good breakouts. And use it with your existing trend-based strategies.

      Be careful to always validate your trades and not use just trend lines as a standalone strategy.

      As it can give false breakouts especially when going against overall trend.


      추천 제품
      SMC Venom Model BPR 지표는 Smart Money(SMC) 개념 내에서 일하는 트레이더를 위한 전문 도구입니다. 가격 차트에서 두 가지 주요 패턴을 자동으로 식별합니다. FVG (공정 가치 갭)는 3개의 캔들의 조합으로, 첫 번째와 세 번째 캔들 사이에 갭이 있습니다. 이는 볼륨 지원이 없는 레벨 사이에 구역을 형성하여 종종 가격 수정으로 이어집니다. BPR (균형 가격 범위)은 두 개의 FVG 패턴의 조합으로, "브리지"를 형성합니다. 이는 가격이 낮은 볼륨 활동으로 움직일 때 브레이크아웃과 레벨로의 복귀 구역으로, 캔들 사이에 갭을 생성합니다. 이러한 패턴은 거래자가 차트에서 거래량과 가격 역학을 분석하여 주요 지지/저항 수준, 돌파 구역 및 진입 지점을 식별하는 데 도움이 되며, 여기서 대형 시장 참여자와 일반 참여자 간의 상호 작용이 발생합니다. 이 지표는 사각형과 화살표 형태로 패턴을 시각화하며 유연한 경고 설정도 지원합니다. 주요 특징: 패턴 표시 모드:
      VR Cub
      Vladimir Pastushak
      VR Cub 은 고품질 진입점을 얻는 지표입니다. 이 지표는 수학적 계산을 용이하게 하고 포지션 진입점 검색을 단순화하기 위해 개발되었습니다. 지표가 작성된 거래 전략은 수년 동안 그 효율성을 입증해 왔습니다. 거래 전략의 단순성은 초보 거래자라도 성공적으로 거래할 수 있다는 큰 장점입니다. VR Cub은 포지션 개시 지점과 이익 실현 및 손절매 목표 수준을 계산하여 효율성과 사용 편의성을 크게 높입니다. 간단한 거래 규칙을 이해하려면 아래 전략을 사용한 거래 스크린샷을 살펴보세요. 설정, 세트 파일, 데모 버전, 지침, 문제 해결 등은 다음에서 얻을 수 있습니다. [블로그] 다음에서 리뷰를 읽거나 작성할 수 있습니다. [링크] 버전 [MetaTrader 5] 진입점 계산 규칙 포지션 개설 진입점을 계산하려면 VR Cub 도구를 마지막 최고점에서 마지막 최저점까지 늘려야 합니다. 첫 번째 지점이 두 번째 지점보다 빠른 경우, 거래자는 막대가 중간선 위에서 마감될 때까지 기다립니다
      이 인디케이터는 수동 및 자동 방법으로 차트에 그려진 조화 패턴을 감지합니다. 사용 후기를 추가하십시오. 참고 사항: 이 인디케이터에는 제어 패널이 있으며 모든 (차트 및 시간대) 설정을 저장합니다. 더 많은 공간을 확보하려면 최소화할 수 있으며 다른 분석 도구와 함께 작업하려면 모든 인디케이터 데이터를 숨기려면 닫기 버튼을 누를 수 있습니다. 이 인디케이터를 사용하고 설정을 변경하면 이동평균이나 볼린저 밴드와 같은 인디케이터를 추가할 때 편집 내용의 템플릿을 자동으로 저장하고 필요할 때 언제든지 로드할 수 있습니다. Windows 10을 사용하는 경우 MetaTrader 아이콘을 마우스 오른쪽 단추로 클릭한 다음 호환성 > 고DPI 설정 변경 > 시스템(개선)을 선택하여 최상의 화면 설정을 사용할 수 있습니다(HD 기기에서 수행되어야 함). 이 인디케이터는 본질적으로 차트에서 조화 거래 이론을 해석하는 것으로 조화 패턴을 감지합니다. 배우고 싶다면 Scott Carney의 "Har
      The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
      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
      EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
      Classic Fractals indicator for MT4, with additional Trendlines connecting the latest couples of fractals ( fractals are showing highest high, and lowest low on each period) Rules for trendlines: -if new top fractal is below the last one = new resistance line -if new bot fractal is above the last one = new support line -Trendlines can be hidden -Fractals can be hidden Fractal Period = can be both even or uneven number, as it is setting for half (one side) of the bars sequence for findin
      Smart Price Action Concepts
      Issam Kassas
      4.75 (12)
      우선적으로, 이 거래 도구는 전문적인 거래에 이상적인 비-다시 그리기 및 지연되지 않는 지표입니다.  온라인 강좌, 사용자 매뉴얼 및 데모. 스마트 가격 액션 컨셉트 인디케이터는 신규 및 경험 많은 트레이더 모두에게 매우 강력한 도구입니다. Inner Circle Trader Analysis 및 Smart Money Concepts Trading Strategies와 같은 고급 거래 아이디어를 결합하여 20가지 이상의 유용한 지표를 하나로 결합합니다. 이 인디케이터는 스마트 머니 컨셉트에 중점을 두어 대형 기관의 거래 방식을 제공하고 이동을 예측하는 데 도움을 줍니다.  특히 유동성 분석에 뛰어나 기관이 어떻게 거래하는지 이해하는 데 도움을 줍니다. 시장 트렌드를 예측하고 가격 변동을 신중하게 분석하는 데 탁월합니다. 귀하의 거래를 기관 전략에 맞추어 시장의 동향에 대해 더 정확한 예측을 할 수 있습니다. 이 인디케이터는 시장 구조를 분석하고 중요한 주문 블록을 식별하고 다양한
      캔들의 종가를 예측하는 지표입니다. 지표는 주로 D1 차트에서 사용하기 위한 것이. 이 지표는 전통적인 외환 거래와 바이너리 옵션 거래 모두에 적합합니다. 지표는 독립형 거래 시스템으로 사용하거나 기존 거래 시스템에 추가로 사용할 수 있습니다. 이 표시기는 현재 양초를 분석하여 양초 본체 내부의 특정 강도 요인과 이전 양초의 매개변수를 계산합니다. 따라서 지표는 시장 움직임의 추가 방향과 현재 양초의 종가를 예측합니다. 이 방법 덕분에 지표는 단기 및 중장기 거래 모두에 적합합니다. 지표를 사용하면 시장 상황을 분석하는 동안 지표가 생성할 잠재적 신호의 수를 설정할 수 있습니다. 표시기 설정에는 이를 위한 특별한 매개변수가 있습니다. 또한 인디케이터는 새로운 신호에 대해 차트의 메시지 형태, 이메일 및 PUSH 알림 형태로 알릴 수 있습니다. 구매 후 저에게 꼭 써주세요! 나는 당신에게 지표와 거래에 대한 나의 추천을 줄 것입니다! 또한 보너스를 받으세요!
      YK Fibo Pivot Indicator
      Peechanat Chatsermsak
      YK-Fibo Pivot Indicator: Trade Smarter with Fibonacci Pivot Points The YK-Fibo Pivot Indicator is a powerful technical analysis tool that combines the precision of Fibonacci retracements with the insights of Pivot Points. Whether you're a novice or seasoned trader, this indicator empowers you to spot profitable opportunities in the market with ease. Why Choose YK-Fibo Pivot? Pinpoint Support & Resistance: By calculating Fibonacci levels based on the previous day's high, low, and close prices, y
      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 - 오른쪽 하단. 여기를 클릭하여 고품질 트레이딩 로봇과
      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
      EZZ Zig Zag MT4
      Paulo Rocha
      5 (1)
      EZZ Elite Zig Zag is an indicator for the MetaTrader 4 terminal. This indicator traces the peak of the trend based on the market reversal, thus showing various opportunities in the financial market. EZZ Elite Zig Zag is a visual tool, intuitive, and easy to understand and use.  Test it Yourself by Downloading it for Free. Author Paulo Rocha all rights reserved
      Noize Absorption Index MT4
      Ekaterina Saltykova
      5 (1)
      Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation. S
      FiboRec
      Alfred Kamal
      This indicator depends on Fibonacci lines but there is a secret lines i used them, by using FiboRec indicator you will be able to know a lot of important information in the market such as: Features You can avoid entry during market turbulence. You can enter orders in general trend only. You will know if the trend is strong or weak. Signal Types and Frame used You can use this indicator just on H1 frame. Enter buy order in case Candle break out the square area and closed over it, at least 20 pi
      Alpha Trend sign has been a very popular trading tool in our company for a long time. It can verify our trading system and clearly indicate trading signals, and the signals will not drift. Main functions: Based on the market display of active areas, indicators can be used to intuitively determine whether the current market trend belongs to a trend market or a volatile market. And enter the market according to the indicator arrows, with green arrows indicating buy and red arrows indicating se
      Fibonacci retracement and extension line drawing tool Fibonacci retracement and extended line drawing tool for MT4 platform is suitable for traders who use  golden section trading Advantages: There is no extra line, no too long line, and it is easy to observe and find trading opportunities Trial version: https://www.mql5.com/zh/market/product/35884 Main functions: 1. Multiple groups of Fibonacci turns can be drawn directly, and the relationship between important turning points can be seen
      All Symbols   AND  All Time frames Scan                                                                                                                 Document Introduction   The ABCD is a basic harmonic pattern. The ABCD pattern is a visual, geometric chart pattern comprised of three consecutive price swings. It looks like a diagonal lightning bolt and can indicate an upcoming trading opportu
      Cosmic Diviner X Planet
      Olena Kondratenko
      4 (2)
      This unique multi-currency strategy simultaneously determines the strength of trends and market entry points, visualizing this using histograms on the chart. The indicator is optimally adapted for trading on the timeframes М5, М15, М30, Н1. For the convenience of users, the indicator renders the entry point (in the form of an arrow), recommended take profit levels (TP1, TP2 with text labels) and the recommended Stop Loss level. The take profit levels (TP1, TP2) are automatically calculated for
      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
      RTSPattern
      Tomas Belak
      The indicator provides a superior alternative to price action analysis. It enables the identification of normalized patterns, which are then transformed into a graphical representation to forecast future steps within a time series. In the top-left corner, you'll find information regarding the expected prediction accuracy, determined through a complex MSQE calculation. You have the flexibility to adjust the time window, making it easy to validate the indicator's performance. Additionally, you can
      Crypto_Forex 지표 "Morning Star pattern" for MT4. - 지표 "Morning Star pattern"은 가격 액션 거래에 매우 강력한 지표입니다. 다시 칠할 필요 없고 지연도 없습니다. - 지표는 차트에서 강세 Morning Star 패턴을 감지합니다. 차트에 파란색 화살표 신호가 있습니다(그림 참조). - PC, 모바일 및 이메일 알림이 있습니다. - 또한 형제인 약세 "Evening Star pattern" 지표도 사용할 수 있습니다(아래 링크를 따라가세요). - 지표 "Morning Star pattern"은 지지/저항 수준과 결합하기에 매우 좋습니다. 여기를 클릭하여 고품질 트레이딩 로봇과 지표를 확인하세요! 이것은 이 MQL5 웹사이트에서만 제공되는 오리지널 제품입니다.
      Infinity Trend Pro
      Yaroslav Varankin
      1 (1)
      This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
      Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
      "The Squeeze indicator attempts to identify periods of consolidation in a market. In general the market is either in a period of quiet consolidation or vertical price discovery. By identifying these calm periods, we have a better opportunity of getting into trades with the potential for larger moves. Once a market enters into a "squeeze," we watch the overall market momentum to help forecast the market direction and await a release of market energy." The StdATR Squeeze Channel combines standard
      Automatic fibonacci with alerts is an indicator that automatically plots a fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The fibonacci is automatically updated in real time as new highest and lowest values appear amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with d
      Automatic redrawing of Trend Supports and resistances levels and Possible Wedge pattern formation to indicate price breaking of Rising Wedge (signal SELL) or price breaking of falling Wedge (signal BUY) Very simple and smart indicator  ALERTS AND MOBILE NOTIFICATIONS availavle !!! you can edit the calculation bars of the bars count for formation of the trend lines and the initial shift from current price  Smaller values for bars /shift inputs when using Higher Time frames (D1-H4) and the reverse
      Murrey Math Multi Timeframe Indicator Support/Resistance  Murrey Math Lines are strong tools to plot the support and resistance levels. Murrey Math Multi Timeframe Indicator draws multi timeframe MM lines on a smaller tf chart. General Information: According to Gann, prices move in 1/8's, these 1/8's act as points of price support and resistance as an entity's price changes in time. Given this 1/8 characteristic of price action, Murrey assigns properties to each of the MML's in an a given oc
      Overview Harmonic Patterns MT4 is a technical analysis indicator designed for the MetaTrader 5 platform. It identifies and displays harmonic price patterns, such as Butterfly, Cypher, Crab, Bat, Shark, and Gartley, in both bullish and bearish directions. The indicator calculates key price levels, including entry, stop loss, and three take-profit levels, to assist traders in analyzing market movements. Visual elements and customizable alerts enhance usability on the chart. Features Detects six ha
      QuantumEdge Trader
      Hossam Ali Ahmed Ali
      QuantumEdge Trader v1.0 AI-Powered Precision Signals for Serious Traders QuantumEdge Trader is a smart and reliable indicator that delivers accurate BUY and SELL signals using advanced market analysis and trend detection. Designed for M1 to M60 timeframes, it's ideal for scalping and intraday strategies. --- Key Features: No Repaint – Signals never change after appearing Smart trend filters to reduce noise Adjustable sensitivity and alerts Perfect for XAUUSD, EURUSD, and m
      이 제품의 구매자들이 또한 구매함
      Gann Made Easy
      Oleg Rodin
      4.83 (155)
      Gann Made Easy 는 mr.의 이론을 사용하여 최고의 거래 원칙을 기반으로 하는 전문적이고 사용하기 쉬운 Forex 거래 시스템입니다. W.D. 간. 이 표시기는 Stop Loss 및 Take Profit Levels를 포함하여 정확한 BUY 및 SELL 신호를 제공합니다. PUSH 알림을 사용하여 이동 중에도 거래할 수 있습니다. 거래 팁, 보너스, GANN MADE EA를 무료로 받으시려면 구매 후 저에게 연락주세요! 아마도 Gann 거래 방법에 대해 이미 여러 번 들었을 것입니다. 일반적으로 Gann의 이론은 초보자 거래자뿐만 아니라 이미 거래 경험이 있는 사람들에게도 매우 복잡한 것입니다. Gann의 거래 방식은 이론적으로 적용하기 쉽지 않기 때문입니다. 나는 그 지식을 연마하고 Forex 지표에 최고의 원칙을 적용하기 위해 몇 년을 보냈습니다. 표시기는 적용하기가 매우 쉽습니다. 차트에 첨부하고 간단한 거래 권장 사항을 따르기만 하면 됩니다. 지표는 지속적으로 시장
      현재 40% 할인 ! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 대시보드 소프트웨어는 28개의 통화 쌍에서 작동합니다. 2가지 주요 지표(Advanced Currency Strength 28 및 Advanced Currency Impulse)를 기반으로 합니다. 전체 Forex 시장에 대한 훌륭한 개요를 제공합니다. 고급 통화 강도 값, 통화 이동 속도 및 모든(9) 시간대의 28 Forex 쌍에 대한 신호를 보여줍니다. 추세 및/또는 스캘핑 기회를 정확히 파악하기 위해 차트의 단일 지표를 사용하여 전체 시장을 볼 수 있을 때 거래가 어떻게 개선될지 상상해 보십시오! 잠재적인 거래를 식별하고 확인하면서 강력한 통화와 약한 통화를 더욱 쉽게 식별할 수 있도록 이 지표에 기능을 내장했습니다. 이 표시기는 통화의 강세 또는 약세가 증가 또는 감소하는지 여부와 모든 시간대에서 수행되는 방식을 그래픽으로 보여줍니다. 추가된 새로운 기능은 현재 시장 조건 변화에 적응하는
      Super Signal – Skyblade Edition 전문가용 노리페인트 / 노래그 트렌드 신호 시스템, 뛰어난 승률 제공 | MT4 / MT5용 1분, 5분, 15분과 같은 낮은 타임프레임에서 가장 좋은 성능을 보입니다. 핵심 기능: Super Signal – Skyblade Edition은 추세 매매를 위해 설계된 스마트 신호 시스템입니다. 이 시스템은 다중 필터 로직을 활용하여, 명확한 방향성과 실질적인 모멘텀이 수반된 고품질 추세만을 감지합니다. 이 시스템은 고점 또는 저점을 예측하지 않으며 , 다음 세 가지 조건이 모두 충족될 때만 신호를 발생시킵니다: 명확한 추세 방향 강화되는 모멘텀 건전한 변동성 구조 또한, 시장 세션 기반의 유동성 분석을 통해 신호의 신뢰성과 타이밍을 더욱 향상시킵니다. 신호 특성: 모든 화살표 신호는 100% 리페인트 없음 / 지연 없음 신호가 한 번 발생하면 고정되며, 깜빡이거나 사라지지 않음 차트 상의 시각적 화살표, 정보 패널, 팝업 알
      Miraculous Indicator – Gann Square of Nine 기반 100% 비리페인트 Forex 및 바이너리 도구 이 영상은 Miraculous Indicator 를 소개합니다. 이 지표는 Forex 및 바이너리 옵션 트레이더를 위해 특별히 개발된 매우 정확하고 강력한 트레이딩 도구입니다. 이 지표가 독특한 이유는 전설적인 **Gann Square of Nine(Gann 9의 사각형)**과 **Gann's Law of Vibration(Gann 진동의 법칙)**에 기반을 두고 있기 때문입니다. 이는 현대 트레이딩에서 가장 정밀한 예측 도구 중 하나로 손꼽힙니다. Miraculous Indicator는 완전히 비리페인트(non-repaint) 됩니다. 즉, 캔들이 마감된 후에도 신호가 변경되거나 사라지지 않습니다. 보이는 것이 곧 결과입니다. 이는 트레이더가 자신감을 가지고 거래에 진입하고 청산할 수 있는 신뢰할 수 있고 일관된 기반을 제공합니다. 주요 특징: Gann
      PRO Renko System
      Oleg Rodin
      5 (30)
      PRO Renko System 은 RENKO 차트 거래를 위해 특별히 고안된 매우 정확한 거래 시스템입니다. 이것은 다양한 거래 상품에 적용될 수있는 보편적 인 시스템입니다. 체계는 효과적으로 당신에게 정확한 반전 신호에 접근을 주는 소위 시장 소음을 중화합니다. 이 표시기는 사용하기가 매우 쉽고 신호 생성을 담당하는 매개 변수가 하나만 있습니다. 당신은 쉽게 당신의 선택의 어떤 무역 계기에 공구를 적응시킬 수 있고 renko 막대기의 크기. 나는 항상 당신이 내 소프트웨어로 수익성있게 거래 할 수 있도록 추가 지원을 제공 할 준비가되어 있습니다! 나는 당신에게 행복하고 수익성있는 거래를 기원합니다! 구매 후 저에게 연락하십시오! 내 렌코 차트 생성기를 보내드립니다. 또한 내 개인 권장 사항 및 시스템의 다른 모듈을 무료로 공유 할 것입니다!
      Scalper Inside PRO
      Alexey Minkov
      4.74 (69)
      An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
      Precautions for subscribing to indicator This indicator only supports the computer version of MT4 Does not support MT5, mobile phones, tablets The indicator only shows the day's entry arrow The previous history arrow will not be displayed (Live broadcast is for demonstration) The indicator is a trading aid Is not a EA automatic trading No copy trading function The indicator only indicates the entry position No exit (target profit)  The entry stop loss point is set at 30-50 PIPS Or the front hi
      Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading ins
      Advanced Supply Demand
      Bernhard Schweigert
      4.91 (297)
      현재 40% 할인! 초보자나 전문 트레이더를 위한 최고의 솔루션! 이 보조지표는 우리가 다수의 독창적 기능과 새로운 공식을 통합한 독특하고 고품질이며 저렴한 거래 도구입니다. 이 업데이트를 통해 이중 시간대를 표시할 수 있습니다. 더 높은 TF를 표시할 수 있을 뿐만 아니라 차트 TF와 더 높은 TF 모두를 표시할 수 있습니다: 중첩 영역 표시. 모든 Supply Demand 트레이더들이 좋아할 것입니다. :) 중요한 정보 공개 Advanced Supply Demand의 잠재력을 극대화하려면 다음을 방문하십시오. https://www.mql5.com/ko/blogs/post/720245   진입 또는 목표의 명확한 트리거 포인트를 정확히 찾아냄으로 해서 거래가 어떻게 개선될지 상상해 보십시오. 새로운 알고리즘을 기반으로 매수자와 매도자 간의 잠재적인 불균형을 훨씬 더 쉽게 분간할 수 있습니다. 왜냐하면 가장 강한 공급영역과 가장 강한 수요 영역과 과거에 어떻게 진행 되었는지를(이전
      Currency Strength Wizard
      Oleg Rodin
      4.84 (56)
      통화 강도 마법사는 성공적인 거래를 위한 올인원 솔루션을 제공하는 매우 강력한 지표입니다. 표시기는 여러 시간 프레임의 모든 통화 데이터를 사용하여 이 또는 해당 외환 쌍의 힘을 계산합니다. 이 데이터는 특정 통화의 힘을 확인하는 데 사용할 수 있는 사용하기 쉬운 통화 지수 및 통화 전력선의 형태로 표시됩니다. 필요한 것은 거래하려는 차트에 표시기를 부착하는 것뿐입니다. 표시기는 거래하는 통화의 실제 강세를 보여줍니다. 지표는 또한 추세와 거래할 때 유리하게 사용할 수 있는 구매 및 판매 거래량 압력의 극한값을 보여줍니다. 지표는 또한 피보나치에 기반한 가능한 대상을 보여줍니다. 표시기는 PUSH 알림을 포함한 모든 유형의 알림을 제공합니다. 구매 후 연락주세요. 나는 당신과 거래 팁을 공유하고 당신에게 무료로 훌륭한 보너스 지표를 줄 것입니다! 나는 당신에게 행복하고 유익한 거래를 기원합니다!
      "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
      이 지표를 구매하면 제 프로페셔널 트레이드 매니저를 무료로 드립니다. 우선 이 거래 시스템이 리페인팅, 리드로잉 및 레이그 인디케이터가 아니라는 점을 강조하는 것이 중요합니다. 이는 수동 및 로봇 거래 모두에 이상적인 것으로 만듭니다. 온라인 강좌, 설명서 및 프리셋 다운로드. "스마트 트렌드 트레이딩 시스템 MT5"은 새로운 및 경험이 풍부한 트레이더를 위해 맞춤형으로 제작된 종합적인 거래 솔루션입니다. 10개 이상의 프리미엄 인디케이터를 결합하고 7개 이상의 견고한 거래 전략을 특징으로 하여 다양한 시장 조건에 대한 다목적 선택이 가능합니다. 트렌드 추종 전략: 효과적인 트렌드 추이를 타기 위한 정확한 진입 및 손절 관리를 제공합니다. 반전 전략: 잠재적인 트렌드 반전을 식별하여 트레이더가 범위 시장을 활용할 수 있게 합니다. 스캘핑 전략: 빠르고 정확한 데이 트레이딩 및 단기 거래를 위해 설계되었습니다. 안정성: 모든 인디케이터가 리페인팅, 리드로잉 및 레이그가 아니므로 신뢰
      Trend indicator AI
      Ramil Minniakhmetov
      4.57 (82)
      트렌드 인공 지능 지표는 실행 가능한 진입 점 및 반전 경고와 추세 식별을 결합하여 상인의 시장 분석을 향상시킬 훌륭한 도구입니다. 이 표시기는 사용자가 자신감과 정밀도로 외환 시장의 복잡성을 탐색 할 수 있도록 지원합니다 기본 신호 외에도 트렌드 인공 지능 지표는 풀백 또는 되돌림 중에 발생하는 2 차 진입 점을 식별하여 거래자가 기존 트렌드 내에서 가격 수정을 활용할 수 있도록합니다. 중요한 장점: ·작동 4 및 5 *명확한 구매 또는 판매 신호 *다시 칠하지 않습니다 *모든 자산에서 작동 나는 전보 사기에 개 또는 세트를 판매하지 않도록주의. 모든 설정은 블로그에 여기에 무료.  중요! 지침 및 보너스를 얻기 위해 구입 후 즉시 저에게 연락! 진짜 가동 감시는 뿐 아니라 나의 다른 제품 여기에서 찾아낼 수 있습니다: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 설정 및 입력: 모든 자산에 대해 기본 설정을 권
      Pulse Scalping Line - an indicator for identifying potential pivot points. Based on this indicator, you can build an effective Martingale system. According to our statistics, the indicator gives a maximum of 4 erroneous pivot points in a series. On average, these are 2 pivot points. That is, the indicator shows a reversal, it is erroneous. This means that the second signal of the indicator will be highly accurate. Based on this information, you can build a trading system based on the Martingale
      FX Power MT4 NG
      Daniel Stein
      4.95 (21)
      FX Power: 통화 강세 분석으로 더 스마트한 거래 결정을 개요 FX Power 는 어떤 시장 상황에서도 주요 통화와 금의 실제 강세를 이해하기 위한 필수 도구입니다. 강한 통화를 매수하고 약한 통화를 매도함으로써 FX Power 는 거래 결정을 단순화하고 높은 확률의 기회를 발견합니다. 트렌드를 따르거나 극단적인 델타 값을 사용해 반전을 예측하고자 한다면, 이 도구는 귀하의 거래 스타일에 완벽히 적응합니다. 단순히 거래하지 말고, FX Power 로 더 스마트하게 거래하세요. 1. FX Power가 거래자에게 매우 유용한 이유 통화와 금의 실시간 강세 분석 • FX Power 는 주요 통화와 금의 상대적 강세를 계산하고 표시하여 시장 역학에 대한 명확한 통찰력을 제공합니다. • 어떤 자산이 앞서고 있고 어떤 자산이 뒤처지는지 모니터링하여 보다 현명한 거래 결정을 내릴 수 있습니다. 포괄적인 멀티 타임프레임 뷰 • 단기, 중기 및 장기 타임프레임에서 통화와 금의 강세를
      Cyclic Impulse
      Vitalyi Belyh
      차트를 구조화하고 주기적인 가격 변동을 식별하는 기술 지표입니다. 모든 차트에서 작업할 수 있습니다. 다양한 유형의 알림. 그래프 자체에도 추가 화살표가 있습니다. 역사를 재구성하지 않고, 촛불을 닫는 작업에 임한다. M5 이상에서 권장되는 TF입니다. 사용 및 구성이 쉬운 매개변수입니다. 매개변수가 다른 2개의 지표를 사용하는 경우, 다른 지표 없이 해당 지표만 사용할 수 있습니다. 2개의 입력 매개변수가 있습니다 주기성과 신호 지속 시간 이 2개의 매개변수는 차트 구조의 처리와 관련이 있습니다. Cyclicity - 역전 주기가 얼마나 자주 바뀌는지 조절하고 주기를 매끄럽게 합니다. Signal duration - 최소 숫자에서는 가격 움직임의 충격을 감지하고, 최대 숫자에서는 장기적 추세 움직임을 감지합니다.. --------------------------------
      No Repaint Bext is a ready-made trading system. Shows when to open and when to close trades, as well as in which direction. Every time a green arrow appears, you need to open a buy trade. Close all buy trades when a red arrow appears. The same goes for the opposite direction, every time a red arrow appears, open sell trades and close them all when a green arrow appears. We use the M5 timeframe for trading. You can trade on any cozy pair. This indicator does not repaint and practically does not
      Buy Sell Arrow Swing MT4
      Sahib Ul Ahsan
      5 (1)
      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 stru
      Atomic Analyst
      Issam Kassas
      5 (3)
      우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한 일일
      Introducing a powerful, precision-engineered indicator that seamlessly combines Pivot Points, Moving Averages, and Multi-Timeframe Analysis to deliver high-probability Buy and Sell signals in real-time. This tool is your strategic edge, designed to identify trend reversals, market momentum, and optimal trade entries, no matter your preferred trading style. Our algorithm goes beyond standard indicators—by analyzing multiple timeframes simultaneously, it spots true market turning points while fi
      The Super Arrow Indicator provides non-repainting buy and sell signals with exceptional accuracy. Key Features No repainting – confirmed signals remain fixed Clear visual arrows: green for buy, red for sell Real-time alerts via pop-up, sound, and optional email Clean chart view with no unnecessary clutter Works on all markets: Forex, gold, oil, indices, crypto Adjustable Parameters TimeFrame Default: "current time frame" Function: Sets the time frame for indicator calculation Options: Can be set
      Prime Strike Signal
      Camila Bernardez Camero
      Prime Strike Signal – 명확한 진입, 리페인트 없음. Prime Strike Signal No Repaint Never는 시장이 급변할 때에도 명확하고 일관된 시그널을 원하는 트레이더를 위해 설계된 간단하고 규칙 기반의 도구입니다. 방향 전환을 즉시 차트에 화살표로 표시해주며, 복잡한 분석 없이도 단기 가격 흐름에 쉽게 따라갈 수 있도록 도와줍니다. 최신 정보 받기 업데이트 및 신규 출시 소식을 빠르게 받으려면 공식 채널에 가입하세요: https://www.mql5.com/en/channels/signalsandindicators 로직 이 시스템은 서로 다른 평활 기간을 가진 두 가지 가격 기반 계산을 비교하여 모멘텀 변화를 감지합니다. 계산된 차이는 두 번째 로직 계층에서 필터링되어, 유효한 크로스가 발생할 경우에만 시그널을 생성합니다. 이는 불필요한 노이즈가 아닌 실제 움직임에 기반한 진입을 보장합니다. 리페인트 하나요? 아니요. 이 도구는 캔들이
      RFI levels PRO
      Roman Podpora
      5 (1)
      이 지표는 추세 반전 지점과 가격 반등 영역을 정확하게 보여줍니다.       주요 투자자들   . 새로운 트렌드가 형성되는 곳을 파악하고 최대한 정확하게 의사결정을 내리며 모든 거래를 완벽하게 통제합니다. TREND LINES PRO   지표와 함께 사용할 때 최대의 잠재력을 발휘합니다.  VERSION MT5 지표가 보여주는 내용: 새로운 추세의 시작 시 활성화되는 반전 구조 및 반전 수준. 최소한의 위험 대비 수익률을 갖는 이익 실현   (TAKE PROFIT)   및   손절매(STOP LOSS)   레벨 표시       RR 1:2   . 지능형 손실 감소 로직이 적용된 손절매 기능. 지정된 지표에서 두 가지 추세 유형에 대한 반전 패턴을 표시합니다. 지표: 트렌드를 따라   트렌드 라인 프로   (글로벌 트렌드 변화) 트렌드 프로   (빠른 트렌드 변화) 간단하고 효과적입니다       스캐너       실시간 추세 (신규). 다중 시간 프레임 도구 필터링. 표시하다  
      Meravith
      Ivan Stefanov
      5 (3)
      마켓 메이커를 위한 도구. Meravith는 다음과 같은 기능을 제공합니다: 모든 타임프레임을 분석하고 현재 유효한 추세를 표시합니다. 강세와 약세 거래량이 동일한 유동성 구간(거래량 균형 구간)을 강조 표시합니다. 서로 다른 타임프레임의 모든 유동성 레벨을 차트에 직접 표시합니다. 텍스트 기반 시장 분석을 생성하여 참고용으로 제공합니다. 현재 추세를 기반으로 목표가, 지지선 및 손절가를 계산합니다. 거래의 위험 대비 보상 비율(Risk/Reward)을 계산합니다. 계좌 잔고에 따라 포지션 크기를 산출하고 잠재 수익을 추정합니다. 시장에 중대한 변화가 발생할 경우 경고도 제공합니다. 지표의 주요 라인: 강세/약세 거래량 소진 라인 — 목표가로 사용됩니다. 시장 추세를 나타내는 라인. 시장이 강세인지 약세인지에 따라 색상이 변경되며 추세 지지선 역할을 합니다. 색상은 주로 시장 심리를 보여줍니다. 거래량 균형선(Eq). Eq(Volume Equilibrium) 라인은 시스템의 핵심입니
      Quantum Impulse
      Camila Bernardez Camero
      Quant Impulse Signal – 리페인트 없음, 백페인팅 없음 Quant Impulse Signal은 최고가와 최저가 지수 이동평균을 비교하여 시장 전환점을 포착하는 고정밀 도구입니다. 실시간 가격 움직임에 반응하여 확인된 방향성 움직임에 기반한 명확한 진입 신호를 제공합니다. 로직 이 지표는 모든 타임프레임에서 각 캔들의 최고가와 최저가에 대해 8기간 EMA를 계산한 뒤, 현재 가격을 해당 EMA와 비교합니다. 시가와 종가가 고가 EMA 위에 있고 가격이 이전 캔들의 최고가를 넘으면 매수 신호가 생성됩니다. 반대로 시가와 종가가 저가 EMA 아래에 있고 가격이 이전 캔들의 최저가를 깨면 매도 신호가 발생합니다. 이중 필터 방식으로 시장의 진정한 강약을 반영합니다. 신호 생성 화살표는 캔들 극값에서 0.2 × ATR 거리만큼 떨어진 위치에 표시되며, ATR은 최근 10개 캔들의 평균 실제 변동폭으로 계산됩니다. 이 동적 배치는 변동성에 관계없이 시각적 일관성을 유지합니다.
      Dynamic Scalper System
      Vitalyi Belyh
      5 (1)
      " Dynamic Scalper System " 지표는 추세 파동 내에서 스캘핑 방식으로 거래하도록 설계되었습니다. 주요 통화쌍 및 금에서 테스트되었으며, 다른 거래 상품과의 호환성이 가능합니다. 추가적인 가격 변동 지원을 통해 추세에 따라 단기 포지션 진입 신호를 제공합니다. 지표의 원리 큰 화살표는 추세 방향을 결정합니다. 작은 화살표 형태의 스캘핑 신호를 생성하는 알고리즘은 추세 파동 내에서 작동합니다. 빨간색 화살표는 상승 방향을, 파란색 화살표는 하락 방향을 나타냅니다. 민감한 가격 변동선은 추세 방향으로 그려지며, 작은 화살표의 신호와 함께 작용합니다. 신호는 다음과 같이 작동합니다. 적절한 시점에 선이 나타나면 진입 신호가 형성되고, 선이 있는 동안 미결제 포지션을 유지하며, 완료되면 거래를 종료합니다. 권장되는 작업 시간대는 M1~H4입니다. 화살표는 현재 캔들에 형성되며, 다음 캔들이 이미 시작되었더라도 이전 캔들의 화살표는 다시 그려지지 않습니다. 입력 매개
      Smc Blast Signal
      Mohit Dhariwal
      4 (4)
      OFFER OFFER! The price of the indicator is kept at 75 dollars only from 20th Feb to 28th Feb. Full Fledged EA and Alert plus for alerts will also be provided in this offer along with the purchase of Indicator. Limited copies only at this price and Ea too. Grab your copy soon Alert plus for indicator with set file is kept in comment section with the image  SMC Blast Signal with FVG, BOS and trend Breakout The SMC Blast Signal is a Precise trading system for Meta Trader 4 that uses Smart Money Con
      Gold Signal Pro
      Mohamed Hassan
      First 25 copies at $80, after that price becomes $149 (3 copies left) Gold Signal Pro is a powerful MT4 indicator designed to help traders spot strong price reactions in the market. It focuses on clear wick rejections , showing when price strongly rejects a level and often continues in the same direction. Gold Signal Pro is mainly built for scalping gold (XAUUSD) and works best on lower timeframes like M5 and M15 , where timing matters most. That said, it can also be used on any forex pair, a
      EZT Trend
      Tibor Rituper
      4.75 (4)
      EZT 추세 표시기는 추세, 하락세 및 진입 기회를 보여줍니다. 선택적 필터링과 모든 유형의 경고를 사용할 수 있습니다. 이메일 및 푸시 알림 알림이 추가됩니다. 우리는 또한 이 지표를 기반으로 EA를 개발 중이며 곧 제공될 예정입니다. 두 개의 컬러 히스토그램과 하나의 선으로 구성된 다기능 표시기입니다. 이는 추세 방향과 강도를 시각적으로 표현한 것이며, 선이나 히스토그램에서 여러 번 차이를 발견할 수 있습니다. 표시기는 자동 매개변수 설정과 잘 작동합니다. 이는 주어진 기간에 대해 미리 결정되어 있으므로 해당 설정으로 표시기를 사용하는 것이 좋습니다. 수동 모드에서는 자신만의 매개변수를 설정할 수 있습니다. 이는 다중 시간대(mtf) 표시기입니다. 이 지표는 MTF rsi, MTF cci 또는 MACD pro와 같은 다른 지표의 조합과 잘 작동합니다. 거래되는 상품의 변동성이 클수록 최상의 항목을 찾는 데 사용해야 하는 기간이 더 짧아집니다. 항상 더 높은 기간 방향을
      Arrow Micro Scalper 는 스캘핑 및 단기 거래용으로 설계된 지표로 모든 차트 및 금융 상품(통화, 암호화폐, 주식, 금속)에 통합되어 있습니다. 그녀는 작업에서 파동 분석과 추세 방향 필터를 사용합니다. M1부터 H4까지의 시간대에 사용하는 것이 좋습니다. 표시기로 작업하는 방법. 표시기에는 설정 변경을 위한 2개의 외부 매개변수가 포함되어 있으며 나머지는 기본적으로 이미 구성되어 있습니다. 큰 화살표는 추세 방향의 변화를 나타내고 파란색 화살표는 하락 추세의 시작을 나타내며 분홍색 화살표는 상승 추세의 시작을 나타냅니다. " Only trending direction " 매개변수는 내부 트렌드를 사용하는 모드를 켜고 끄며 자신만의 트렌드를 사용하거나 트렌드 방향 없이 작업할 수 있는 기회를 제공합니다. 또한 트렌드에서만 트렌드 화살표 및 신호 화살표 표시를 켜거나 끕니다. . 지표의 가장 중요한 개체인 작은 신호 화살표는 "매수" 거래의 경우 분홍색, "매도" 거
      제작자의 제품 더 보기
      About: The Nadaraya-Watson Envelope is a sophisticated yet practical technical indicator that helps traders identify overbought and oversold conditions using advanced kernel regression methods. This is the MT5 only Version. For MT4 Version go here: https://www.mql5.com/en/market/product/158640/ Key Features ATR-Based Bands: Three upper and three lower bands provide graduated overbought/oversold zones Logarithmic Scale Calculation Center Line - bullish (teal) or bearish (red) What is the Nad
      FREE
      A Fibonacci indicator is best used with other indicators like Pivots, Support/Resistance etc. Price tends to use Fibo levels as Support or Resistance lines. So, this indicator is very useful to know when price might reverse or if a level is crossed, price might continue the trend. Also, to find the best Take Profit and StopLoss lines. Don't use Fibo Indicator alone for trading as it might not always be accurate. Use it to make your strategies better as a supporting indicator. Settings: Auto Fib
      FREE
      This indicator is based on Guppy's GMMA Strategy. And shows arrows when GMMA lines cross up or down. To have this indicator and get alerts for Multiple Timeframes and multiple Pairs you can check out the demo of this GMMA Trend Scanner indicator: https://www.mql5.com/en/market/product/38747 About GMMA In Brief: GMMA attempts to identify trends by combining two groups of moving averages with differing time periods: The long-term EMAs (30, 35, 40, 45, 50, and 60) the behaviors of investors that h
      FREE
      How To Use Check out this post for detailed description on  All Indicator extras and template: https://www.mql5.com/en/blogs/post/758259 The Best Heiken Ashi System is a simple trading system for trading based only two indicators for generate signals: Heiken ashi smoothed and Vqzz indicator multi-timeframe. The system was created for scalping and day trading but can also be configured for higher time frames. As mentioned, the trading system is simple, you get into position when the two indica
      FREE
      This is a Sharkfin Arrows Indicator. Detailed explanation and TDI extras: https://www.mql5.com/en/blogs/post/759138 This indicator will show only Arrows. It does not have TDI symbols on chart. Please get the extras from links above for TDI indicators. Sharkfin Scanner (paid): https://www.mql5.com/en/market/product/123566 TDI Scanner Dash (paid): https://www.mql5.com/en/market/product/41826 About: This Indicator finds the Shark Fin Pattern. It will show an arrow in the current bar if RSI sha
      FREE
      TDI Multi Timeframe Scanner: This Dashboard indicator uses the TDI (Trader's Dynamic Index) Indicator to find best trades. Read detailed How to Use Guide: https://www.mql5.com/en/blogs/post/758252 Extra indicators also available in above post. Checks for: - SharkFin Pattern Free indicator for SharkFin: https://www.mql5.com/en/market/product/42405/ - TDI Trend: Strong/Weak Trend Up/Down - TDI Signal: Strong/Medium/Weak Signal for Buy/Sell - Consolidation - Overbought/Oversold - Volatility Ban
      Detailed blogpost: https://www.mql5.com/en/blogs/post/766378 Key Features Adaptive Upper/Lower bands Smooth Center Line Customizable Length (sensitivity) Non-Repainting (only current ongoing bar is updated every "Refresh After Ticks" number of ticks) Multiple Price Sources - Choose from close, open, high, low, median, typical, or weighted close Components: The Basis Line The smooth center line represents the weighted average of price. Think of this as the "true" price level when all the noise
      FREE
      EMA Multi meter
      Abir Pathak
      4.92 (13)
      How the Indicator Works: This is a Multi-timeframe MA multimeter indicator which studies if price is above or below a particular EMA range and shows Red/Green/Yellow signals. Red: Price Below EMA range Green: Price above range Yellow: Price within range Indicator Properties: EMA Settings: - Default Period is 200. You can change all MA Settings like Period, MA Method (SMA, EMA, etc) or MA Applied Price (Close, Open, etc). - EMA Range list is a comma separated value list for different timeframes
      FREE
      Features: - Current TF GMMA Cross and Trend (Mandatory Check.. G-Up/G-Down) - HTF GMMA Trend Check (Optional.. slanting arrow) - TDI or NRTR Trend Check (Optional.. diamond) Read post for detailed description and downloading extra indicators: https://www.mql5.com/en/blogs/post/758264 Scanner: This is a Dashboard Scanner for finding good trades using the GMMA method as base and TDI method for trend verification. All buttons for all Pairs and Timeframes are clickable and will change the chart f
      Abiroid Slope MA
      Abir Pathak
      4.67 (3)
      Features: - Moving Average Slope for Max Past Bars - Slope Period - Slope Thresholds - Multiple Slope Type options - See slope visually as a histogram - Info Panel Show/Hide Slope Calculations and Types: The slope value is calculated using the Slope Period. Suppose Period is 5, it will check the MA value for bar (x) and bar (x+5). And find the slope angle between them. Read detailed description about Slope Types and Settings here: https://www.mql5.com/en/blogs/post/747651
      FREE
      Description This scanner uses 3LZZ TRO ex4 and scans for Semafors at given “Shift” bar. Scanner Detailed Settings: https://www.mql5.com/en/blogs/post/747456 Other Settings: Set Periods for Semafor 1,2,3 Set alerts on/off for Semafor 1,2,3 Shift bar (Bar on which semafor is scanned) Refresh After Ticks (Number of ticks when dash is refreshed) This scanner is pretty simplistic version. And a more detailed version with a different strategy is available here: https://www.mql5.com/en/market/product
      FREE
      Features: 1- Get OB/OS Levels from Golden MA Levels 2- Wait for Buy/Sell Start Level Cross 3- Optional: Should price cross Mid Level in earlier bars 4- Optional: Crossing bar High/Medium Volume 5- Optional: MA Stacked to check up/down trend for current TF 6- Optional: NRTR higher timeframes aligned Check Detailed blog post explained: https://www.mql5.com/en/blogs/post/758457 Levels with Buffers available here: Golden MA Levels Indicator: https://www.mql5.com/en/market/product/119515 Note: Arr
      FREE
      Abiroid Multi Slope indicator allows you to calculate a Slope Histogram for any line of any indicator . Histogram is for 1 slope line only, but slope values can be calculated for 3 lines total. To have multiple histograms, add as many Slope indicators for custom indicators as you like on chart. You just need to provide the Indicator name, buffer value, slope's period and max number of bars back. By default it has slope calculation for TDI_v4.ex4 indicator. There is no way to specify parameters f
      FREE
      Abiroid MA Stack
      Abir Pathak
      4.5 (4)
      Moving Average Rainbow Stack: Free: Single Currency & Single Timeframe MA Stack Very useful for finding current and higher timeframe trends. Best suited for long term trend based trading. Use fewer MAs for quick scalping. And not suitable during low volatility. Only use during high volatility and steady trending markets. Use this to enhance your existing Trend based strategies to find best trends. Read detailed description https://abiroid.com/product/abiroid-ma-stack Available MTF and Scanner v
      FREE
      3 Level ZZ Semafor Scanner: This is a Dashboard indicator which uses 3LZZ Indicator in the background to find semafors. It will give priority to the semafors3 because they specify a strong signal. So, even if there is a sem1 or 2 on current bar, and if Sem3 was within "Check Previous Bars for Sem 3". Then it will show Sem3 instead. Read about this in detailed post: https://www.mql5.com/en/blogs/post/758250 And get all extra Indicators/Template from above link. Please note: Number of settings
      Ichimoku Scanner Dashboard
      Abir Pathak
      4.75 (16)
      Dashboard uses Ichimoku Strategy to find best trades. Get extra Indicators/Template: And read more about detailed Product Description and usage here: https://www.mql5.com/en/blogs/post/747457 Read more about Scanner Common features in detail here: https://www.mql5.com/en/blogs/post/747456 Features: Price Kumo Breakout Tenkan-Kijun Cross Chikou/CLoud and Chikou/Price Support/Resistance (SR-SS or SR-NRTR) Stochastic OB/OS and back Awesome Oscillator Higher Timeframe Ichimoku Trend Align
      Extreme TMA System with Arrows Indicator And Buy/Sell Boxes with Take Profit & Stop Loss This is a Non-Repainting Arrows Indicator based on the Extreme TMA System. It shows TMA cross signals and the best BUY/SELL signals. Along with the most predicted TakeProfit. And StopLoss based on TakeProfit ratio. Please note: This is an Arrows only Indicator. Dashboard is sold separately here: https://www.mql5.com/en/market/product/44825 About Indicator: This indicator shows BUY/SELL Signal Arrows and
      This Scanner Dashboard uses the Extreme TMA System Arrows Indicator to show good BUY/SELL signals. This Product contains dashboard only. It does not contain the Abiroid_Arrow_Extreme_TMA.ex4 indicator. Arrows indicator is not necessary for dashboard to work.  To see arrows, you can buy the arrows indicator separately if you like: https://www.mql5.com/en/market/product/44822 Dash shows Slopes for current and Higher Timeframes. - 1st diamond is current TF. Next diamonds are higher TFs (Please Not
      Scanner Dashboard for Best Heiken Ashi VQZZ Arrows Indicator here: https://www.mql5.com/en/market/product/45900 Check out this post for detailed description on How To Use All Indicator extras and template: https://www.mql5.com/en/blogs/post/758259 Please note that if you are using too many pairs/timeframes, then VQZZ calculations might slow down the dashboard. So be careful not to use too many VQZZ Higher timeframes if you are using too many pairs. Also, VQZZ is based on higher timeframes. e.g
      Abiroid Profit Percent Series 1: Arrows Indicator Stochastic Ichimoku with ATR Get the Scanner for free. For getting Profit Percentages for Multiple Timeframes and Multiple Pairs. And read detailed description about this indicator and all the settings here. And get extra Indicators, Templates and settings for download: https://abiroid.com/product/profit-percent-stoch-ichimoku-with-atr Watch the tutorial video here: https://youtu.be/C45-9kWPE2Q About The Strategy: This strategy has 3 main par
      Profit Percent Series 2 The scanner dashboard available here (for  Free) : And read detailed information about MA Confluence here: https://www.mql5.com/en/blogs/post/747474 Here's a post about Common Settings for all Profit Percent Series Indicators: https://www.mql5.com/en/blogs/post/747456 Strategy: Main Signal Indicators (Any One): MA Cross (In-built) or Hull, OBV Cross, Heiken Ashi Cross Validation Indicators (Preferably less than 3): OBV (with Min Distance), Heiken Ashi, ADX, SuperTren
      This is a slope indicator for COG (Center of Gravity) indicator.   Download extra COG Indicators and read detailed description and strategy here: https://www.mql5.com/en/blogs/post/759120 Description: You can set the Slope Threshold for indicating Buy/Sell heightened levels. In the above Image the Threshold is set to 0, because of that all Bullish slope is Green and Bearish is Red. Suppose we set Threshold to -10 and 10, then this is what we get: And also set Slope Period. Default is 5, which
      This Indicator uses Center of Gravity (COG) Indicator to find you the best trades. It is a reversal based Swing Indicator which contains an  Arrows Indicator. That you can buy here from Metatrader Market. Check out this blog post for detailed How to Use Guide and links to free scanner: https://www.mql5.com/en/blogs/post/758262 Scanner needs this arrows indicator in same directory to run Copy scanner ex4 in same folder as your Arrows Indicator: MQL4/Indicators/Market/ All extra indicators and
      This strategy is best used for Trend based trading. While market is trending, price still makes smaller ranges. Darvas boxes show breakouts from these small ranges, while still following the original market trend. Detailed Description: https://www.mql5.com/en/blogs/post/747919 Features: Darvas - Check Darvas Box Breakout -   Check Price Above/Below MA or Darvas Box has crossed MA -   Min, Max Box Height -   Max Distance Between Entry Price and Darvas Box Other Indicators: - NRTR Trend Check
      Free scanner available here: https://abiroid.com/product/abiroid-ema-scalper Basic Strategy: 1: MA Crossover Up/Down Arrow (Mandatory Check) Optional Checks: 2: If NRTR Check On (Optional): For BUY: Check if NRTR blue and For SELL: NRTR Red If NRTR Shadow Distance On (Optional): Check price for 'x' bars back: at Shadow distance (ATR Multiplier distance) from NRTR line. 3: If High Volume bar On: Check if High Volume or if Medium (if on) Volume bar 'x' bars back 4: If HTF Trend Align On (Optiona
      This is a Multi-currency multi-timeframe Support/Resistance Scanner Dashboard for Metatrader 4 (MT4) platform. Get all extras and download free demo here: https://www.mql5.com/en/blogs/post/760210 Read detailed description in post above. And get the SR Indicator for individual charts. Features: Scan Support/Resistance zones (also called Supply/Demand zones) Show alert when price is inside these zones and highlights the pair/timeframe Show or hide SR zones price nearest to current price (Price
      This strategy is useful for small timeframe scalping and binary options. Best timeframes: M5,M15,M30 M1 timeframe is too unpredictable. So be careful with that. Read Detailed Description and Get All: - Free Demo - Free Scanner - Extra Indicators ex4 files from https://abiroid.com/product/abiroid-donchian-scanner-and-arrows Arrows Demo only works in strategy tester. So, Arrows Demo won't work with the free scanner. Scanner needs "Abiroid Donchian Arrow.ex4" to work. So make sure both arrows and
      Read detailed description and Get Free Demo and extra indicators: https://www.mql5.com/en/blogs/post/758610 Features: Halftrend Arrow Scan: Scan Max Past Bars for Halftrend arrows. Show how many bars back the arrow occurred in a bracket Past Bars Back Alerts: Num of bars back for which scanner will send alerts Halftrend HTF Align: Scan Higher timeframes for Trend Direction of Halftrend Indicator and if trends align show a slanting Green/Red Arrow for Up/Down trend Semafor 3 Check: Few bars bef
      Read detailed description and extra indicators: https://www.mql5.com/en/blogs/post/758622 This Supertrend dashboard is a multi-currency and multi-timeframe dash which gives signals whenever supertrend changes it's trend direction. Please note, that this is not a full trading system. It will help you get initial Supertrend signals and higher timeframe trend alignments. And it’s to be used with your own Supertrend Strategies. Features: 1- Select one of In-Built Supertrend Indicators: xSupertren
      About: Get Free Scanner and example Strategies And understand detailed description here: https://www.mql5.com/en/blogs/post/759237 And also get example wrappers from above post. You can make your own wrappers if your indicators have complex conditions or for In-Built MT4 indicators. Features: - Specify your own Custom Indicator - Specify Buffer values and create Variables - Use those Variables to create your own Buy/Sell Conditions - Get Arrows Up/Down Signals - See Arrows Signals in Scanners
      필터:
      리뷰 없음
      리뷰 답변