Multi Currency Stocastic Cross Scanner

  • Indicadores
  • Shin Kojima
    Shin Kojima
    MT4 indicator developer with 10+ years of live trading experience.
    Specializing in alert tools and scanners for ICT-based traders.
    Zero complaints. Reliable tools. Real support.
  • Versão: 1.0
Stoch Cross 448 Scanner
Scan 64 pairs x 7 timeframes for stochastic golden/dead crosses — all from a single chart.  |  User Manual

------------------------------------------------------------------------
1. Overview
------------------------------------------------------------------------
Stoch Cross 448 Scanner is a MetaTrader 4 indicator that monitors
stochastic cross signals across 64 currency pairs and 7 timeframes
simultaneously, displaying all results in a single panel.

Drop it onto any chart and it instantly scans every selected symbol and
timeframe for stochastic golden crosses and dead crosses — no need to
switch charts manually.

Signal logic:
- Buy signal:
  Stochastic main line crosses the signal line from below to above
  while the stochastic is at or below the buy level.
  Default buy level: 20

- Sell signal:
  Stochastic main line crosses the signal line from above to below
  while the stochastic is at or above the sell level.
  Default sell level: 80

Key specs:
- Signals fire on confirmed (closed) candles only. No repainting.
- Uses built-in MT4 iStochastic calculation. No external custom
  indicator reference is required.
- Works on FX pairs, Gold (XAUUSD), indices, crypto — any symbol in
  your broker's Market Watch.
- Default display: 29 symbols x 7 timeframes.
- Full capacity: 64 pairs x 7 timeframes = 448 combinations.
- Settings are fully adjustable per symbol and timeframe.

------------------------------------------------------------------------
2. Typical Workflow
------------------------------------------------------------------------
Step 1  Find signals with 448 Scanner
        The panel highlights a cell when a stochastic cross signal is
        detected on the latest confirmed bar.

Step 2  Open chart with one click
        Click the timeframe label in the panel to open a new chart
        for that symbol and timeframe instantly.

Step 3  Check the chart context
        Use the opened chart to confirm trend direction, support and
        resistance, higher timeframe bias, and your own entry rules.

Step 4  Restore your chart workspace anytime with AutoLineSaver for 448
        Use AutoLineSaver to save and restore your drawn lines at any time.

------------------------------------------------------------------------
3. Color Guide
------------------------------------------------------------------------
Each cell in the panel represents one symbol x timeframe combination.

Color         Meaning
----------    -------------------------------------------------------
Cyan          Buy condition detected.
Dodger Blue   A new buy signal was just detected on this bar.
              Reverts to Cyan on the next scan cycle.
Red           Sell condition detected.
Magenta       A new sell signal was just detected on this bar.
              Reverts to Red on the next scan cycle.
White/Gray    No signal detected.
Yellow        Signal ended, or symbol is excluded from scan when the
              SymOnOff feature is used.

- When an alert fires, the symbol name turns Red temporarily.
  It returns to its normal color on the next scan cycle.
- The number shown next to each symbol name is the current spread.
  When the spread turns Red, the symbol is skipped due to the
  MaxSpread filter.

------------------------------------------------------------------------
4. Installation
------------------------------------------------------------------------
1. Copy  StochCrossAllSearch.mq4  to your MT4  MQL4/Indicators/  folder.
2. Restart MetaTrader 4, or press F5 in MetaEditor to refresh.
3. Attach the indicator to any chart.
   The timeframe of the host chart does not affect scan results.

This version is a built-in single-file scanner.
AllSearch.mqh is already embedded in the mq4 file, so no Include file
is required.

------------------------------------------------------------------------
5. First Launch Warning
------------------------------------------------------------------------
Immediately after attaching the indicator, symbols that have not been
recently loaded in Market Watch may lack price history.

If this occurs, the following alert may appear:

  "Please load [Symbol][Timeframe] chart once"

Open a new chart for the indicated symbol and timeframe. Once the chart
loads, MT4 downloads the required history and the scanner works normally
from that point on.

------------------------------------------------------------------------
6. How to Specify Symbols (UseSymbols)
------------------------------------------------------------------------
Only symbols visible in MT4's Market Watch window are scanned.
Add any symbol you want to monitor to Market Watch before starting.

There are two ways to enter symbols in UseSymbols:

Method 1 — Currency codes (auto-combination)
  Enter 3-letter currency codes separated by spaces.
  All valid pairs are generated automatically.

  Example: EUR USD JPY  ->  EURUSD, EURJPY, USDJPY

Method 2 — Full symbol names (direct)
  Enter the full symbol name to add it directly.

  Example: XAUUSD  ->  Gold is added to the scan list

You can combine both methods.
  Example: XAUUSD USD EUR JPY  ->  XAUUSD, EURUSD, EURJPY, USDJPY

- Display order follows the order of entry in UseSymbols.
- If your broker adds a suffix to symbol names (e.g. EURUSDm or
  EURUSDPro), enter the suffix in AddSymbol (e.g. AddSymbol = m).

