FFx CCI Divergences

The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below.

But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe.

Here's the options available in the FFx divergences indicator:

  • Select the timeframes to be displayed (M1 to Monthly).
  • Define the width (number of bars) for each timeframe box.
  • Alert pop up/sound/email/push (CCI crosses defined level and/or CCI cross 0 line and/or divergences).
  • Activate/deactivate the alert directly on the chart.
  • Modify all the colors.
  • ... and of course all usual settings of the standard indicator.

How to set an alert

In the parameters pop up: select the alert you want and the alert mode (pop up and/or sound and/or email and/or push notification).

Then on chart single click on the bell (or 'A' character) showing in the box. The color will then change. Red to Green means it is now activated, Green to Red means that it is now deactivated.

Prodotti consigliati
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each tim
El indicador "MR BEAST ALERTAS DE LIQUIDEZ" es una herramienta avanzada diseñada para proporcionar señales y alertas sobre la liquidez del mercado basándose en una serie de indicadores técnicos y análisis de tendencias. Ideal para traders que buscan oportunidades de trading en función de la dinámica de precios y los niveles de volatilidad, este indicador ofrece una visualización clara y detallada en la ventana del gráfico de MetaTrader. Características Principales: Canal ATR Adaptativo: Calcula
Indicatori chiave dei prezzi della zona di domanda e offerta sfondo Il sistema ricerca automaticamente le aree di domanda e offerta nella linea K e traccia in tempo reale le linee di prezzo chiave. I trader possono operare in base alle linee di negoziazione dei prezzi. Caratteristiche principali Il sistema ricerca automaticamente le aree di domanda e offerta nella linea K. Il sistema traccerà anche linee di prezzo chiave in tempo reale, e i trader potranno operare in base a tali linee di prezzo
FFx Basket Scanner
Eric Venturi-Bloxs
MetaTrader 5 version available here : https://www.mql5.com/en/market/product/24882 FFx Basket Scanner is a global tool scanning all pairs and all timeframes over up to five indicators among the 16 available. You will clearly see which currencies to avoid trading and which ones to focus on. Once a currency goes into an extreme zone (e.g. 20/80%), you can trade the whole basket with great confidence. Another way to use it is to look at two currencies (weak vs strong) to find the best single pairs
"Trend Finder" is a trend trading strategy that combines market noise filtration and all necessary functions in one tool! The system automatically displays entry and exit points using arrows. Only one parameter is sufficient for configuration. It offers simple, intuitively understandable, and effective trend detection. The intelligent algorithm of the "Trend Finder" indicator identifies potential market reversal points. Often, a good trend can be visually observed on the price chart. However, a
ProEdge ROC MTF Momentum MT4 Powerful Multi-Timeframe Momentum Signal Indicator ProEdge ROC MTF Momentum MT4 is a professional trading indicator designed to identify high-probability BUY and SELL opportunities using advanced Rate of Change (ROC) analysis across multiple timeframes. Unlike basic indicators, it combines momentum, multi-timeframe alignment, and signal strength scoring to filter weak trades and highlight only reliable setups. What Makes It Different? Most indicators: Use a sin
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator with its divergences. See the example shown in the picture below. But the display isn't like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx divergences indicator: Select the timeframes to be displayed (M1 to Monthly). Define the width (number of bars) for each ti
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - Lo strumento di trading Forex di nuova generazione. ATTUALMENTE SCONTATO DEL 49%. Dynamic Forex28 Navigator è l'evoluzione dei nostri indicatori popolari di lunga data, che combinano la potenza di tre in uno: Advanced Currency Strength28 Indicator (695 recensioni) + Advanced Currency IMPULSE con ALERT (520 recensioni) + CS28 Combo Signals (Bonus). Dettagli sull'indicatore https://www.mql5.com/en/blogs/post/758844 Cosa offre l'indicatore di forza di nuova generazione?
Forex Gump Trend is a universal indicator for highly effective determination of the trend direction. If you identify the trend correctly, this is 95% of trading success, because you will be able to open trades in the direction of the price movement and benefit from it. The Forex Gump Trend indicator helps traders with a high degree of efficiency to determine the current trend direction, as well as trend reversal points. The direction of the trend is shown by colored lines on the chart, and the
Skynet Lasso
Roman Yablonskiy
This indicator displays entry and exit points in the market. The indicator is based on Parabolic and various mathematical and statistical methods to increase profitability and reduce the number of losing trades. The indicator helps in many cases to skip false inputs, the support and resistance lines go around the price in a certain mode, reducing losses. The dashboard shows the results of the indicator so that you can adjust it more accurately and see how the parameters affect the result. The n
推荐这款分时均线指标程序!它在主窗口直观展示实时价格与 30 分钟、60 分钟、120 分钟均线,助您精准把握日内趋势。参数可灵活调整,支持多种均线类型,适配不同交易风格。代码优化高效,避免重复计算,运行流畅。清晰的多色线条与标签设计,让价格与均线的关系一目了然,助力您快速捕捉交易信号。简洁实用的设计,是日内交易者分析行情的得力工具,值得一试。配合MACD及HAM买卖提示能对交易有质的提升。 1. 指标显示设置 借助   #property   指令对指标的显示属性加以设置: #property indicator_chart_window :保证指标在交易图表的主窗口显示。 #property indicator_buffers 4 :设定指标运用 4 个数据缓冲区,分别用来存储实时价格以及 3 种不同周期的均线数据。 #property indicator_colorX :为不同的线条设定颜色,例如价格线是蓝色,30 分钟均线是红色,60 分钟均线是绿色,120 分钟均线是紫色。 2. 输入参数设置 提供了几个可调节的输入参数,用户能够依据自身需求进行修改: MAPeriod1 、
Mr Beast Paterns with alerts
Luis Mariano Vazquez Marcos
El indicador "MR BEAST PATTERNS WITH ALERTS" es una herramienta avanzada diseñada para identificar y notificar automáticamente patrones de oportunidad en el mercado financiero. Basándose en una combinación de análisis técnico y algoritmos inteligentes, este indicador escanea constantemente el gráfico en busca de patrones específicos que podrían indicar momentos propicios para la toma de decisiones. Características Principales: Detección de Patrones: El indicador identifica patrones de oportunida
SL Currency Heatmap
Chalin Saranga Jayathilake
5 (5)
Back testing can't; get indicator full performance  Trading the currency markets is a complex business. With so many pairs and multiple timeframes it is almost impossible to monitor them all – but with with the Currency Heatmap you can. The Currency Heatmap indicator delivers the information you need to base your trading decisions on the entire spectrum of currency pairs derived from the 8 major currencies; namely the US dollar, the Euro, the British Pound, the Swiss Franc, the Japanese Yen, t
GeoWprPro
Georgij Komarov
WPR by Profile, or WPR for Professionals Geo_WprPro is one of the well-known currency profile indicators. It simultaneously displays two WPR indicators with different parameters in the matrix form on all timeframes of multiple currency pairs forming the currency profile . As follows from the description, " WPR is a leading indicator that often goes ahead of the price chart. The oscillator frequently reaches extreme values before the price reversal as if anticipating that event: it almost always
This indicator is another variant of the famous powerful indicator Fibonacci-SS https://www.mql5.com/en/market/product/10136 but has different behaviour in placing Pending Order and TP Line. Automatically places Fibonacci retracement lines from the last highest and lowest visible bars on the chart with: An auto Pending Order (Buy/Sell). Taking Profit 1, Taking Profit 2 is pivot point and Taking Profit 3 for extended reward opportunity. The best risk and reward ratio. Simple and powerful indicat
Automated Supply and Demand Trading Edge MT4   These videos demonstrate how we apply the supply and demand system to our latest trading review and market analysis.  US Tech 100 Index Trade Setup time laps 12/6/2023.  https://youtu.be/zHdjHnr3GNo   https://youtu.be/JJanqcNzLGM ,  https://youtu.be/l70MIHaQQa4 ,  https://youtu.be/pg0oiT5_8y0   Enhance your Trading Strategy with the Supply and Demand Trading Edge MT4. Gain a competitive market advantage with the Supply and Demand Trading Edge MT4
Gets
Andrey Kozak
Gets is a smart trading system with complex market analysis mechanism. The operation principle of Gets is based on neural networks and diversified collection of information from various market analyzers. Then the system analyzes the statistical databases to create a general idea of the current market situation and the further price movement. The information is displayed on the screen in a simple and intuitive way - in the form of buy and sell arrows. Also, the information on the current trend st
BinaryIndicator
Andrey Spiridonov
BinaryIndicator is a highly accurate indicator for trading binary options. It shows excellent results in scalping. This indicator is based in multifactor analysis of trend indicators, as well as confirmation oscillators, which in the end gives an increased accuracy of signals. Advantages of the indicator Increased accuracy of signals. Excellent results when trading binary options with a short expiration time from M30 to M1 . It works on any timeframes. Works with any trade symbols. Parameters
Gioteen Volatility Index (GVI)   - your ultimate solution to overcoming market unpredictability and maximizing trading opportunities. This revolutionary indicator helps you in lowering your losing trades due to choppy market movements. The GVI is designed to measure market volatility, providing you with valuable insights to identify the most favorable trading prospects. Its intuitive interface consists of a dynamic red line representing the volatility index, accompanied by blue line that indicat
Lefort
Maksim Pliskach
LEFORT is a multi-currency, fully automatic, high-frequency trading robot. The robot works with any instruments in MT4 on any timeframe. The algorithm of the expert Advisor is as follows Single-scalping trades will. Using the analytical signals module, the robot analyzes the market dynamics, and then makes single trades in the direction of the dominant trend with a profit of several pips. A series of open orders. The robot makes a series of trades on a pullback in the direction of the dominant t
This is the complete REX package. It consists of the lite, pro and ULTRA version.  Perfect for beginners and intermediates. REX complete is 100% non repaint. The strategy is based on a mix of different strategies, statistics, including pivot points, oscillators and patterns.  As the trading idea consists of a variety of some classic indicators like Momentum, Williams Percent Range, CCI, Force Index, WPR, DeMarker, CCI, RSI and Stochastic, it is clear that the fundamental indicators have being u
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: MA pointing Up/Down Green square + Red border: MA po
Market Structure Zig Zag
Lesedi Oliver Seilane
4.66 (29)
Free Market structure zig zag to assist in price action trading the screenshots describe how to use and how to spot patterns new version comes with alerts, email alert and  push notification alert can be used on all pairs  can be used on all timeframes  you can add additional confirmation indicators the indicator shows you your higher high and low highs as well as your lower lows and lower highs  the indication makes price action analysis easier to spot.
FREE
L'indicatore costruisce le quotazioni attuali, che possono essere confrontate con quelle storiche e su questa base fanno una previsione del movimento dei prezzi. L'indicatore ha un campo di testo per una rapida navigazione fino alla data desiderata. Opzioni: Simbolo - selezione del simbolo che visualizzerà l'indicatore; SymbolPeriod - selezione del periodo da cui l'indicatore prenderà i dati; IndicatorColor - colore dell'indicatore; HorisontalShift - spostamento delle virgolette disegnate d
CapTaiNCAT
Nyamsuren Boldbaatar
CapTaiNCAT FullAutomated expert advisor. TimeFrame M1 M5 SET FILES;  https://www.mql5.com/en/market/product/38300#!tab=comments&comment=11565247 Recommendations Before using the EA on a real account, test it with minimal risk or on a demo account; Use VPS server with ping less 10ms; ECN account with low spreads + low commissions + quality execution;  Standard settings are optimized for EURUSD GBPUSD AUDUSD USDCAD USDJPY USDCHF XAUUSD  The settings of the EA  Trade Manager  Magic Number  Slippa
Scalping Worm is an essential tool for every trader aiming to improve the accuracy of their market entries and exits. With its advanced weighted moving average formula and adaptive smoothing logic, this indicator not only captures the current trend direction but also helps determine its strength and stability. The blue line signals an uptrend, while the red line indicates a downtrend, making analysis highly intuitive and visually straightforward. The main advantage of this indicator is its abili
Szia! Egy indikátorral. Több idő gyertyájának kirajzoltatása egy charton. Különböző színek rendelhetők a long és short gyertyákhoz. Vonal vastagsága állítható. A gyertya kitöltése engedélyezhető. Hello! With an indicator. Drawing multiple time candles on a chart. Different colors can be ordered for long and short candles. Line thickness can be adjusted. Filling the candle can be allowed. Videó: https://www.youtube.com/watch?v=-9bequnAw-g&amp ;ab_channel=GyulaKlein
The FFx Dashboard MTF alerter will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator. 2 Alert Options: Single timeframe: each selected timeframe alert separately when a signal occurs Multi timeframes: all selected timeframes must agree for an alert to be triggered Both options have an input to select the timeframes to be used for the alert(s). How to understand the status: Green/Red square: RSI above/below 50 line Green square + Red border: R
ASR (Accurate Support Resistance) Indicator Uniqe formula behind this indicator makes it one the world's best support resistance indicator. watch the tutorial video It is user-friendly and here are some key features : -- different calculations for swing traders and scalpers. -- the lower the accuracy number the further the lines distance is. --easily applicable on all charts. ( try to find the best accuracy number ) recommended accuracy number for Gold is 5or 6, for eurusd 6 or 7. other instrum
Gli utenti di questo prodotto hanno anche acquistato
The [GRAFF] III manual trading system is based on multiple MetaTrader (MT4) indicators. Together, the entire PACK of GRAFF III indicators makes an advanced trading tool. The system consists of over 20 different custom-built indicators which have been carefully selected and tested in the long term to produce strong and efficient trading signals. The particular indicators are based on different mathematical formulas, so the entire system is calibrated to remove false signals from its own indicator
Let´s try to make some real money! Call me profit addicted. I thought why not try to make THE dream come reality. With discipline, a clear strategy and this indicator I focus on entering the perfect trades. This indicator is very easy to use as you will get perfect entry points for Put or Call trades. The arrows are calculated with: -     Momentum  parameters -     Candle stick patterns -     Fundamental Price action We recommend to combine it with Parabolic, ZigZag or Elliot waves indicator
Golden Chip
Daishon Cotman
Golden Chip provides Basic Market Structure, Fibonacci, supply and Demand Zones. Letting you identify when a sell off point is approaching or whne a buy opportunity is arriving. The awesome thing about Golden Chip is that, you will see rejection levels or continuation before ANYBODY ! This indicator moves directly with price and lines up perfectly with the Chart. Some indicators would lag but NOT this one ! Golden Chip is amazing for Clean chart (Naked Chart). GOLDEN CHIP IS ONLY ON METATRADER (
***** The REAL , ORIGINAL, Non-Repainting, Non-Delaying, Arrow Trade Entry indicator for Very Low-Risk market execution ***** ***This is the Golden standard in arrow indicators for MT4.*** BING Setup Arrows Indicator(BSA) will show easy-to-read High Probability trading situations with Non-Repainting , Non-Delaying , Up or Down arrows on the graph.  So simple, it's brilliant. Always shows very good trading setups, no flashy colors, confusing configurations, hard-to-read dashboards, etc.  Perfec
****** Easy to understand, correct Trade direction indicator, quick and easy to visualize******* BING Proper Path Indicator(BPP) will show BUY/SELL signals on-screen in an easy-to-understand 'Traffic Light' format. Provides a final 'reassurance' and 'peace of mind' for taking an educated, high probability, low-risk, trade decision. In the same way, you use a rearview mirror for instantaneous information while taking a driving decision, the same way BING Proper Path Indicator(BPP) will help you
Risk Reward ratio indicator for MT4  BING Risk Reward indicator is a powerful, basic, very needed tool for every trader. Clearly visualize Open Price , Stop Loss , and Top Profit levels on your graphs with easy-to-see colors and trendlines. Does BING Risk Reward show alerts? Of course! BING Risk Reward Indicator offers all Alerts available for the MT4 platform(Email, Popups, Sound, and Push). It shows alerts on Open Price , Stop Loss , and Top Profit. That way, besides easily seeing what is go
The channels
Mansour Rahkhofteh
Counter trade type indicator. Jcounter can capture the timing of the trend collapse phase. There are signs of a trend collapse. It is the world standard to confirm the sign with LSMA adopted by Jcounter. The numerical setting of LSMA is very important, but after many years of verification, the numerical value was identified and completed. When the trend starts, the rising market moves like a support, and the falling market moves like a resistance. Gradually overtake the candlestick and
Axebagsh
Batsukh Sumchin Khuyagbaatar
Only work on Crude Oil H1  time frame  Swing follow trend.  do not trade against trends Specifies the first destination and entry and exit points For 16 years, I only traded on CrudeOil. Crude oil is one of the most extreme combinations in the world and it is safe to say that such a good indicator has never been made before.   This indicator will save you a lot of money because it introduces a new type of approach, Good luck
Forex Signal Generator is a cutting edge technology for Trend Trading, and filtering all inbuilt in one tool. The Signal Generator  analysis the market like a Pro  by using its smart algorithms to detect  the trend, filter out market noise  and display on  your chart with the : ENTRY, STOPLOSS AND TARGET PROFIT Advantages You Get     Access to the proven reliable trend indicator based     Easy and  effective trend detection.     Gives you the ability to filter  out  'NOISE' from the market  
The breakout algorithm is a technique based on price, price features, to shape a breakout strategy. The strategy in this indicator will not be redrawn (none-repaint indicator), it is suitable for short or long term traders In the screenshot is the EURUSD pair, these currency pairs, commodities or stocks, it have similar strength *Non-Repainting (not redrawn) *For Metatrader4 Only *Great For Scalping *Great For Swing Trading *Arrow Entry, Green is Long, Red is Short *Works On Any Timeframe *Work
IconTrade
Vadim Gorodetskii
Place the indicator on the chart, preferably with a timeframe of H1 or H4. If you are trading in the daily range or, conversely, on lower timeframes, you will need to adjust the RSI and ATR levels accordingly.  The blue arrows of the indicator will be a signal to open a long position, the red arrows will be a signal to open a short position: 1) Blue arrow for longs (growth) and red arrow for shorts (decline). 2) Two horizontal lines for current positions (one for entry and one for stop).  3
WARNING!! THIS SWORD IS TOO SHARP!    ONLY 10 COPIES LEFT FOR THE NEXT PRICE TO BE 8,000$ FOR UNLIMITED PLAN. Dear traders I am very glad once again to introduce to you my other tool called "Forex Sword Indicator". In short this tool is meant to give you an edge over the market that you have been waiting for  so long. Now, here it is. It is a very very simple tool but yet a dangerous sword. I call it a  Holy grail indicator!. I will not talk a lot about this tool. Just let the tool speak by itse
IconTradeSL
Vadim Gorodetskii
IconTradeSL.  Возможность выставлять sl по уровням. В индикаторе установлена возможность показывать историю уровней на графике. Возможность выставлять sl по уровням. Настройки индикатора: ЦВЕТ_BAR - цвет баров по которым ищем SL ЦВЕТ_Тек_BAR - Purple;//цвет текущего бара BAR - поиск в последних BAR барах (по умолчанию 200) show_bar - показывать бары по которым ищем SL
Chikha GOLD
Glory Orluike Echonwere
Introducing the Ultimate Gold Indicator, meticulously designed to elevate your trading experience on the 5-minute, 15-minute, and 30-minute time frames. This cutting-edge arrow indicator is your key to unlocking precise buy and sell signals, effortlessly guiding you through the dynamic world of gold trading. Key Features: - Versatile Time Frames: Adapt to various trading styles with signals tailored for 5 minutes, 15 minutes, and 30 minutes, offering flexibility to suit your preferences. -
AR Signal Crossover - Precision Trend Indicator The AR Signal Crossover is a highly accurate, strictly non-repainting trend indicator designed for MetaTrader 4. By combining the responsiveness of a Fast Simple Moving Average (SMA) with the reliability of multiple Exponential Moving Averages (EMA), this tool helps traders pinpoint exact market entry and exit points with ease. Whether you are a scalper, day trader, or swing trader, this indicator provides clear, visual arrow signals on your chart
Gann Made Easy
Oleg Rodin
4.83 (160)
Gann Made Easy è un sistema di trading Forex professionale e facile da usare che si basa sui migliori principi del trading utilizzando la teoria di mr. WD Gann. L'indicatore fornisce segnali ACQUISTA e VENDI accurati, inclusi i livelli di Stop Loss e Take Profit. Puoi fare trading anche in movimento utilizzando le notifiche PUSH. CONTATTAMI DOPO L'ACQUISTO PER RICEVERE GRATUITAMENTE LE ISTRUZIONI DI TRADING E OTTIMI INDICATORI EXTRA! Probabilmente hai già sentito parlare molte volte dei metodi d
M1 Sniper
Oleg Rodin
5 (21)
M1 SNIPER è un sistema di indicatori di trading facile da usare. Si tratta di un indicatore a freccia progettato per l'intervallo temporale M1. L'indicatore può essere utilizzato come sistema autonomo per lo scalping sull'intervallo temporale M1 e come parte del tuo sistema di trading esistente. Sebbene questo sistema di trading sia stato progettato specificamente per il trading sull'intervallo temporale M1, può comunque essere utilizzato anche con altri intervalli temporali. Inizialmente ho pro
Scalper Inside PRO
Alexey Minkov
4.74 (69)
Scalper Inside PRO – Since 2020. 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
Market Makers
Mohamed Hassan
5 (3)
After purchase, contact me privately to receive 1 month of free testing with EA Forex Proton! This advanced MT4 trading robot automatically executes signals from any MT4 indicator, including Market Makers. The latest version also includes AI integration, allowing each trade signal to be analyzed using Artificial Intelligence. Live Signal with EA Forex Proton: Click here Market Makers is a powerful price action trading system designed to identify high-probability Buy and Sell opportunities based
Innanzitutto, vale la pena sottolineare che questo Strumento di Trading è un Indicatore Non-Ridipingente, Non-Ridisegnante e Non-Laggante, il che lo rende ideale per il trading professionale. Corso online, manuale utente e demo. L'Indicatore Smart Price Action Concepts è uno strumento molto potente sia per i nuovi che per i trader esperti. Racchiude più di 20 utili indicatori in uno solo, combinando idee di trading avanzate come l'Analisi del Trader del Circolo Interno e le Strategie di Trading
Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
4.82 (22)
Scontato a 299 dollari! I prezzi potrebbero aumentare in futuro! Leggi la descrizione qui sotto! Il miglior sistema di ingresso per la plancia Ultimate Sniper: LIVELLI DINAMICI FINALI. (Si prega di controllare i miei prodotti) L'Ultimate Sniper Dashboard funziona SOLO sui mercati live a causa dei limiti di test della MT4 multicurrency. Vi presentiamo l'Ultimate Sniper Dashboard! Il nostro migliore che contiene sia HA-Sniper, MA-Sniper e molte modalità speciali. Il cruscotto Ultimate Sniper è
Trend Screener
STE S.S.COMPANY
4.79 (95)
Indicatore di tendenza, soluzione unica rivoluzionaria per il trading di tendenze e il filtraggio con tutte le importanti funzionalità di tendenza integrate in un unico strumento! È un indicatore multi-timeframe e multi-valuta al 100% non ridipingibile che può essere utilizzato su tutti i simboli/strumenti: forex, materie prime, criptovalute, indici e azioni. OFFERTA A TEMPO LIMITATO: l'indicatore di screening di supporto e resistenza è disponibile a soli 50$ e a vita. (Prezzo originale 250$) (o
L'indicatore " Dynamic Scalper System " è progettato per il metodo di scalping, ovvero per il trading all'interno di onde di trend. Testato sulle principali coppie di valute e sull'oro, è compatibile con altri strumenti di trading. Fornisce segnali per l'apertura di posizioni a breve termine lungo il trend, con ulteriore supporto al movimento dei prezzi. Il principio dell'indicatore. Le frecce grandi determinano la direzione del trend. Un algoritmo per generare segnali per lo scalping sotto fo
Atomic Analyst
Issam Kassas
5 (5)
Innanzitutto, vale la pena sottolineare che questo indicatore di trading non è repaint, non è ridisegno e non presenta ritardi, il che lo rende ideale sia per il trading manuale che per quello automatico. Manuale utente: impostazioni, input e strategia. L'Analista Atomico è un indicatore di azione del prezzo PA che utilizza la forza e il momentum del prezzo per trovare un miglior vantaggio sul mercato. Dotato di filtri avanzati che aiutano a rimuovere rumori e segnali falsi, e aumentare il pote
Ultimate Dynamic Levels
Hispraise Chinedum Abraham
4.7 (10)
Attualmente in sconto per le vacanze a 399 dollari! I prezzi potrebbero aumentare in futuro. Leggete la descrizione qui sotto!  Vi presentiamo Ultimate Dynamic Levels - il MIGLIORE indicatore di entrata per l'Ultimate Sniper Dashboard! Entrate tempestive a bassissimo rischio e alto RR!!! Trovate l'Ultimate Sniper Dashboard QUI. L'abilità più importante sia per i trader principianti che per quelli professionisti è quella di capire esattamente dove e quando un mercato è più probabile che si tras
Super Signal – Skyblade Edition Sistema professionale di segnali di tendenza senza repaint / senza ritardo con tasso di vincita eccezionale | Per MT4 / MT5 Funziona meglio su timeframe più bassi, come 1 minuto, 5 minuti e 15 minuti. Caratteristiche principali: Super Signal – Skyblade Edition è un sistema intelligente di segnali progettato specificamente per il trading di tendenza. Utilizza una logica di filtraggio multilivello per identificare esclusivamente i movimenti direzionali forti, supp
Vi presentiamo ON Trade Waves Patterns Harmonic Elliot Wolfe, un indicatore avanzato progettato per rilevare vari tipi di pattern sul mercato utilizzando metodi sia manuali che automatici. Ecco come funziona: Pattern Armonici: Questo indicatore è in grado di individuare pattern armonici che appaiono sul vostro grafico. Questi pattern sono fondamentali per i trader che praticano la teoria del trading armonico, come descritta nel libro di Scott Carney "Harmonic Trading vol 1 & 2". Che li disegniat
Currency Strength Exotics
Bernhard Schweigert
4.88 (33)
ATTUALMENTE SCONTATO DEL 20%! La soluzione migliore per qualsiasi principiante o trader esperto! Questo indicatore è specializzato nel mostrare la forza della valuta per qualsiasi simbolo come coppie esotiche, materie prime, indici o futures. È il primo nel suo genere, qualsiasi simbolo può essere aggiunto alla nona riga per mostrare la vera forza della valuta di Oro, Argento, Petrolio, DAX, US30, MXN, TRY, CNH ecc. Si tratta di uno strumento di trading unico, di alta qualità e conveniente pe
Currency Strength Wizard è un indicatore molto potente che ti fornisce una soluzione all-in-one per un trading di successo. L'indicatore calcola la potenza di questa o quella coppia forex utilizzando i dati di tutte le valute su più intervalli di tempo. Questi dati sono rappresentati in una forma di indice di valuta facile da usare e linee elettriche di valuta che puoi utilizzare per vedere il potere di questa o quella valuta. Tutto ciò di cui hai bisogno è collegare l'indicatore al grafico che
TPSpro RFI Levels
Roman Podpora
4.86 (28)
ISTRUZIONI RUS  /  ISTRUZIONI   ENG  /  Versione MT5 Funzioni principali: Visualizza le zone attive di venditori e acquirenti! L'indicatore mostra tutti i livelli/zone di primo impulso corretti per acquisti e vendite. Quando questi livelli/zone vengono attivati, ovvero dove inizia la ricerca dei punti di ingresso, i livelli cambiano colore e vengono riempiti con colori specifici. Vengono visualizzate anche delle frecce per una percezione più intuitiva della situazione. LOGIC AI - Visualizzazion
Altri dall’autore
FFx Ichimoku
Eric Venturi-Bloxs
4.5 (4)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Bollinger Bands
Eric Venturi-Bloxs
4.75 (4)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Money Flow Index
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx ADX
Eric Venturi-Bloxs
2.5 (2)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Envelopes
Eric Venturi-Bloxs
5 (2)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx MACD
Eric Venturi-Bloxs
4.2 (5)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Standard Deviation
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Bears Power
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx CCI
Eric Venturi-Bloxs
4.5 (2)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Stochastic
Eric Venturi-Bloxs
4.6 (5)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Fractals
Eric Venturi-Bloxs
4.5 (2)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx OnBalanceVolume
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx ATR
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx RSI
Eric Venturi-Bloxs
4 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Force Index
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Awesome Oscillator
Eric Venturi-Bloxs
4 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx ParabolicSAR
Eric Venturi-Bloxs
4.67 (3)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Moving Average
Eric Venturi-Bloxs
4.67 (3)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Volumes
Eric Venturi-Bloxs
3.5 (2)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Williams Percent Range
Eric Venturi-Bloxs
4 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Momentum
Eric Venturi-Bloxs
4 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx DeMarker
Eric Venturi-Bloxs
5 (2)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Accelerator Oscillator
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx OsMA
Eric Venturi-Bloxs
4.5 (2)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Bulls Power
Eric Venturi-Bloxs
3.67 (3)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx RVI
Eric Venturi-Bloxs
5 (1)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Engulfing Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the suggestion once the price reached the SL line Lines
FFx InsideBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too close buy/sell entry suggestions 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the c
FFx OutsideBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry. 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low. 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward. Offset the dashboard - any place on the chart. Remove the suggestion once the price reached the SL line.
FFx PinBar Setup Alerter gives trade suggestions with Entry, Target 1, Target 2 and StopLoss. Below are the different options available: Entry suggestion - pips to be added over the break for the entry Minimum candle size - to avoid too small candles 3 different options to calculate the SL - by pips, by ATR multiplier or at the pattern High/Low 3 different options to calculate the 2 TPs - by pips, by ATR multiplier or at Risk/Reward Offset the dashboard - any place on the chart Remove the sugges
Filtro:
Nessuna recensione
Rispondi alla recensione