• Overview
  • Reviews
  • Comments

Corridor BARs MT5

The indicator shows the upper, middle and lower price limits for a certain period of time.

Also, two Moving Averages (MAs) are displayed.


Parameters

  • CTType: corridor basis. _Hour: hours, _Day: days, _Bars: bars
  • CTPrice: price type, by bars. OpenClose: Open/Close prices, HighLow: High/Low prices
  • CTShift: corridor shift
  • CTNum: how much to consider for building a corridor, min 2
  • CTPeriodFast: Fast period, min 2
  • CTShiftFast: Fast MA shift
  • CTMethodFast: Fast averaging method
  • CTPeriodSlow: Slow period, min 2
  • CTShiftSlow: Slow MA shift
  • CTMethodSlow: Slow averaging method


Clipboard

  • 0: Corridor top
  • 1: Corridor bottom
  • 2: Corridor average
  • 3: Fast MA
  • 4: Slow MA
Fully autonomous. No need for extra indicators.

Sample indicator call:

input int            CTType       = 2, // 0 hours, 1 days, 2 bars
                     CTPrice      = 0, // 0 Open/Close, 1 High/Low
                     CTNum        = 50,
                     CTPeriodFast = 9,
                     CTShiftFast  = 0;
input ENUM_MA_METHOD CTMethodFast = MODE_SMA;
input int            CTPeriodSlow = 15,
                     CTShiftSlow  = 0;
input ENUM_MA_METHOD CTMethodSlow = MODE_SMA;

int    handle;
struct SBuffers
{
     double array[];
} Buffers[5];