------------------------------------------------------------------------
7. Parameters
------------------------------------------------------------------------
Stochastic Settings
  StochKPeriod          7       Period of the stochastic %K line.
  StochDPeriod          3       Period of the stochastic %D signal line.
  StochSlowing          3       Slowing value of the stochastic.
  StochBuyLevel         20      Lower level used for buy signal detection.
                                A buy signal is detected when the main line
                                crosses above the signal line in this zone.
  StochSellLevel        80      Upper level used for sell signal detection.
                                A sell signal is detected when the main line
                                crosses below the signal line in this zone.
  StochMethod           MODE_SMA
                                Moving average method used for stochastic
                                calculation.
                                0=MODE_SMA  1=MODE_EMA
                                2=MODE_SMMA 3=MODE_LWMA
  StochPriceField       0       Price field used for stochastic calculation.
                                0 = Low/High
                                1 = Close/Close
  bMainLineLevelOnly    true    true: The 20/80 zone is judged by the main
                                  line only.
                                false: Both the main line and signal line
                                  must be inside the 20/80 zone.

Signal Detection Details
  The scanner compares the latest confirmed bar (shift 1) with the
  previous confirmed bar (shift 2).

  Buy:
    main(shift 2) < signal(shift 2)
    main(shift 1) > signal(shift 1)
    and the selected 20-zone condition is met.

  Sell:
    main(shift 2) > signal(shift 2)
    main(shift 1) < signal(shift 1)
    and the selected 80-zone condition is met.

Timeframe Selection — Display ON/OFF
  Controls which timeframes appear in the panel and are scanned.
  Set to false to exclude a timeframe entirely.

  bUseM1        false           Show M1 in the panel and scan it.
  bUseM5        false           Show M5 in the panel and scan it.
  bUseM15       true            Show M15 in the panel and scan it.
  bUseM30       true            Show M30 in the panel and scan it.
  bUseH1        true            Show H1 in the panel and scan it.
  bUseH4        true            Show H4 in the panel and scan it.
  bUseD1        true            Show D1 in the panel and scan it.
  bUseW1        true            Show W1 in the panel and scan it.

Alert Settings — Alert ON/OFF (independent from display)
  Display and alerts are controlled separately.
  A timeframe can be visible in the panel but fire no alert.
  Example: bUseH1=true + bAlertH1=false
           H1 is shown in the panel, but no alert fires on H1 signals.

  bAlertOnce    true            true: Log detailed messages to Experts tab
                                  and show one summary pop-up.
                                false: Show pop-up alert dialog for each
                                  detected signal.
  bFindAlert    true            Alert when a new cross signal is detected.
  bLostAlert    false           Alert when an existing signal ends.
  bAlertM1      true            Fire alerts on M1 signals.
  bAlertM5      true            Fire alerts on M5 signals.
  bAlertM15     true            Fire alerts on M15 signals.
  bAlertM30     true            Fire alerts on M30 signals.
  bAlertH1      true            Fire alerts on H1 signals.
  bAlertH4      true            Fire alerts on H4 signals.
  bAlertD1      true            Fire alerts on D1 signals.
  bAlertW1      true            Fire alerts on W1 signals.

Spread Filter
  bUseSpread    true            Show the current spread next to each symbol name.
                                Aqua = within the allowed range.
                                Red  = spread exceeds MaxSpread. Symbol is skipped
                                       for that scan cycle automatically.
  MaxSpread     6.0             Spread threshold in pips. Symbols above this value
                                are excluded from scanning until spread drops back
                                below the limit.

Notification Settings
  bMail         false           Send an email when an alert fires.
                                Requires MT4 email settings to be configured.
  bPush         false           Send a mobile push notification when an alert fires.
                                Requires MT4 notification settings to be configured.

Symbol Settings
  UseSymbols    XAUUSD USD EUR JPY GBP CAD AUD NZD CHF
                                Space-separated list. See section 6 for details.
  AddSymbol     (empty)         Suffix appended to every symbol name.
                                Example: enter "m" if your broker uses EURUSDm.

Special Features
  SelfRifresh   false           Controls color update behavior for multi-instance use.
                                false (default): Colors reset each cycle automatically.
                                  DodgerBlue -> Cyan, Magenta -> Red, Yellow -> White.
                                true: Colors set by other indicators on the same panel
                                  are preserved. Use this on secondary instances when
                                  running multiple scanners on the same chart.
  SymOnOff      false           Enables click-to-exclude on symbol names.
                                false (default): Clicking a symbol has no effect.
                                true: Click a symbol name to toggle it Yellow
                                  (excluded from scan). Click again to restore.
                                  Useful for hiding specific symbols temporarily
                                  without editing UseSymbols.
  AddText       (empty)         Prefix added to all chart object names for this
                                instance. Set a unique value (e.g. "A", "B") when
                                running multiple instances on the same chart to
                                prevent object name conflicts.

Display Position Settings
  ATRCorner     1               Corner where the panel is anchored.
                                0 = Upper-Left
                                1 = Upper-Right  (default)
                                2 = Lower-Left
                                3 = Lower-Right
  TxtXBase      0               Horizontal offset of the entire panel from the
                                anchored corner (pixels). Increase to shift the
                                panel away from the chart edge.
  LineMax       30              Maximum symbol rows per column. When the symbol
                                count exceeds this, a new column is added
                                automatically.
  FontSize      10              Font size of all panel text. Changing this value
                                also scales the spacing between columns and rows.
  TxtXPos       5               Horizontal spacing between each timeframe column
                                in the panel (pixels).
  TxtXSpace     5               Additional horizontal padding between timeframe
                                columns. Adjust together with TxtXPos to fine-tune
                                column spacing.
  TxtYPos       5               Vertical spacing between symbol rows (pixels).
                                Increase if rows overlap at larger font sizes.

