Pon "Me gusta" y sigue las noticias
a very convenient way to filter out unnecessary signals of crossing levels
It’s a powerful moving average crossover indicator that instantly notifies you when two MAs cross, so you never miss a signal.
I wrote this indicator to compare two modes, timeframes and analyze the settings of my EA. You can make adjustments to suit your requirements or add something. The data collected is saved to a file every 5 minutes (one file per instance).
Draws colored rectangular boxes for the Asian, London, and New York trading sessions with high/low range extension lines.
Automatically draws Fibonacci retracement and extension levels based on the most recent ZigZag swing high and low. Updates dynamically as new swing points form.
The current bar volatility is measured to previous 100 bars in Standard Deviations statistical measure. That may serve as a minimum requirement for trade entry or exit. Indicator can also show divergences.
An essential on-chart dashboard for MT4 prop firm traders. It tracks real-time daily drawdown to protect your funded accounts and provides an instant risk-to-lot-size calculator based on your exact stop loss.
Stoch_Cross monitors the %K and %D lines of the Stochastic Oscillator and provides instant confirmation when a bullish or bearish crossover occurs in the zone.
Detects breaker blocks — order blocks that failed and flipped polarity. Bullish OB broken down becomes bearish breaker (and vice versa).
Maps all Draw on Liquidity targets: previous day/week/month highs-lows, equal levels, untested FVGs. Shows WHERE price is heading next.
A combination of data analysis from the Awesome Oscillator and the resulting direction of the candles relative to the previous range
All indicators required by BBMA Strategy in a single indicator.
This is an indicator to calculate 14 types of moving averages based on close price.
The purpose of this indicator is to demonstrate newbie friendly way a structure of a multi time frame indicator based on recursion.
The indicator displays the actual range of the hourly candle in percent and the calculated range based on average statistics.
Versión modificada del indicador Chande & Kroll's Stop. El autor considera que ChandelierStops_v1 es muy parecido y se ve mejor que Chande & Kroll's Stop.
Parabolic modificado. Dependiendo del estado del mercado, reajusta los puntos de entrada y salida.
Indicador FFS CrossTiming. Muestra la tendencia de todos los cruzamientos relacionados con el par en cuestión. A continuación, véase el código del indicador.
Este indicador de DeMarker está basado en la comparación del máximo de la barra actual con el máximo de la barra anterior.
Spread MetaTrader indicator — displays current spread in the main window of the chart. You can modify the font parameters, indicator's position and the normalization of the spread value. The spread is redrawn after each tick, ensuring the most current and active spread value. This can be useful for brokers with variable spreads or with spreads that are widened often. You can also enable a spread label to be shown near the current Bid line. The indicator is available for both MT4 and MT5.
Support and Resistance MetaTrader indicator — as the name of this indicator suggests, it displays the support and resistance levels. It shows them directly on the chart, providing an easy help when you want to set stop-loss or take-profit level, or when you want to see the next market target. This indicator uses the standard MetaTrader Fractals indicator (by Bill Williams' method) and has no changeable input parameters. This indicator is available for MetaTrader version 4 and 5.
2 Moving Averages is a custom MQL4 indicator that uses two moving averages (fast and slow) to identify potential trend changes and generate buy or sell signals based on crossover points. It enhances signal reliability by optionally integrating support and resistance levels, helping traders confirm entry and exit zones. This tool is suitable for trend-following strategies and works across multiple time frames.
improved version of the standard Simple moving average indicator with a lower delay based on: https://www.mql5.com/en/code/30844 (author: https://www.mql5.com/en/users/mladen)