void OnInit()
{
     handle = iCustom(_Symbol, 0, "CorridorTrade", CTType, CTPrice, 0, CTNum, CTPeriodFast, 0, CTMethodFast, CTPeriodSlow, 0, CTMethodSlow);
     if(handle==INVALID_HANDLE) ExpertRemove();
     
     for(int i=0; i<5; i++)
          ArraySetAsSeries(Buffers[i].array, true);
}
void OnTick()
{
     for(int i=0; i<5; i++)
     {
          ArrayFree(Buffers[i].array);
          if( CopyBuffer(handle, i, 0, 1, Buffers[i].array) != 1 )
               return;
     }
     
     Comment(  "Top: ",    DoubleToString(Buffers[0].array[0], _Digits),
               "\n",
               "Bottom: ", DoubleToString(Buffers[1].array[0], _Digits),
               "\n",
               "Medium: ", DoubleToString(Buffers[2].array[0], _Digits),
               "\n",
               "Fast: ",   DoubleToString(Buffers[3].array[0], _Digits),
               "\n",
               "Slow: ",   DoubleToString(Buffers[4].array[0], _Digits)
            );
}
Recommended products
Wave Trend MT5
Diego Arribas Lopez
MT4 Version Wave Trend MT5 Wave Trend is an oscillator, which helps identifing in a extremely accurate manner market reversals. The Oscillator being obove the overbought level and a cross down of the fast into the slow MA usually indicates a good SELL signal. If the oscillators is below the oversold level and the fast MA crosses over the slower MA usually highlights a good BUY signal. The Wave Trend indicator can be also used when divergences appear against the price, indicating the current move
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
Title: Advanced Trend Lines   Supports and Resistances Levels Overview: Enhance your trading decisions with this powerful Trend Lines Supports and Resistances Levels Indicator . This tool identifies key market structures such as trend lines, pivot points, and support/resistance zones, providing traders with actionable insights to spot potential breakout or reversal opportunities. Tailored for technical analysts, this indicator offers customizability and real-time alerts to match any trading st
Owl Smart Levels MT5
Sergey Ermolov
4.07 (28)
MT4 version  |   FAQ The Owl Smart Levels Indicator is a complete trading system within the one indicator that includes such popular market analysis tools as Bill Williams' advanced fractals , Valable ZigZag which builds the correct wave structure of the market, and Fibonacci levels which mark the exact levels of entry into the market and places to take profits. Detailed description of the strategy Instructions for working with the indicator Advisor-assistant in trading Owl Helper Private User
Identify precise entry and exit points with AB=CD patterns This indicator finds AB=CD retracement patterns. The AB=CD Retracement pattern is a 4-point price structure where the initial price segment is partially retraced and followed by an equidistant move from the completion of the pullback, and is the basic foundation for all harmonic patterns. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Customizable pattern sizes Customizable AC and BD ratios Customizab
Double HMA MTF for MT5
Pavel Zamoshnikov
4 (4)
This is an advanced multi-timeframe version of the popular Hull Moving Average (HMA) Features Two lines of the Hull indicator of different timeframes on the same chart. The HMA line of the higher timeframe defines the trend, and the HMA line of the current timeframe defines the short-term price movements. A graphical panel with HMA indicator data from all timeframes at the same time . If the HMA switched its direction on any timeframe, the panel displays a question or exclamation mark with a tex
Special Channel channel indicator is a classic indicator of a family of channel indicators, the use of which allows the trader to respond in time to the price out of the channel set for it. This corridor is built on the basis of the analysis of several candles, starting from the last, as a result of which the extrema of the studied interval are determined. It is they who create the channel lines. Trading in the channel is one of the most popular Forex strategies; its simplicity allows even be
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.52 (29)
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. (you can change the colors). 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 powerful and reliable signals. Get them here: https://www.m
FREE
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
ATrend
Zaha Feiz
4.88 (8)
ATREND: How It Works and How to Use It How It Works The " ATREND " indicator for the MT5 platform is designed to provide traders with robust buy and sell signals by utilizing a combination of technical analysis methodologies. This indicator primarily leverages the Average True Range (ATR) for volatility measurement, alongside trend detection algorithms to identify potential market movements. Leave a massage after purchase and receive a special bonus gift. Key Features: ⦁ Dynamic Trend Det
Fib Auto Trendline
Nhlanhla Brilliant Mashavha
INTRODUCTION The  Fib Autotrendline   is a basic tool that analysts use to find out when a security's trend is reversing. By determining the   support and resistance areas , it helps to identify significant changes in price while filtering out short-term fluctuations, thus eliminating the noise of everyday market conditions. It is an excellent tool for any trader who follows indicators that use   swing highs  and   swing lows . How to Use the fib Auto Trendline Indicator The Fib Auto Trendline
Ultimate Divergence Scanner (Multi Pair And Multi Time Frame) :   ---LIMITED TIME OFFER: NEXT 25 CLIENTS ONLY ---46% OFF REGULAR PRICE AND 2 FREE BONUSES ---SEE BELOW FOR FULL DETAILS It is a widely known market principle that momentum generally precedes price.  Making divergence patterns a clear indication that price and momentum are not in agreement.  Divergence patterns are widely used by institutional traders around the world. As they allow you to manage  your trades within strictly de
This is Gekko's Cutomized Relative Strength Index (RSI), a customized version of the famous RSI indicator. Use the regular RSI and take advantage two entry signals calculations and different ways of being alerted whenever there is potential entry or exit point. Inputs Period: Period for the RSI calculation; How will the indicator calculate entry (swing) signals: 1- Produces Exit Signals for Swings based on RSI entering and leaving Upper and Lower Levels Zones; 2- Produces Entry/Exit Signals fo
Atomic Analyst MT5
Issam Kassas
4.32 (19)
First of all Its worth emphasizing here that this Trading Indicator is   Non-Repainting   , Non Redrawing and Non Lagging Indicator   Indicator, Which makes it ideal from both manual and robot trading.  User manual: settings, inputs and strategy . The Atomic Analyst  is a PA Price Action Indicator that uses Strength and Momentum of the price to find a better edge in the market. Equipped with Advanced filters which help remove noises and false signals, and Increase Trading Potential. Using Mult
TrendDetect
Pavel Gotkevitch
The Trend Detect indicator combines the features of both trend indicators and oscillators. This indicator is a convenient tool for detecting short-term market cycles and identifying overbought and oversold levels. A long position can be opened when the indicator starts leaving the oversold area and breaks the zero level from below. A short position can be opened when the indicator starts leaving the overbought area and breaks the zero level from above. An opposite signal of the indicator can
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 ] Customizable pattern sizes Customizable colors and sizes Customizable breakout periods Customizable 1-2-3 and 0-A-B ratios It implements visua
This indicator will show you the TP and SL Values (in that currency) that you already set  for every orders on the charts  ( closed to the transaction/order line)  that will help you a lot to estimated your profit and loss for every order.    And it also show you the PIPs values too.  the shown format  is      " Currency Values of our Profit or Loss /  PIPs values ".    The TP Value will be shown in Green Color and  the SL Value  will be shown in Red Color.  For any question or more information,
Automated Trendlines MT5
Georgios Kalomoiropoulos
Trendlines  are the most essential tool of technical analysis in forex trading.  Unfortunately, most  traders don’t draw them correctly. Automated Trendlines indicator is a professional tool for serious traders that help you visualize the trending movement of the markets . AMAZING OFFER --> Activations from 5 to 20 for "MTF Supply Demand Zones" and "Automated Trendlines" There are two types of Trendlines Bullish Trendlines and Bearish Trendlines. In the uptrend, Forex trend line is drawn th
Renko System
Marco Montemari
This indicator can be considered as a trading system. It offers a different view to see the currency pair: full timeless indicator, can be used for manual trading or for automatized trading with some expert advisor. When the price reaches a threshold a new block is created according to the set mode. The indicator beside the Renko bars, shows also 3 moving averages. Features renko mode median renko custom median renko 3 moving averages wicks datetime indicator for each block custom notificatio
DYJ TradingView
Daying Cao
5 (1)
DYJ TRADINGVIEW is a multi indicator rating system, using the rating signals counts and analysis tools to find entry opportunities in global markets DYJ TRADINGVIEW has 10 built-in indicators for market analysis. Indicator-based analysis is used by many traders to help them make decisions on what trades to take and where to enter and exit them.  We use several different types that can complement each other well. Use us to follow your market, You can find more accurate transactions. The trend ind
This is an MTF indicator of support and resistance levels based on Advanced ZigZag Dynamic and/or Extended Fractals indicator extremums with price labels (can be disabled). More higher TFs can be selected for MTF mode. By default, the levels are generated based on ZigZag indicator dots. Fractals indicator dots can also be used together with ZigZag or instead of it. In order to simplify the use and save CPU time, calculation is performed once per each bar at its opening. Parameters: ForcedTF - ch
Terra Infinity is a flat indicator. This improved version of the CalcFlat indicator has three additional lines that significantly increase its effectiveness. Unlike its predecessor with two static levels, Terra Infinity adds three dynamic lines above the main histogram, which are interpreted as follows: base signal line, minimum signal line, maximum signal line. These lines are formed using the additional parameter Avg, which is the average value of the histogram. Averaging produces a line
Ichimoku Aiko MTF
Michael Jonah Randriamampionontsoa
Ichimoku Aiko MTF is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It is a multi-timeframe indicator so you don't need to change the chart timeframe when you want to see the ichimoku clouds on a higher timeframe.  eg. The chart timeframe is M15 and you want to see on the M15 timeframe chart the H1 ichimoku indicators (the ichimoku in Metatrader can't do that) that's why you need to use Ichimoku Aiko MTF.
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
The Market Reversal Catcher indicator looks for market reversal points or major pullback. To do this, it analyzes previous price movements and using a flexible algorithm for estimating the probability of a reversal, also gives recommendations on entry points and sets recommended profit targets for positions opened on a signal. Market Reversal Cather User Guide -   Read Version for MetaTrader 4 - here The indicator is very easy to use and does not require a lot of information to understand how it
The Trend Catcher: The Trend Catcher Strategy with Alert Indicator is a versatile technical analysis tool that aids traders in identifying market trends and potential entry and exit points. It features a dynamic Trend Catcher Strategy , adapting to market conditions for a clear visual representation of trend direction. Traders can customize parameters to align with their preferences and risk tolerance. The indicator assists in trend identification, signals potential reversals, serves as a trail
FREE
To download MT4 version please click here . - This is the exact conversion from TradingView: "Trend Direction Force Index - TDFI [wm]" By "causecelebre". - This indicator uses multiple levels of averaging to detect trend strength. - You can optimize filter low and filter high levels to achieve best results. - You have access to buffers to use in EAs. - This is a light-load processing and non-repaint indicator. - You can message in private chat for further changes you need.
Advanced Stochastic Scalper MT5 is a professional indicator based on the popular Stochastic Oscillator. Advanced Stochastic Scalper is an oscillator with dynamic overbought and oversold levels, while in the standard Stochastic Oscillator, these levels are static and do not change. This allows Advanced Stochastic Scalper to adapt to the ever-changing market. When a buy or a sell signal appears, an arrow is drawn on the chart and an alert is triggered allowing you to open a position in a timely ma
Elevate Your Trading Experience with Wamek Trend Consult!   Unlock the power of precise market entry with our advanced trading tool designed to identify early and continuation trends. Wamek Trend Consult empowers traders to enter the market at the perfect moment, utilizing potent filters that reduce fake signals, enhancing trade accuracy, and ultimately increasing profitability.   Key Features: 1. Accurate Trend Identification: The Trend Consult indicator employs advanced algorithms and unparall
NBank Levels
Betty Naliaka Barasa
The "NBank Levels MT5 Indicator" is an essential tool for traders looking to refine their market strategies with precision. This indicator identifies and displays the key price levels for both the current day and the previous day, allowing traders to pinpoint exact entry points. By focusing on these specific levels, traders can enhance their decision-making process, leading to more accurate trade executions. This indicator is designed to simplify the trading experience. It presents data clear
Buyers of this product also purchase
Trend Screener Pro MT5
STE S.S.COMPANY
4.88 (68)
Unlock the Power of Trends Trading with the Trend Screener Indicator: Your Ultimate Trend Trading Solution powered by Fuzzy Logic and Multi-Currencies System! Elevate your trading game with the Trend Screener, the revolutionary trend indicator designed to transform your Metatrader into a powerful Trend Analyzer. This comprehensive tool leverages fuzzy logic and integrates over 13 premium features and three trading strategies, offering unmatched precision and versatility. LIMITED TIME OFFER : Tre
TPSproTREND PrO MT5
Roman Podpora
4.54 (13)
TPSpro TREND PRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  INSTRUCTIONS     RUS   -    ENG              R ecommended to use with an indicator   - 
How many times have you bought a trading indicator with great back-tests, live account performance proof with fantastic numbers and stats all over the place but after using it, you end up blowing your account? You shouldn't trust a signal by itself, you need to know why it appeared in the first place, and that's what RelicusRoad Pro does best! User Manual + Strategies + Training Videos + Private Group with VIP Access + Mobile Version Available A New Way To Look At The Market RelicusRoad is
TPSpro RFI Levels MT5
Roman Podpora
4.67 (15)
A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. INSTRUCTIONS    RUS   -    ENG           R ecommended to use with an indicator   -   TPSpro  TREND PRO -  Version MT4 Main functions:: Displaying active zones for sellers and buyers! The indicator show
Quantum TrendPulse
Bogdan Ion Puscasu
5 (4)
Introducing Quantum TrendPulse , the ultimate trading tool that combines the power of SuperTrend , RSI , and Stochastic into one comprehensive indicator to maximize your trading potential. Designed for traders who seek precision and efficiency, this indicator helps you identify market trends, momentum shifts, and optimal entry and exit points with confidence. Key Features: SuperTrend Integration: Easily follow the prevailing market trend and ride the wave of profitability. RSI Precision: Detect
CBT Quantum Maverick High-Efficiency Binary Trading System CBT Quantum Maverick is a finely tuned, high-performance binary options trading system designed for traders seeking precision, simplicity, and disciplined trading. No customization is required—this system is optimized for effective results right out of the box. Simply follow the signals, which can be mastered with a bit of practice. Key Features: Signal Precision: New-bar-based trading signals—targeting the next candle based on curr
Gold Stuff mt5
Vasiliy Strukov
4.92 (173)
Gold Stuff mt5 is a trend indicator designed specifically for gold and can also be used on any financial instrument. The indicator does not redraw and does not lag. Recommended time frame H1. Contact me immediately after the purchase to get   personal bonus!  You can get a free copy of our Strong Support and Trend Scanner indicator, please pm. me! Settings  and manual   here   SETTINGS Draw Arrow - on off. drawing arrows on the chart. Alerts -   on off audible alerts. E-mail notification - on of
Golden Trend Indicator MT5
Noha Mohamed Fathy Younes Badr
4.78 (9)
Golden Trend indicator  is The best indicator for predicting trend movement this indicator never lags and never repaints and never back paints    and give  arrow buy and sell    before the candle appear  and it will help you and  will make your trading decisions clearer its work on all currencies and  gold and crypto and all time frame This unique  indicator uses very secret algorithms to catch the  trends, so you can trade using this indicator and see the trend clear on charts  manual guide and
FX Power MT5 NG
Daniel Stein
5 (7)
Unlock the Full Power of FX Power NG: The Ultimate Currency Strength Meter For over eight years, FX Power has empowered traders worldwide with reliable, precise currency strength analysis.  Now, FX Power NG takes this trusted tool to the next level, offering advanced features that bring unmatched accuracy, customization, and insights to your trading. What Makes FX Power NG a Must-Have for Serious Traders? FX Power NG builds on everything you loved in the original FX Power, with key additions
First of all Its worth emphasizing here that this Trading Tool is Non Repainting , Non Redrawing and Non Lagging Indicator , Which makes it ideal for professional trading . Online course, user manual and demo. The Smart Price Action Concepts Indicator is a very powerful tool for both new and experienced traders . It packs more than 20 useful indicators into one , combining advanced trading ideas like Inner Circle Trader Analysis and Smart Money Concepts Trading Strategies . This indicator focus
FX Volume MT5
Daniel Stein
4.93 (14)
Gain a True Edge in Forex with FX Volume: The Ultimate Volume Indicator FX Volume is the first and only volume indicator to reveal genuine market sentiment from an insider’s perspective. By providing unique insights into how institutional market participants and brokers are positioned, FX Volume allows you to trade with the foresight usually reserved for major players. Say goodbye to the delays of COT reports—FX Volume gives you this crucial information instantly on your chart, empowering you
First of all Its worth emphasizing here that this Trading System is Non-Repainting   , Non Redrawing and Non Lagging Indicator Which makes it ideal from both manual and robot trading .  Online course, manual and download presets. The Smart Trend Trading System MT5 is a comprehensive trading solution tailored for new and experienced traders . It combines over 10 premium indicators and features more than 7 robust trading strategies , making it a versatile choice for diverse market conditions . Tre
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (13)
Matrix Arrow Indicator MT5  is a unique 10 in 1 trend following   100% non-repainting  multi-timeframe indicator that can be used on all symbols/instruments:   forex,   commodities,   cryptocurrencies,   indices,   stocks .  Matrix Arrow Indicator MT5  will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX) Commodity Channel Index (CCI) Classic Heiken Ashi candles Moving Aver
FX Dynamic - The Only ATR Indicator You’ll Ever Need Ready to supercharge your trading strategies with unparalleled precision and insight? Meet  FX Dynamic , the first and only ATR indicator designed for  currency-based analysis  and the  automatic adjustment for brokers’ GMT shifts . Say goodbye to outdated tools and embrace the ultimate solution for mastering market volatility. Why FX Dynamic is a Game-Changer Currency-Based ATR Analysis -  Break free from traditional tools. FX Dynamic is
MetaForecast M5
Vahidreza Heidar Gholami
5 (2)
MetaForecast predicts and visualizes the future of any market using different powerful methods. While financial markets are not always predictable, if there are patterns in the past data, MetaForecast can learn and predict the future as accurately as possible. It features a complete implementation of neural networks embedded directly into the indicator, enabling traders to create and train AI models using data from multiple symbols to learn complex patterns. MetaForecast leverages your computer'
Discover FX Levels: Your Ultimate Support and Resistance Indicator for Trading Success FX Levels is more than just a support and resistance indicator; it’s a game-changer for serious traders who want precision, reliability, and seamless functionality across all trading symbols—be it currency pairs, indices, stocks, or commodities. Built on the proven Lighthouse method and enhanced with dynamic, real-time adaptability, FX Levels brings market reversal points right to your chart, perfect for set
Top indicator for MT5   providing accurate signals to enter a trade without repainting! It can be applied to any financial assets:   forex, cryptocurrencies, metals, stocks, indices .  Watch  the video  (6:22) with an example of processing only one signal that paid off the indicator! MT4 version is here It will provide pretty accurate trading signals and tell you when it's best to open a trade and close it. Most traders improve their trading results during the first trading week with the help of
This dashboard shows the latest available   harmonic patterns   for the selected symbols, so you will save time and be more efficient /   MT4 version . Free Indicator:   Basic Harmonic Pattern Comparison of "Basic Harmonic Pattern" vs. "Basic Harmonic Patterns Dashboard" Indicators Feature Basic Harmonic Pattern Basic Harmonic Patterns Dashboard Functionality Detects and displays harmonic patterns on a single chart Searches multiple symbols and timeframes for harmonic patterns, displays
Introducing   Quantum Breakout PRO , the groundbreaking MQL5 Indicator that's transforming the way you trade Breakout Zones! Developed by a team of experienced traders with trading experience of over 13 years,   Quantum Breakout PRO   is designed to propel your trading journey to new heights with its innovative and dynamic breakout zone strategy. Quantum Breakout Indicator will give you signal arrows on breakout zones with 5 profit target zones and stop loss suggestion based on the breako
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our customers. The first "The Basics"
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!     Official release price of   $65  for the first  25 copies. After that, price will automatically increase! Easy Breakout MT5   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 B
Profit from market structure changes as price reverses and pulls back. The market structure reversal alert indicator identifies when a trend or price move is approaching exhaustion and ready to reverse. It alerts you to changes in market structure which typically occur when a reversal or major pullback are about to happen. The indicator identifies breakouts and price momentum initially, every time a new high or low is formed near a possible exhaustion point. The indicator draws in a rectangle on
Easy Buy Sell is a market indicator for opening and closing positions. It becomes easy to track market entries with alerts. It indicates trend reversal points when a price reaches extreme values ​​and the most favorable time to enter the market. it is as effective as a Fibonacci to find a level but it uses different tools such as an algorithm based on ATR indicators and Stochastic Oscillator. You can modify these two parameters as you wish to adapt the settings to the desired period. It canno
IX Power MT5
Daniel Stein
4.17 (6)
Introducing IX Power – the ultimate tool to supercharge your trading precision! Designed with the same unbeatable accuracy as FX Power, IX Power lets you master any trading symbol, from indices and stocks to commodities, ETFs, and even cryptocurrencies. Get ready to elevate your trading with precise insights into short, medium, and long-term trends across all your favorite assets. Why Choose IX Power? With IX Power, your timing becomes razor-sharp, helping you make smarter, faster trading dec
ICT, SMC, SMART MONEY CONCEPTS, SMART MONEY, Smart Money Concept, Support and Resistance, Trend Analysis, Price Action, Market Structure, Order Blocks, BOS/CHoCH,   Breaker Blocks ,  Momentum Shift,   Supply&Demand Zone/Order Blocks , Strong Imbalance, HH/LL/HL/LH,    Fair Value Gap, FVG, Invert FVG, IFVG,  Premium  &   Discount   Zones, Fibonacci Retracement, OTE, Buy Side Liquidity, Sell Side Liquidity, BSL/SSL Taken, Equal Highs & Lows, MTF Dashboard, Multiple Time Frame, Big Bar, HTF OB, HTF
Auto Order Block with break of structure based on ICT and Smart Money Concepts (SMC) Futures Break of Structure ( BoS )             Order block ( OB )            Higher time frame Order block / Point of Interest ( POI )    shown on current chart           Fair value Gap ( FVG ) / Imbalance   -  MTF      ( Multi Time Frame )    HH/LL/HL/LH  -  MTF      ( Multi Time Frame )  Choch  MTF      ( Multi Time Frame )  Volume Imbalance     ,  MTF          vIMB Gap’s Power of 3 Equal High
Royal Wave Pro M5
Vahidreza Heidar Gholami
3.5 (4)
Royal Wave is a Trend-Power oscillator which has been programmed to locate and signal low-risk entry and exit zones. Its core algorithm statistically analyzes the market and generates trading signals for overbought, oversold and low volatile areas. By using a well-designed alerting system, this indicator makes it easier to make proper decisions regarding where to enter and where to exit trades. Features Trend-Power Algorithm Low risk Entry Zones and Exit Zones Predictions for Overbought and Over
Contact me for instruction, any questions! Related Product:  Gold Trade Expert MT5 Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help traders do two main things, the first is to avoid false breakouts. Many false breakouts start with a candlestick that breaks out of a level but ends with an immediate candlestick that brings the price back into the level. T
MetaBands M5
Vahidreza Heidar Gholami
4.5 (2)
MetaBands uses powerful and unique algorithms to draw channels and detect trends so that it can provide traders with potential points for entering and exiting trades. It’s a channel indicator plus a powerful trend indicator. It includes different types of channels which can be merged to create new channels simply by using the input parameters. MetaBands uses all types of alerts to notify users about market events. Features Supports most of the channel algorithms Powerful trend detection algorith
AW Trend Predictor MT5
AW Trading Software Limited
4.75 (52)
The combination of trend and breakdown levels in one system. An advanced indicator algorithm filters market noise, determines the trend, entry points, as well as possible exit levels. Indicator signals are recorded in a statistical module, which allows you to select the most suitable tools, showing the effectiveness of the signal history. The indicator calculates Take Profit and Stop Loss marks. Manual and instruction ->  HERE  / MT4 version ->  HERE How to trade with the indicator:  Trading wit
More from author
MACD Trader
Konstantin Nikitin
This is a fully automated multi-currency Expert Advisor with unlimited number of currency pairs using MACD and Envelopes indicators. You can specify how the EA should work with each currency pair. You can add orders manually. The free version is available here . Parameters Common TradeObjectsDelete : delete trade objects. OrderPanel : display the panel for opening orders. TradeToBalance : target balance to stop trading. The parameter is triggered only after all trades are closed. Otherwise, i
MACD Trader FREE
Konstantin Nikitin
1 (1)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. The free version has the following limitations. No panel for opening orders. The trading is limited to the EURUSD currency pair and similar. Orders can only be opened with the minimum lot, no more than 5 orders can be opened in the same direction, to a total of 10 orders. Pause after closing of all orders is 6000 minutes. During the analysis, no more than 50 orders are added to the database and 15 bars are c
FREE
Corridor BARs MT4
Konstantin Nikitin
The indicator shows the upper, middle and lower price limits for a certain period of time. Also, two Moving Averages (MAs) are displayed. Parameters CTType : corridor basis. _Hour : hours, _Day : days, _Bars : bars CTPrice : price type, by bars. OpenClose : Open/Close prices, HighLow : High/Low prices CTShift : corridor shift CTNum : how much to consider for building a corridor, min 2 CTPeriodFast : Fast period, min 2 CTShiftFast : Fast MA shift CTMethodFast : Fast averaging method CTPeriodSl
Indicators Trader MT4
Konstantin Nikitin
Automated multicurrency Expert Advisor with an unlimited number of currency pairs. In this case, it is possible to indicate on each individual currency pair how the adviser will work with it. You can add orders manually. The expert does not have a specific strategy. Everyone chooses what features he will use. And on what indicators and on which TF to work with them. Real account, which is fully led by an expert. MACD and Envelopes are used . Индикаторы Two Moving Average Envelopes RSI Force
Closes a losing position. Due to the previous continuous, profitable series. SymbolsWork: Currency instruments (pairs) for the EA to work with. There may be variations when setting a pair. If set simply as EURUSD , GBPUSD: or AUDUSD:ALL , the EA opens both buy and sell orders. If a specific order type is set after a colon USDJPY:BUY , then the EA opens only buy orders and in case of eurjpy:sell , it performs only sell orders. The pairs are separated by commas. For example, the following entry "E
MACD Trader MT5
Konstantin Nikitin
This is a fully automated multi-currency Expert Advisor with unlimited number of currency pairs using MACD and Envelopes indicators. You can specify how the EA should work with each currency pair. You can add orders manually. The free version is available here . Parameters Common TradeObjectsDelete : delete trade objects. OrderPanel : display the panel for opening orders. TradeToBalance : target balance to stop trading. The parameter is triggered only after all trades are closed. Otherwise, it
MACD Trader FREE MT5
Konstantin Nikitin
4 (1)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. The paid version is available here . The free version has the following limitations. No panel for opening orders. The trading is limited to the EURUSD currency pair and similar. Orders can only be opened with the minimum lot, no more than 5 orders can be opened in the same direction, to a total of 10 orders. Pause after closing of all orders is 6000 minutes. During the analysis, no more than 50 orders are ad
FREE
Indicators Trader MT5
Konstantin Nikitin
Automated multicurrency Expert Advisor with an unlimited number of currency pairs. In this case, it is possible to indicate on each individual currency pair how the adviser will work with it. You can add orders manually. The expert does not have a specific strategy. Everyone chooses what features he will use. And on what indicators and on which TF to work with them. Real account, which is fully led by an expert. MACD and Envelopes are used . Индикаторы Two Moving Average Envelopes RSI Force
Closes a losing position. Due to the previous continuous, profitable series. SymbolsWork: Currency instruments (pairs) for the EA to work with. There may be variations when setting a pair. If set simply as EURUSD , GBPUSD: or AUDUSD:ALL , the EA opens both buy and sell orders. If a specific order type is set after a colon USDJPY:BUY , then the EA opens only buy orders and in case of eurjpy:sell , it performs only sell orders. The pairs are separated by commas. For example, the following entry "E
Filter:
No reviews
Reply to review