------------------------------------------------------------------------
8. Tips
------------------------------------------------------------------------
- All signals are based on completed bars only.
  The current open bar is never used for signal generation.
- The scanner uses shift 1 and shift 2 to confirm the stochastic cross.
- Enabling many timeframes with a large symbol list increases CPU load.
  Disable unused timeframes with bUseM1, bUseM5, etc.
- If you want stricter overbought/oversold filtering, set
  bMainLineLevelOnly=false.
- To run multiple instances on the same chart with different settings,
  set a unique value for AddText on each instance.

------------------------------------------------------------------------
9.  All-Currency Monitoring Series
------------------------------------------------------------------------
Tools that monitor all currency pairs at once become an incredibly powerful weapon once mastered ? a trading tool for life.
The key is to match the right tool to your trading strategy.
Here are the hottest tools available right now:

- IFVG All-Currency Scanner
  The most effective tool for catching ICT fake-out moves.
  Especially powerful for targeting AMD movement setups.

- MA + Pin Bar All-Currency Scanner
  A precision tool that finds pin bars bouncing off moving averages to catch pullback entries.
  The ultimate edge comes from knowing [what was swept]. Works perfectly with ICT methodology.

- AutoLineSaver
  An almost essential companion for all-currency monitoring.
  Automatically saves and restores your drawn lines even after closing charts ? an extremely
  convenient tool that dramatically improves the efficiency of multi-pair chart analysis.





Produtos recomendados
--- FREE VERSION - WORKS ONY ON EURUSD ------------------------------------------------------------------- This is a unique breakout strategy that is used for determination of the next short term trend/move. The full system is available on MQL5 under the name "Forecast System". Here is the link -->  https://www.mql5.com/en/market/product/104166?source=Site Backtest is not possible, because calculations are done based on the data of all timeframes/periods. Therefore I propose you use the technolo
FREE
Auto Supply and Demand Oscillator is an indicator for MetaTrader 4 and MetaTrader 5 that detects supply and demand zones automatically and displays them as a single oscillator value at the bottom of the chart, instead of drawing rectangles directly on price. Concept Supply zones are price areas where strong selling created a sharp downward move away from a balance area. Demand zones are price areas where strong buying created a sharp upward move. Traditional implementations draw boxes on the
FREE
Free automatic Fibonacci 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 appears 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 differe
FREE
Candle Countdown — Tempo preciso até o fechamento da vela para MT4 Candle Countdown é um  instrumento simples e preciso que mostra o tempo restante até o fechamento da vela atual diretamente no gráfico. Quando a entrada depende do fechamento da vela, até mesmo alguns segundos fazem diferença. Este indicador permite ver o tempo exato e tomar decisões sem pressa ou suposições. Um indicador para controle preciso do fechamento da vela. O indicador mostra: tempo restante até o fechamento da vela hor
FREE
Indicador Average True Range (ATR) com suporte multi-timeframe, sinais visuais personalizáveis e sistema de alertas configurável. Serviços de programação freelance, atualizações e outros produtos TrueTL estão disponíveis no meu perfil MQL5 . Feedbacks e avaliações são muito apreciados! O que é o ATR? O Average True Range (ATR), desenvolvido por J. Welles Wilder, é um indicador técnico que mede a volatilidade do mercado. Ele calcula a média do True Range durante um período especificado. O True
FREE
BoxFibo
Sergei Kiriakov
It is just an alternative fibo lines, because mt4 have is a very strange drawing of fibo lines A simple Box (Rectangle) graphic element with adjustable levels binding: it is possible to specify up to 17 custom levels, all rectangles on the chart with the given prefix in their name are processed. Levels are specified in % of the height of the rectangle. A convenient graphical element for analyzing charts by growth-correction levels. Enjoy your work!
FREE
Silver Bullet MT4
Saksham Solanki
5 (2)
Contact me for any queries or custom orders, if you want to use this in an EA. Key Features: Pattern Recognition : Identifies Fair Value Gaps (FVGs) Spots Break of Structure (BOS) points Detects Change of Character (CHoCH) patterns Versatile Application : Optimized for candlestick charts Compatible with any chart type and financial instrument Real-Time and Historical Analysis : Works seamlessly with both real-time and historical data Allows for backtesting strategies and live market analysis Vi
FREE
KT Horizontal Lines MT4
KEENBASE SOFTWARE SOLUTIONS
No MetaTrader, traçar várias   linhas horizontais   e acompanhar seus respectivos níveis de preço pode ser uma tarefa trabalhosa. Este indicador desenha automaticamente várias linhas horizontais em intervalos iguais para configurar alertas de preço, marcar níveis de suporte e resistência e outros usos manuais. Este indicador é ideal para traders iniciantes no Forex que estão em busca de oportunidades para obter lucros rápidos comprando e vendendo. As linhas horizontais ajudam a identificar possí
FREE
The free version of the Hi Low Last Day MT4 indicator . The Hi Low Levels Last Day MT4 indicator shows the high and low of the last trading day . The ability to change the color of the lines is available . Try the full version of the Hi Low Last Day MT4 indicator , in which additional indicator features are available : Displaying the minimum and maximum of the second last day Displaying the minimum and maximum of the previous week Sound alert when crossing max . and min . levels Selecting an arb
FREE
Bem-vindo ao nosso   Padrão de onda de preço   MT4 --(Padrão ABCD)--     O padrão ABCD é um padrão de negociação poderoso e amplamente utilizado no mundo da análise técnica. É um padrão de preço harmônico que os traders usam para identificar oportunidades potenciais de compra e venda no mercado. Com o padrão ABCD, os traders podem antecipar possíveis movimentos de preços e tomar decisões informadas sobre quando entrar e sair das negociações. Versão EA:   Price Wave EA MT4 Versão MT5:   Price
FREE
Ava Dragon Pro Signal
Nirundorn Promphao
1 (1)
The principle of this indicator is very simple: detecting the candlestick pattern in D1 timeframe, then monitoring the return point of graph by using the pullback of High-Low of D1 Candlestick and finally predicting BUY and SELL signal with arrows, alerts and notifications. The parameters are fixed and automatically calculated on each time frame. Example: If you install indicator on XAUUSD, timeframe D1: the indicator will detect the reversal, pullback, price action on this timeframe (for exam
FREE
Wise Men Indicator demo
Bohdan Kasyanenko
3 (2)
The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligator
FREE
Power Trend Free
Yurij Kozhevnikov
5 (2)
Power Trend Free - the indicator shows the trend strength in the selected period. Input Parameters The indicator has three input parameters: Period - a positive number greater than one, it shows the number of candlesticks used for calculations. If you enter one or zero, there will be no error, but the indicator will not be drawn. Applied Price - the standard "Apply to:" set meaning data used for the indicator calculation: Close - Close prices; Open - Open prices; High - High prices; Low - Low p
FREE
TreendLines
Sajjad Karimi
5 (1)
''Trendlines'' is an Indicator, that every Trader need and shows Trendline and  Support and resistance levels in all  Timeframe's. Also In 1-hour, 4-hour and daily time frames and Current timeframes, support, and resistance levels are specified and trend lines are drawn so that the trader can see all levels on a chart.   In   Properties   it is possible to turn off unnecessary Lines.  In ' Tendency indicator '' , as full package of Predictions that every Trader need, there  is also the Predict
FREE
Perfect for one minutes high trading and scalping. This indicator is very effective for trading on one minutes, in the hour. A combination of moving averages and STOCHASTICS calculation to produce a very convincing signal every hour. Blue colour signals a buy opportunity. Follow the X signs for possible buy points. The Blue average line serves as possible trend direction and support. Red colour signals a sell opportunity. Follow the X signs for possible sell points. The Red average line serves a
FREE
Индикатор "Buy Sell zones x2" основан на принципе "остановка/разворот после сильного движения". Поэтому, как только обнаруживается сильное безоткатное движение, сразу после остановки - рисуется зона покупок/продаж. Зоны отрабатывают красиво. Или цена ретестит зону и улетает в космос, или пробивает зону насквозь и зона отрабатывается с другой стороны так же красиво.  Работает на всех таймфреймах. Лучше всего выглядит и отрабатывает на Н1.    Может использоваться как: индикатор зон, где лучше вс
FREE
Our offer also includes a free panel — Indicator Panel — which allows you to show or hide indicators created by BOToBRACIA. High and Low Points is a practical technical analysis indicator that plots levels corresponding to the highs and lows from previous periods (day / week / month) — levels that, in the Smart Money Concepts (SMC) and ICT approach, are treated as liquidity zones, while in classical technical analysis they serve as potential support and resistance levels. Indicator settings: •
FREE
FlatBreakout
Aleksei Vorontsov
FlatBreakout (Free Version) Flat Range Detector and Breakout Panel for MT4 — GBPUSD Only FlatBreakout is the free version of the professional FlatBreakoutPro indicator, specially designed for flat (range) detection and breakout signals on the GBPUSD pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of flat ranges (breakout,
FREE
PZ Three Drives
PZ TRADING SLU
5 (2)
This indicator finds Three Drives patterns. The Three Drives pattern is a 6-point reversal pattern characterised by a series of higher highs or lower lows that complete at a 127% or 161.8% Fibonacci extension. It signals that the market is exhausted and a reversal can happen. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Customizable pattern sizes Customizable colors and sizes Customizable breakout periods Customizable 1-2-3 and 0-A-B ratios It impl
FREE
Discover the power of precision and efficiency in your trading with the " Super Auto Fibonacci " MT4 indicator. This cutting-edge tool is meticulously designed to enhance your technical analysis, providing you with invaluable insights to make informed trading decisions. Key Features: Automated Fibonacci Analysis: Say goodbye to the hassle of manual Fibonacci retracement and extension drawing. "Super Auto Fibonacci" instantly identifies and plots Fibonacci levels on your MT4 chart, saving you tim
FREE
O Pivot Point Fibo RSJ é um indicador que traça as linhas de suporte e resistência do dia usando as proporções   de Fibonacci. Este indicador espetacular cria até 7 níveis de suporte e resistência por meio do Pivot Point usando proporções de Fibonacci. É fantástico como os preços respeitam cada nível deste suporte e resistência, onde é possível perceber possíveis pontos de entrada / saída de uma operação. Recursos Até 7 níveis de suporte e 7 níveis de resistência Defina as cores dos níveis indi
FREE
Trendline indicator
David Muriithi
2 (1)
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Binary options tester Trading panel to test your strategies according to the rules of binary options. Scope: Set the percentage of profit from the transaction. Set the expiration time in seconds. Set the bet size Set the Deposit amount. Make several deals in a row. Keep track of the time before expiration. The tick chart with trade levels is duplicated to an additional window for accuracy. It allows you to work both in the testing mode and in the real quotes mode. The program gives an idea of bi
FREE
BinaryFortune
Andrey Spiridonov
3.83 (6)
The BinaryFortune indicator has been developed and adapted specifically for trading short-term binary options. The algorithm of the indicator analyzes numerous factors before generating a signal. The indicator is installed in the conventional way. The indicator consists of an information window, which displays the name of the trading instrument, support and resistance levels, and the signal itself ( BUY , SELL or WAIT ). A signal is accompanied by a sound and a pop-up Alert. Advantages of the in
FREE
Follow The Line
Oliver Gideon Amofa Appiah
3.94 (16)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
FREE
Ppr PA
Yury Emeliyanov
4.75 (4)
"Ppr PA" is a unique technical indicator created to identify "PPR" patterns on the currency charts of the MT4 trading platform. These patterns can indicate possible reversals or continuation of the trend, providing traders with valuable signals to enter the market. Features: Automatic PPR Detection:   The indicator automatically identifies and marks PPR patterns with arrows on the chart. Visual Signals:   Green and red arrows indicate the optimal points for buying and selling, respectively. Ar
FREE
Extremum Reverse Bar
Yurij Izyumov
2.8 (5)
This indicator has been created for finding the probable reversal points of the symbol price. A small candlestick reversal pattern is used it its operation in conjunction with a filter of extremums. The indicator is not redrawn! If the extremum filter is disabled, the indicator shows all points that have a pattern. If the extremum filter is enabled, the condition works – if the history Previous bars 1 candles back contains higher candles and they are farther than the Previous bars 2 candle, such
FREE
YK Find Support And Resistance
Peechanat Chatsermsak
5 (1)
The " YK Find Support And Resistance " indicator is a technical analysis tool used to identify key support and resistance levels on a price chart. Its features and functions are as follows: 1. Displays support and resistance levels using arrow lines and colored bands, with resistance in red and support in green. 2. Can be adjusted to calculate and display results from a specified timeframe using the forced_tf variable. If set to 0, it will use the current timeframe of the chart. 3. Uses the
FREE
Padrões Harmônicos são mais bem utilizados para prever pontos de virada no mercado. Esses padrões oferecem uma alta taxa de vitória e diversas oportunidades de negociação em um único dia de negociação. Nosso indicador identifica os Padrões Harmônicos mais populares com base nos princípios descritos na literatura de Negociação Harmônica. NOTAS IMPORTANTES: O indicador não repinta, não atrasa (detecta um padrão no ponto D) e não REDRAW (o padrão é válido ou cancelado). COMO USAR: Arraste e solte o
FREE
Aurum Trend Scout
David Sanchez Clavero
Aurum Trend Scout — Versão LITE Gratuita do Aurum Trend Engine Aurum Trend Scout é a versão gratuita do Expert Advisor Aurum Trend Engine. Opera ouro (XAUUSD) em H1 usando uma estratégia de tendência baseada em Parabolic SAR + Bollinger Band Width Ratio, com entradas BUYSTOP em rompimentos do máximo diário. Esta versão LITE inclui a lógica completa da estratégia com Stop Loss baseado em ATR. Utiliza tamanho de lote fixo e não inclui a gestão monetária dinâmica disponível na versão FULL. Desempen
FREE
Os compradores deste produto também adquirem
Neuro Poseidon MT4
Daria Rezueva
4.84 (43)
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
Gann Made Easy
Oleg Rodin
4.84 (167)
Gann Made Easy é um sistema de negociação Forex profissional e fácil de usar, baseado nos melhores princípios de negociação usando a teoria do sr. W. D. Gann. O indicador fornece sinais precisos de COMPRA e VENDA, incluindo níveis de Stop Loss e Take Profit. Você pode negociar mesmo em movimento usando notificações PUSH. Entre em contato comigo após a compra para receber instruções de negociação e ótimos indicadores extras gratuitamente! Provavelmente você já ouviu muitas vezes sobre os métodos
Prop Firm Sniper
Mohamed Hassan
5 (1)
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
Super Signal – Skyblade Edition Sistema profissional de sinais de tendência sem repintar / sem atraso com taxa de acerto excepcional | Para MT4 / MT5 Funciona melhor em timeframes mais curtos, como 1 minuto, 5 minutos e 15 minutos. Principais características: Super Signal – Skyblade Edition é um sistema inteligente de sinais desenvolvido especificamente para operações com tendência. Utiliza uma lógica de filtragem em múltiplas camadas para detectar apenas movimentos direcionais fortes sustenta
Trend Catcher ind
Ramil Minniakhmetov
5 (10)
INDICADOR TREND CATCHER O Indicador Trend Catcher analisa os movimentos de preços do mercado, utilizando uma combinação de indicadores de análise de tendências adaptativos, proprietários e personalizados pelo autor. Identifica a verdadeira direção do mercado, filtrando o ruído de curto prazo e focando a força do momentum subjacente, a expansão da volatilidade e o comportamento da estrutura de preços. Utiliza também uma combinação de indicadores personalizados de suavização e filtragem de tendê
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - A ferramenta de negociação Forex de última geração. ATUALMENTE 49% DE DESCONTO. Dynamic Forex28 Navigator é a evolução dos nossos indicadores populares de longa data, combinando o poder de três em um: Indicador Advanced Currency Strength28 (695 avaliações) + Advanced Currency IMPULSE com ALERTA (520 avaliações) + Sinais CS28 Combo (Bônus). Detalhes sobre o indicador https://www.mql5.com/en/blogs/post/758844 O que o Next-Generation Strength Indicator oferece?  Tudo
Este produto foi atualizado para o mercado de 2026 e otimizado para as versões mais recentes do MT5. AVISO DE ATUALIZAÇÃO DE PREÇO: Smart Trend Trading System está atualmente disponível por $99 . O preço aumentará para $199 após as próximas 30 compras . OFERTA ESPECIAL: Após comprar o Smart Trend Trading System, envie-me uma mensagem privada para receber o Smart Universal EA GRÁTIS e transformar seus sinais do Smart Trend em operações automatizadas. Smart Trend Trading System é um sistema de tr
Indicador Miraculous – Ferramenta 100% Não Repintável para Forex e Opções Binárias Baseada no Quadrado de Nove de Gann Este vídeo apresenta o Indicador Miraculous , uma ferramenta de negociação altamente precisa e poderosa, desenvolvida especificamente para traders de Forex e Opções Binárias . O que torna este indicador único é a sua base no lendário Quadrado de Nove de Gann e na Lei da Vibração de Gann , tornando-o uma das ferramentas de previsão mais precisas disponíveis na negociação moderna.
Advanced Supply Demand
Bernhard Schweigert
4.91 (300)
Atualmente com 30% de desconto! A melhor solução para qualquer Trader Novato ou especialista! Este indicador é uma ferramenta de negociação exclusiva, de alta qualidade e acessível porque incorporamos uma série de recursos proprietários e uma nova fórmula. Com esta atualização, você poderá mostrar fusos horários duplos. Você não só será capaz de mostrar um TF mais alto, mas também mostrar ambos, o TF do gráfico, MAIS o TF mais alto: MOSTRANDO ZONAS ANINHADAS. Todos os traders de Oferta e Demanda
System Trend Pro
Aleksandr Makarov
5 (2)
System Trend Pro - This is the best trend trading indicator!!! The indicator no repaint!!!  The indicator has   MTF   mode, which adds confidence to trading on the trend (   no repaint   ). How to trade? Everything is very simple, we wait for the first signal (big arrow), then wait for the second signal (small arrow) and enter the market in the direction of the arrow. (See screens 1 and 2.) Exit on the opposite signal or take 20-30 pips, close half of it, and keep the rest until the opposite
Neo Wave PRO
Nikolay Raykov
5 (1)
Price & Time Market Structure Indicator A professional market structure tool that analyzes waves through both price and time — not price alone. Main Description NeoWave PRO is a professional market structure indicator for MetaTrader 4 designed for traders who want to move beyond traditional one-dimensional wave tools such as ZigZag, swing indicators, and basic high/low systems. Most wave indicators analyze only one thing: Price. But a real market wave is not only a price movement. A true wave de
M1 Sniper
Oleg Rodin
5 (24)
O M1 SNIPER é um sistema indicador de negociação fácil de usar. É um indicador de seta projetado para o período M1. O indicador pode ser usado como um sistema independente para scalping no período M1 e pode ser usado como parte do seu sistema de negociação existente. Embora este sistema de negociação tenha sido projetado especificamente para negociação no M1, ele também pode ser usado em outros períodos. Originalmente, desenvolvi este método para negociar XAUUSD e BTCUSD. Mas considero-o útil ta
PZ Trend Trading
PZ TRADING SLU
4.8 (5)
O Trend Trading é um indicador projetado para lucrar o máximo possível com as tendências que ocorrem no mercado, cronometrando retrocessos e rupturas. Ele encontra oportunidades de negociação analisando o que o preço está fazendo durante as tendências estabelecidas. [ Guia de instalação | Guia de atualização | Solução de problemas | FAQ | Todos os produtos ] Negocie mercados financeiros com confiança e eficiência Lucre com as tendências estabelecidas sem ser chicoteado Reconhecer retrocessos
ORB Seeker
Marcela Goncalves De Oliveira
Preço especial de lançamento! Apenas 79 dólares! O preço aumentará após 10 vendas, preço final de $199. Após a compra, entre em contato comigo para receber um EA bônus GRATUITO que pode operar com sinais de rompimento de forma totalmente automatizada e com arquivos de configuração otimizados. Faça sessões de tratamento eficazes com confiança! O ORB Seeker é um indicador profissional de Ruptura da Faixa de Abertura (ORB, na sigla em inglês) desenvolvido para traders que buscam precisão, simplic
Scientific trade
Aleksey Ivanov
5 (1)
An extremely convenient indicator that truly makes the process of making money on the exchange easy. It is based on the scientifically rigorous theory of the market developed by the author, the beginning of which is presented here .                The full algorithm of this indicator operation is presented in the article .               The indicator calculates the most probable price movement trajectory and displays it on the chart. Based on the predicted price movement trajectory
Cycle Sniper
Elmira Memish
4.39 (36)
Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before purchasing. Videos, settings  and descri
Nota do Desenvolvedor:   Após a compra, entre em contato comigo para receber o mais recente   arquivo de configuração recomendado (Set File) , dicas de trading e um convite para o nosso   Grupo VIP de Suporte , onde você pode se conectar com outros usuários do M1 Quantum. Versão MT5 disponível : Visitar MT5 M1 Quantum é um sistema profissional de negociação para M1 que fornece sinais de trading rápidos e precisos, com Stop Loss, Take Profit e gerenciamento inteligente de capital integrados. M1
Market Structure Patterns MT4
Samuel Manoel De Souza
5 (18)
Market Structure Patterns   é um indicador baseado em   smart money concepts   que apresenta elementos de   SMC/ICT   capazes de elevar suas decisões de negociação a um novo patamar. Aproveite os   alertas ,   notificações   push   e   mensagens  por  e-mail   para ser informado sobre quando um elemento se forma no gráfico, o preço cruza um nível e/ou entra em uma região delimitada por uma retângulo. Desenvolvedores podem acessar valores dos elementos do indicador por meio de   variáveis globais
Scalping Lines System -  é um sistema de scalping concebido especificamente para negociar o ativo Ouro (XAUUSD) em timeframes de M1 a H1. Combina indicadores de tendência, volatilidade e análise de mercado de sobrecompra/sobrevenda, reunidos num único oscilador para identificar sinais de curto prazo. Os principais parâmetros internos das linhas de sinal estão pré-configurados. Alguns parâmetros permanecem para ajuste manual: "Duração da Onda de Tendência", que regula a duração de uma série de
Actualmente 30% OFF ! A melhor solução para qualquer novato ou comerciante especializado! Este software de painel de instrumentos está a funcionar em 28 pares de moedas. É baseado em 2 dos nossos principais indicadores (Advanced Currency Strength 28 e Advanced Currency Impulse). Dá uma grande visão geral de todo o mercado Forex. Mostra valores avançados de força da moeda, velocidade de movimento da moeda e sinais para 28 pares de divisas em todos os (9) períodos de tempo. Imagine como a sua n
Friends, we present to your attention our new Forex Gump Laser indicator. Since there are no designers in our team, but mainly mathematicians, financiers, programmers and traders, we did not make any special changes in the indicator design. In appearance, it resembles the usual Forex Gump. On the other hand, Forex Gump has become not just the name of an indicator, it is a brand. And we try to preserve the corporate identity in all its varieties. The whole essence of the indicator in its operatio
Scalper Inside PRO
Alexey Minkov
4.68 (69)
Scalper Inside PRO Scalper Inside PRO is an intraday trend and scalping indicator that uses exclusive built-in algorithms to evaluate market direction and key target levels. The indicator automatically calculates entry and exit points and several profit target levels, and it shows detailed performance statistics, so you can see how different instruments and strategies behaved on historical data. This helps you select instruments that fit current market conditions. You can also connect your own a
Documentation for connecting Metatrader 4 with Python with a simple drag and drop EA.   A full end-to-end solution ,fully tested ,fast and efficient! The Pytrader ecosystem consists of a python script and a MT4 EA. (  MT5  version ) Further for the licensing an indicator is used.  The communication between the python script and the EA is based on sockets. EA is the  Server   and the python script the  Client .  It is always query(function / python script) and output(data / server). The EA doe
Easy Breakout
Mohamed Hassan
4.71 (14)
After your purchase, feel free to contact me for more details on how to receive a bonus indicator called VFI, which pairs perfectly with Easy Breakout for enhanced confluence!    Easy Breakout is a powerful price action trading system built on one of the most popular and widely trusted strategies among traders: the Breakout strategy ! This indicator delivers crystal-clear Buy and Sell signals based on breakouts from key support and resistance zones. Unlike typical breakout indicators, it levera
CRT Candle Range Theory HTF MT4.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Discounted   Price   $50  !!     Secure your lifetime access   now   before it switches to   subscription-only ! Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicat
Day Trader Master é um sistema de negociação completo para day traders. O sistema é composto por dois indicadores. Um indicador é um sinal de seta para comprar e vender. É o indicador de seta que você obtém. Eu fornecerei o segundo indicador gratuitamente. O segundo indicador é um indicador de tendência especialmente projetado para ser usado em conjunto com essas setas. OS INDICADORES NÃO SE REPETEM E NÃO SE ATRASAM! A utilização deste sistema é muito simples. Você só precisa seguir os sinais de
BTMM State Engine Pro is a MetaTrader 4 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
ACTUALMENTE COM 40% DE DESCONTO A melhor solução para qualquer novato ou comerciante especializado! Este Indicador é uma ferramenta comercial única, de alta qualidade e acessível, porque incorporámos uma série de características proprietárias e uma nova fórmula. Com apenas UM gráfico, pode ler a força da moeda para 28 pares de Forex! Imagine como a sua negociação irá melhorar porque é capaz de apontar o ponto exacto do gatilho de uma nova tendência ou oportunidade de escalada? Manual do util
O sistema PRO Renko é um sistema de negociação altamente preciso especialmente concebido para a negociação de gráficos RENKO. Trata-se de um sistema universal que pode ser aplicado a vários instrumentos de negociação. O sistema neutraliza eficazmente o chamado ruído de mercado, dando-lhe acesso a sinais de inversão precisos. O indicador é muito fácil de usar e tem apenas um parâmetro responsável pela geração de sinal. Você pode facilmente adaptar a ferramenta a qualquer instrumento de negocia
O Apollo BuySell Predictor é um sistema de negociação profissional que inclui vários módulos de negociação. Ele fornece ao trader zonas de rompimento exclusivas, níveis de suporte e resistência baseados em fibonacci, linha de tendência de pivô, sinais de volume de recuo e outros recursos úteis que qualquer trader precisa diariamente. O sistema funcionará com qualquer par. Os prazos recomendados são M30, H1, H4. Embora o indicador também possa funcionar com outros prazos, exceto os prazos superio
Mais do autor
Reverse_Elements - Formatted Description Reverse_Elements Reverse_Elements is a signal-based indicator designed to help identify potential market reversal points directly on the chart. Using a proprietary calculation method, the indicator displays buy and sell signals with arrows. It is built to support discretionary trading by making potential entry areas easier to recognize visually. This is not an Expert Advisor and does not place trades automatically. Main Features Buy and sell arrows displa
================================================================  DispTrade_en.mq4  User Manual ================================================================ OVERVIEW -------- Displays trade history and open positions visually on the MT4 chart using arrows and connecting lines. WHAT IT SHOWS ------------- - BUY Entry Arrow   : Entry point for BUY orders (blue) - SELL Entry Arrow  : Entry point for SELL orders (red) - Exit Arrow        : Close point for historical trades (goldenrod) - Dott
FREE
================================================================================   IFVG Signals Indicator  (ICTIFVGmq4_en.mq4)  ?  User Manual ================================================================================ Version : 1.00 Platform: MetaTrader 4 Signal  : IFVG Buy / IFVG Sell arrows on the main chart Zone    : Horizontal rectangle drawn at the confirmed IFVG zone -------------------------------------------------------------------------------- WHAT IS AN IFVG? -------------------
FREE
RSI Border Search scans up to 64 symbols across 7 timeframes (448 combinations) in real time, detecting when RSI reaches overbought or oversold levels on confirmed bars. KEY FEATURES - Multi-Symbol Scanner: Monitor up to 64 symbols x 7 timeframes = 448 cells simultaneously. - RSI Boundary Detection: Detects when RSI crosses above or below your specified boundary level on confirmed (closed) bars. - No Repaint: Only confirmed bars are evaluated. The forming bar is never used, so signals
FREE
================================================================   TradeInfoS_en  -  Trade Statistics Indicator for MT4   Copyright (C) 2014 fx-mt4ea.com ================================================================ OVERVIEW -------- Displays trade history statistics and market info in a separate indicator window. Shows results for All-time, This Month, and This Week in three columns. DISPLAY LAYOUT -------------- [ S ]  T:xx/W:xx/L:xx/R:xx%/PL:xx    <- All-time stats [ M ]  T:xx/W:xx/L:xx
FREE
MagicalTouch for MT4 Draw a line. Wait for the alert. MagicalTouch monitors lines you draw on MT4 and fires an alert the instant price touches them. What it does Horizontal lines: Alerts when price hits the specified level. Vertical lines: Alerts when a candle reaches the specified time. Trendlines: Alerts on touch (a unique feature MT4 cannot do natively). Alert Types: Supports Popup, Sound, Email, and Mobile Push Notifications. Quick Start (3 Steps) Apply: Drag MagicalTouch onto any chart. Dr
MA Cross 448 Scanner Scan 64 pairs x 7 timeframes for MA crossovers — all from a single chart.  |  User Manual ------------------------------------------------------------------------ 1. Overview ------------------------------------------------------------------------ MA Cross 448 Scanner is a MetaTrader 4 indicator that monitors moving average crossovers across 64 currency pairs and 7 timeframes simultaneously, displaying all results in a single panel. Drop it onto any chart and it instantly
AutoLineSaver for 448 Save and restore your chart workspace automatically.  |  User Manual 1. Overview AutoLineSaver automatically saves every line you draw on the chart and restores them the next time you open it. No more redrawing your analysis from scratch. Drop AutoLineSaver onto your chart once, and your workspace is always preserved. What it saves: • Horizontal lines • Trendlines • Rays (extended trendlines) • Vertical lines • Rectangles • Fibonacci retracements How it works: • Lines
## 1. Overview  ?  ICT IFVG All-Currency Scanner Detects IFVG (Inverse Fair Value Gap) signals across all currency pairs simultaneously. An IFVG occurs when a candle body fully breaks through a prior Fair Value Gap in the OPPOSITE direction ? a key ICT concept indicating a potential institutional reversal.   BUY  signal : Bear FVG is broken upward   → price likely to rise   SELL signal : Bull FVG is broken downward → price likely to fall Scans up to 64 symbols × 7 timeframes = 448 combina
HigherTF Background Candle draws higher timeframe candlesticks directly on your chart background, giving you instant multi-timeframe context without switching charts. KEY FEATURES - Background HTF Candles: Renders Open/High/Low/Close of any higher timeframe as colored rectangles behind your price action. - Instant TF Switching: Press keys 1-9 to switch between M1, M5, M15, M30, H1, H4, D1, W1, MN1. Press 0 to hide. - Auto-Promotion: If the selected TF is equal to or lower than the cha
Reverse_Elements_AllSearch Reverse_Elements signals multi-symbol / multi-timeframe scanner for MetaTrader 4 ---------------------------------------------------------------------- Important Requirement ---------------------------------------------------------------------- Reverse_Elements_AllSearch requires the main Reverse_Elements indicator. Reverse_Elements_AllSearch is not a standalone signal-generation indicator. It is a scanner that reads signals from the main Reverse_Elements indicator an
Filtro:
Sem comentários
Responder ao comentário