• Overview
  • Reviews
  • Comments

RedeeCash AROON

Version History

Date Version Changes
07/08/2022 1.00 Initial Release

Description

The Aroon indicator is a technical indicator that is used to identify trend changes in the price of an asset, as well as the strength of that trend. In essence, the indicator measures the time between highs and the time between lows over a time period. The idea is that strong uptrends will regularly see new highs, and strong downtrends will regularly see new lows. The indicator signals when this is happening, and when it isn't.

The RedeeCash AROON technical indicator adds global variables for the current strength of the UP TREND and DOWN TREND as well as the slope of the UP TREND and DOWN TREND AROON indicator lines.

Code Sample

To invoke this indicator from an EA or script, call the iCustom metatrader function,

iCustom(Symbol(),PERIOD_D1,"Market/RedeeCash AROON",25,1,0);

string AroonUpTrendVarName = StringConcatenate(Symbol(),"_aroon_UP");
string AroonDownTrendVarName = StringConcatenate(Symbol(),"_arron_DN");
string AroonUpTrendSlopeVarName = StringConcatenate(Symbol(),"_aroon_UPSlope");
string AroonDownTrendSlopeVarName = StringConcatenate(Symbol(),"_arron_DNSlope");

double upAroon = GlobalVariableGet(AroonUpTrendVarName);
double dnAroon = GlobalVariableGet(AroonDownTrendVarName);
double upSlope = GlobalVariableGet(AroonUpTrendSlopeVarName);
double dnSlope = GlobalVariableGet(AroonDownTrendSlopeVarName);

double maShort = iMA(Symbol(),PERIOD_D1,50,0,MODE_SMA,PRICE_CLOSE,0);
double maLong  = iMA(Symbol(),PERIOD_D1,200,0,MODE_SMA,PRICE_CLOSE,0);             

if (upAroon > dnAroon && upAroon < 70 && maShort > maLong && upSlope > 0) {
  OrderSend(Symbol(),OP_BUY,0.01,Ask,0,0,0);
} else if (upAroon < dnAroon && dnAroon < 70 && maShort < maLong && dnSlope > 0) {
  OrderSend(Symbol(),OP_SELL,0.01,Bid,0,0,0);
}

Usage

When the Moving Averages crosses indicate a DOWN trend, use the RedeeCash AROON indicator to confirm the entry point when the AROON DOWN TREAND value is greater than the AROON UP TREND value, while the AROON DOWN TREND value is less than 70 and the AROON DOWN TREND slop is positive (non-zero).


Recommended products
KFX Symbol Changer
Peter Kariuki Thande
4.67 (3)
KFX SMA: Symbol Changer + Moving Average (3x) + ATR + RSI + Candle Timer. This indicator allows you to create a Symbol list and change between symbols of the current chart or Timeframe by selecting the appropriate button. On Chart there are three(3) multi timeframe Moving Averages shown (selected by you), ATR Value MTF ( selected by you -  helps with setting SL and TP), RSI Value MTF (selected by you) and a Candle Timer.   Features: - Symbol Changer : Change Symbol and Timeframe of Chart.   (
FREE
MQLTA Support Resistance Lines is an indicator that calculates the historical levels of Support and Resistance and display them as Lines on chart. It will also Alert you if the price is in a Safe or Dangerous zone to trade and show you the distance to the next level. The indicator is ideal to be used in other Expert Advisor through the iCustom function. This DEMO only works with AUDNZD, the full product can be found at https://www.mql5.com/en/market/product/26328 How does it work? The indicato
FREE
UPD1 Fibo Levels
Vitaliy Kuznetsov
5 (3)
The indicator analyzes the specified number of candles and plots Fibonacci levels based on the high-low. Since the levels are rearranging, we are interested in the right side of the range. The price magnetizes the levels and reacts to the touch. Use this tool to find a trend entry point after a correction. If on the left we see that the levels have risen perfectly, then we can assume that we have found the end of the movement at the extreme point. All lines are drawn through buffers or objects (
FREE
This indicator is based on Mr. Mark Fisher's ACD strategy, based on the book "The Logical Trader." - OR lines - A lines - C lines - Daily pivot range - N days pivot range - Customizable trading session - Drawing OR with the desired time Drawing levels A and C based on daily ATR or constant number - Possibility to display daily and last day pivots in color zone - Displaying the status of daily PMAs (layer 4) in the corner of the chart - Show the order of daily pivot placement with multi-day
FREE
This free version can only be used for GBPUSD M15 chart . To use on all time frames and pairs , Get Pro Version The swing continuation pattern happens in a trend direction after a short reversal / pull back . As the name suggests , these patterns occurs along the swing high and swing lows of a trend , this makes the patterns very low risk patterns with potential high rewards . The swing continuation indicator also combines Currency Meter as a filter for its execution. The idea is to go with
FREE
Fibo Linear Channel
Igor Semyonov
4 (1)
Colored indicator of the linear channel based on the Fibonacci sequence. It is used for making trading decisions and analyzing market sentiment. The channel boundaries represent strong support/resistance levels, as they are the Fibonacci proportion levels. Users can select the number of displayed lines of channel boundaries on the chart by means of the input parameters. Attaching multiple instances of the indicator to the chart with different calculation periods leads to displaying a system of c
UPD1 Pivot Levels
Vitaliy Kuznetsov
5 (3)
The indicator shows on the chart the classic pivot levels calculated on the basis of the previous day . You can choose from what hour to calculate the formula. Trade on reversal levels in a flat. In a trending market, use them as a target. Combine with your strategies for successful trading. The levels are drawn using   buffers and displayed on the entire available quote   history. Input parameters. Start Hour - Choose from what hour to start building levels. 00 - Default. Show Mid Pivots -
FREE
SR indicator
Alexander Chertnik
SR is a support and resistance indicator, it shows major highs and lows by different colors. The color of a level is changing if the last high or low are touching it. After the closing of a bar above or below level, it will delete it. extern inputs: loop for candles / colors / drawing time *This indicator signal is not perfect and have to be used with other market analysis and confirmations.
FREE
Grapic ByArrowTrend Pro
Truong Cong Truc
1 (1)
Indicator support for only: Entry Point to Trend Pro Link indicator  support   :   https://www.mql5.com/en/market/product/70867 Supports all currency pairs declared in the definition. Help investors do not need to open many charts. Notice the DEAL:  multiple time frames confluence   M15, H1, H4. Entry Point to Trend Pro The indicator helps investors to identify the earliest and perfect reversal point. Easy to make decision to trade with the trend   Price action trading. support resistance
FREE
Double Price Channel   Price channel indicator for a certain number of bars specified in the settings. Indicator lines represent dynamic support or resistance levels. The upper limit is the price maximum for a certain number of periods, the lower one is the minimum. Unlike moving averages, which are based on close prices, the indicator is not “distracted” by small fluctuations. It will be recalculated only if the boundaries change. If the latter happens, then it is worth seriously thinking abou
FREE
MQLTA Support Resistance Lines
MQL4 Trading Automation
4.43 (14)
MQLTA Support Resistance Lines is an indicator that calculates the historical levels of Support and Resistance and display them as Lines on chart. It will also Alert you if the price is in a Safe or Dangerous zone to trade and show you the distance to the next level. The indicator is ideal to be used in other Expert Advisor through the iCustom function. This indicator can be tested LIVE on AUDNZD with the following DEMO https://www.mql5.com/en/market/product/26572 How does it work? The indicat
FREE
Download the free version   here. Divergence Divergence refers to when the price of a currency pair moves in one direction while the trend indicator is moving in the opposite direction. With divergence, there can be positive and negative signals. Divergences in Forex trading are quite common signals of technical analysis. These are basic early Forex signals indicating the trend reversal and filter false signals. Application of this indicator It is usually not easy to detect divergences by the t
FREE
Awesome Pivot Indicator
Komang Putra Riswanjaya
The Pivot Indicator is a vital tool for technical analysis used by traders in the financial markets. Designed to assist in identifying potential reversal points or trend changes, this indicator provides valuable insights into key levels in the market. Key features of the Pivot Indicator include: Automatic Calculations: The Pivot Indicator automatically calculates Pivot Point, Support, and Resistance levels based on the previous period's high, low, and close prices. This eliminates the complexity
FREE
The SFT Fibo Smart Pivot indicator is a powerful trading tool based on the Fibonacci Golden Ratio, designed to identify key support and resistance levels in the forex market. This indicator has the ability to pinpoint significant price levels that can serve as entry and exit points for trades. It enables traders to analyze the market more effectively and make well-informed decisions. The indicator uses the Fibonacci Golden Ratio to accurately determine support and resistance levels. These levels
FREE
MP Demark Pivot Levels
Pierre Ksachikian
5 (1)
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Demark's Pivots. Calculations:     PP = X / 4     R1 = X / 2 - LOWprev     S1 = X / 2 - HIGHprev Uses: When the pair currency price may change the direction of movement. Possible constraints of support and resistance that creates plateaus for the currency pair prices. Tendency identification by comparing the present prices according to current day's pivot point and also the prior day's pivot points. ___________
FREE
SR levels true mql4
Egidijus Bikulcius
5 (1)
Indicator SR levels true in small time frames is very useful for scalping while in bigger ones it is good for day or position trading. SR levels true can draw 4 support/resistance levels based on defined maximum rebouds from price level. Indicator scans  defined number of bars in time axis and defined number of pips in price axis (both sides - up and down) and calculates how much times price was rejected from scanned price levels. At the price levels where maximum rebounds are counted, support
FREE
Limit Map AM
Andriy Matviyevs'kyy
This indicator is a system of channels based on the minimum and maximum price values. The task of the indicator is to visualize the trend direction and support/resistance lines. The indicator is designed to be used in combination with indicators of the "Signal" or "Candles" series (a lot of free indicators of this type can be found on my page). At the same time, the indicator can be used independently according to the following rules: Buy/Sell signals are used to open a position only in the dire
FREE
!!! In [CodeBase] I published Mql4 indicator code. Download the code for free!!! (You have to adapt the code when you update the terminal). This indicator is a trader's tool. It shows the movement of stochastics on all periods and symbols: М1, М5, М15, М30, Н1, Н4 every minute (the time scale from the current to -240 minutes, i.e. tha last 4 hours). Step_Stoch overcomes the disadvantage of stochastic indicators - lagging. For example, a rise after a fall on H1 (or M30) after can be seen on a us
FREE
The Icarus Reversals(TM) FREE Indicator is a powerful tool to identify high-probability reversal points, across all instruments.  The Reversals Indicator provides traders and investors with a simple-to-use and highly dynamic insight into points of likely price-action reversals.  Generated by a unique proprietary code-set, the Reversals Indicator (FREE version) generates long and short trade signals, which can be customised for key inputs and colourisation. Settings of the Icarus Reversals FREE h
FREE
Grid MATR
Abraham Correa
X-axis lines prevail in grid manner, ruled by Average True Range. There’s an evitable change in specific periods of time! MATR means “multiplying average true range” in order to find the boundaries of the Grid expansion. It’ll stretch, shrink, and evolve with 4 timely choices of grid states! This origin code recognizes the participation on a chart, noticing the development in volume! If you were to click on the gifs attached, you'd see it in action!              |This is an indicator | Mat
FREE
PointsVsBars
Stanislav Korotky
This indicator provides a statistical analysis of price changes (in points) versus time delta (in bars). It calculates a matrix of full statistics about price changes during different time periods, and displays either distribution of returns in points for requested bar delta, or distribution of time deltas in bars for requested return. Please, note, that the indicator values are always a number of times corresponding price change vs bar delta occurred in history. Parameters: HistoryDepth - numbe
FREE
Pivot SR
Wartono
5 (1)
It identifies the pivot, support, and resistance price levels of the selected timeframe and then draws lines onto the chart. FEATURES: Option to specify the Timeframe Period in the PivotSR calculation. Option to display the PivotSR of the last candle, of every candle, or of the current candle. Options for displaying labels, line thickness, and line color. PivotSR can be interpreted as reversal levels or past price reactions that can be used as the basis for current price analysis. Some traders b
FREE
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
Indicator Support and Resistence plain in your chart seven lines; Red line=Resistence 3. Red line=Resistence 2. Red line=Resistence 1. Yellow line= Pivot. Green line= Support 1. Green line= Support 2. Green line= Support 3. adattable in all timeframe (minute 1, minute   5, minute   15, minute   30, Hour 1, Hour 4,Day 1,Week 1,Mounth 1); Buy under support and sell over the resistence;
TLM Map AM
Andriy Matviyevs'kyy
TLM Map AM (Trend Line Momentum Map) is an indicator developed based on a set of digital technical analysis indicators described in the article by Vladimir Kravchuk: " Digital indicators in the technical analysis of financial markets ". The indicator displays in a separate window a complex of digital technical analysis indicators such as FTLM and STLM. Recommended for use in conjunction with the RTL Map AM (Reference Trend Line Map) indicator. The indicator has no customizable parameters.
FREE
Angle Dashboard
Taras Slobodyanik
5 (1)
This is a multicurrency and multitimeframe indicator that calculates the angle between two points. Points for measuring the angle can be taken from the ZigZag (the last two points), or from the Moving Average (between two given bars), or it can be the closing prices of bars. Angle measurement is possible in degrees or in radians. You can select the scale for the calculation. For a better understanding of the indicator, you can study the free Angle High Low indicator. In the parameters you can
Trend arrow Indicator
NGUYEN NGHIEM DUY
3.23 (13)
Trend arrow Indicator is an arrow Indicator used as an assistant tool for your trading strategy. The indicator analyzes the standard deviation of bar close for a given period and generates a buy or sell signals if the deviation increases. It good to combo with Martingale EA to follow Trend and Sellect Buy Only/Sell Only for EA work Semi-Automatic. You can use this  Indicator with any EAs in my Products.
FREE
The Support and Resistance Levels Finder: The Support and Resistance Levels Finder is an advanced tool designed to enhance technical analysis in trading. Featuring dynamic support and resistance levels, it adapts in real-time as new key points unfold on the chart, providing a dynamic and responsive analysis. Its unique multi-timeframe capability allows users to display support and resistance levels from different timeframes on any desired timeframe, offering a nuanced perspective, such as showi
FREE
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Magic Pivot
Evgeny Belyaev
Magic Pivot is a professional indicator for finding the support and resistance lines; it has been developed by a group of professional traders. The indicator plots three support lines and three resistance lines, where a price reversal is highly probable. Magic Pivot is an excellent tool for scalping and intraday trading.   Advantages High accuracy of signals. Suitable for scalping and intraday trading. The indicator does not redraw. Simple indicator setup, minimum parameters. Works on any finan
Buyers of this product also purchase
Gann Made Easy
Oleg Rodin
4.96 (45)
Gann Made Easy is a professional and easy to use Forex trading system which is based on the best principles of trading using the theory of mr. W.D. Gann. The indicator provides accurate BUY and SELL signals including Stop Loss and Take Profit Levels. You can trade even on the go using PUSH notifications. PLEASE CONTACT ME AFTER PURCHASE TO GET MY TRADING TIPS PLUS A GREAT BONUS! Probably you heard already many times about Gann trading methods. Usually Gann's theory is very complex thing not only
Atomic Analyst
Issam Kassas
5 (1)
First of all Its worth emphasizing here that this Trading Indicator is   Non-Repainting ,   Non-Redrawing   and   Non-Lagging   Indicator, Which makes it ideal from both manual and robot trading.  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 Multiple layers of complex Indicators, the Atomic Anal
Gold Stuff
Vasiliy Strukov
4.89 (250)
Gold Stuff 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. At it indicator work full auto  Expert Advisor EA Gold Stuff. You can find it at my profile. Contact me immediately after the purchase to get   personal bonus! Settings  and manual here   SETTINGS Draw Arrow - on off. drawing arrows on the chart. Alerts -   on off audible alerts. E-mail notification - on off. e
TPSproTREND PrO
Roman Podpora
5 (15)
TPSpro TRENDPRO  - 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!  -  Version MT5               DETAILED DESCRIPTION        /       TRADING SETUPS           
Introducing   Quantum Trend Sniper Indicator , the groundbreaking MQL5 Indicator that's transforming the way you identify and trade trend reversals! Developed by a team of experienced traders with trading experience of over 13 years,   Quantum Trend Sniper Indicator   is designed to propel your trading journey to new heights with its innovative way of identifying trend reversals with extremely high accuracy. ***Buy Quantum Trend Sniper Indicator and you could get Quantum Breakout Indicator fo
Trend Screener
STE S.S.COMPANY
4.83 (86)
Unlock the Power of  Trends trading with Trend Screener Indicator: Your Ultimate Trend Trading Solution powered by fuzzy logic and Multi-currencies System ! Elevate your trend trading with Trend Screener, the revolutionary trend indicator powered by   fuzzy logic.  It is a powerful trend-following indicator that combines over  13 premium tools and features and 3 trading strategies  , making it a versatile choice to   make your Metatrader a Trend Analyzer. LIMITED TIME OFFER : Trend Screener Indi
Scalper Vault
Oleg Rodin
5 (27)
Scalper Vault is a professional scalping system which provides you with everything you need for successful scalping. This indicator is a complete trading system which can be used by forex and binary options traders. The recommended time frame is M5. The system provides you with accurate arrow signals in the direction of the trend. It also provides you with top and bottom signals and Gann market levels. The indicator provides all types of alerts including PUSH notifications. Please contact me aft
TPSpro RFI Levels
Roman Podpora
5 (13)
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. Reversal First Impulse levels (RFI)   -  Version MT5                INSTRUCTIONS                 RUS                 ENG                                       R ecommended to use with an indicator   -  
CURRENTLY 26% OFF Best Solution for any Newbie or Expert Trader! This Indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With only ONE chart you can read Currency Strength for 28 Forex pairs! Imagine how your trading will improve because you are able to pinpoint the exact trigger point of a new trend or scalping opportunity? User manual: click here That's the first one, the original! Don't buy a worthle
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 . 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 focuses on Smart Money Concepts providing in
Currently 20% OFF ! Best Solution for any Newbie or Expert Trader! This dashboard software is working on 28 currency pairs plus one. It is based on 2 of our main indicators (Advanced Currency Strength 28 and Advanced Currency Impulse). It gives a great overview of the entire Forex market plus Gold or 1 indices. It shows Advanced Currency Strength values, currency speed of movement and signals for 28 Forex pairs in all (9) timeframes. Imagine how your trading will improve when you can watch the e
Advanced Supply Demand
Bernhard Schweigert
4.92 (310)
CURRENTLY 26% OFF !! Best Solution for any Newbie or Expert Trader! This indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With this update, you will be able to show double timeframe zones. You will not only be able to show a higher TF but to show both, the chart TF, PLUS the higher TF: SHOWING NESTED ZONES. All Supply Demand traders will love it. :) Important Information Revealed Maximize the potenti
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link: TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data and therefore the moment in which prices have strong probability of f
Introducing the Miraculous Forex Indicator: Unleash the Power of Precision Trading Are you tired of searching for the perfect forex indicator that truly delivers exceptional results across all time frames? Look no further! The Miraculous Forex Indicator has arrived to revolutionize your trading experience and propel your profits to new heights. Built upon a foundation of cutting-edge technology and years of meticulous development, the Miraculous Forex Indicator stands as the pinnacle of str
Market Reversal Alerts
LEE SAMSON
4.21 (121)
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
FX Power MT4 NG
Daniel Stein
5 (8)
Trading GOLD, and currencies, with the dog walk strategy  - super smart Trading GOLD, and currencies, with the breakout strategy  - super easy Visit our all-new   Stein Investments Welcome Page   to get the latest information, updates and trading strategies. FX Power MT4 NG  is the next generation of our long-time very popular currency strength meter, FX Power.  And what does this next-generation strength meter offer? Everything you have loved about the original FX Power  PLUS GOLD/XAU stre
This indicator I use with RENKO and RangeBar candle Discover the Secret to Successful Forex Trading with Our Custom MT4 Indicator! Have you ever wondered how to achieve success in the Forex market, consistently earning profits while minimizing risk? Here is the answer you've been searching for! Allow us to introduce our proprietary MT4 indicator that will revolutionize your approach to trading. Unique Versatility Our indicator is specially designed for users who prefer Renko and Rangebar candle
Entry Points Pro
Yury Orlov
4.7 (224)
Top indicator for MT4 providing accurate signals to enter a trade without repainting! Watch  the video  (6:22) with an example of processing only one signal that paid off the indicator! It can be applied to any financial assets:  forex, cryptocurrencies, metals, stocks, indices.  MT5 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 t
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
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 breakout box.
Currency Strength Wizard is a very powerful indicator that provides you with all-in-one solution for successful trading. The indicator calculates the power of this or that forex pair using the data of all currencies on multiple time frames. This data is represented in a form of easy to use currency index and currency power lines which you can use to see the power of this or that currency. All you need is attach the indicator to the chart you want to trade and the indicator will show you real str
Trend Forecasting
Mohamed Hassan
5 (15)
This indicator is unstoppable when combined with our other indicator called Katana. After purchase, send us a message and you could get Katana for FREE as a BONUS After purchase, send us a private message for your instructions.  MT5 version: click here There are limited copies available at $45. Next price is $99. Don't miss this great deal!  The Trend Forecasting indicator is a very unique & easy tool that is able to make prediction about future price movement based on the signals
Multiccurrency and multitimeframe Buy and Sell alerts. Auto trailing stop and risk reward takeprofit. The indicator scans and analizing the market so You have nothing to do. trade all your currency pairs in 1 chart! When addig it to a chart change the timeframes and find the best timeframe for that curreency pair chart with the signals! Every pair is different! Strategy:  When the FIRST Buy or SEll arrow appears that is your entry.( The alert panel will alert you on each pair and timeframes you
Scalper Inside PRO
Alexey Minkov
4.75 (55)
SALE NOW! Limited Time Offer! An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and
FX Volume
Daniel Stein
4.6 (35)
Visit our all-new   Stein Investments Welcome Page   to get the latest information, updates and trading strategies. FX Volume is the FIRST and ONLY volume indicator that provides a REAL insight into the market sentiment from a broker's point of view. It provides awesome insights into how institutional market participants, like brokers, are positioned in the Forex market, much faster than COT reports. Seeing this information directly on your chart is the real game-changer and breakthrough solut
Up Down v6
Guner Koca
4.67 (9)
up-down indicator is no repaint and works all pairs and lower than weekly time frames charts. it is suitable also 1 m charts for all pairs. and hold long way to signal. dont gives too many signals. when red histogram cross trigger line that is up signal.and price probably will down when blue histogram cross trigger line that is down signal.and price probably will go up. when the signals not seen press + button on terminal . too see weekly chart because of low data on chart ,it needs to lower p
TrendDecoder Premium
Christophe, Pa Trouillas
5 (3)
Identify ranges  | Get earliest signals of Trends  | Get clear exits before reversal  | Spot the Fibo levels the price will test Non-repainting, non-delayed indicator - ideal for manual and automated trading - for all assets and all time units $69   for launch - then back to >>   $149 After purchase,   please contact me on this channel   for recommended and personalised settings MT5   version:  Click here Get our full method with  BladeSCALPER  and   PowerZONES What is it about? TrendDECOD
Cycle Sniper
Elmira Memish
4.41 (34)
NEW YEAR SALE PRICE FOR LIMITED TIME!!! 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 pu
Shepherd Harmonic Pattern
Abdullah Alrai
4.68 (59)
This indicator will detect harmonic patterns that are drawn on the chart by manual and automatic methods. You can see user manual from this link: Notes Indicator has control panel and it will save every (chart & timeframe) settings. You can minimize it to have more space on chart and you can press close button to hide all indicator data on chart if you prefer to work with other analysis tools  When you use this indicator and change the settings, add indicators like Moving Average or Bollinger
PRO Renko System
Oleg Rodin
5 (24)
PRO Renko System is a highly accurate trading system specially designed for trading RENKO charts. The ARROWS and Trend Indicators DO NOT REPAINT! The system effectively neutralizes so called market noise giving you access to accurate reversal signals. The indicator is very easy to use and has only one parameter responsible for signal generation. You can easily adapt the tool to any trading instrument of your choice and the size of the renko bar. I am always ready to provide extra support to help
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.82 (17)
TakePropips Donchian Trend Pro  (MT4) is a powerful and effective tool that automatically detects the direction of the trend using the Donchian Channel and provides you with an entry and exit trading signals! This multi-function indicator includes a trend scanner, trading signals, statistical panel, screener, trading sessions, and alerts history dashboard. It is designed to provide you with trading signals and save you hours analyzing the charts! You can download the user manual and installation
More from author
Version History : Date Version Changes 6/20/2022 1.00 Initial release 6/21/2022  1.10 Add global variables for Minimum (SYMBOL_volume_min) and Maximum (SYMBOL_volume_max) History Volumes  Description : RedeeCash Volumes Indicator is the Volumes indicator that you have come to trust for market entry and exit with the added benefit of exposing key metrics as global variables. Including global variables in an indicator permits easier interaction with expert advisors (EA) and scripts. When attaching
FREE
RedeeCash Multime XMA
Patrick Odonnell Ingle
About : Crossing Moving Averages on Multiple Timeframes. While a traditional trend strategy would be to choose one time frame like the Daily to estimate trend, this expert advisor will open a trade in the direction of the trend when ALL timeframes from 5M to Monthly, show the same trend.       SINGLE_CURRENCY = true,  permits operations on a single currency, when disabled (FALSE), will trade the currencies selected in the market watch window on metatrader.       CONCURRENT_ORDERS=0, restricts th
FREE
RedeeCash Rate of Change
Patrick Odonnell Ingle
Rate of Change Base on the formula, ROC = (Close[n] - Close[n-lookback]) / Close[n-lookback] * 100 to plot the rate of change of a currency pair price action over a lookback period, and provides two global variables, SYMBOL_ROC and SYMBOL_ROC_LOOKBACK, which represent the latest Rate of Change value and the Rate of Change at the previous lookback period. Invoking the indicator using the iCustom function, iCustom ( "Market/RedeeCash_Rate_of_Change.ex4" , Symbol (),5 , 0 ,0); and then retrieving t
FREE
RedeeCash Statistics
Patrick Odonnell Ingle
1 (1)
Version History Date Version Changes 07/10/2022 1.00 Initial release Description A collection of modern statistical functions that can be integrated into your own strategy. The included functions are, Mean Median Range Skew Max Min IRange Deviations AbsoluteDeviations MAD StandardDeviation Variance GetCorrelation SamplingDistributionStandardDeviation ZScore CorrelationCoefficient CoVariance Beta Confidence SNormInv PercentOfValue ValueOfPercent MQL Header (mqh) The required header is //+--------
FREE
DATE VERSION DESCRIPTION OF CHANGES 1.00 2022-09-06 Initial release The RedeeCash Triangular Arbitrage Opportunities shows the available currency triads and each currency trade position setup as a global variable, in the fomat of AAA/BBB, CCC/AAA, CCC/BBB: AAA/BBB -1|0|1 AAA/BBB, CCC/AAA, CCC/BBB: CCC/AAA   -1|0|1 AAA/BBB, CCC/AAA, CCC/BBB: CCC/BBB -1|0|1 where the value is the trade direction of either OP_BUY or OP_SELL. If the trade direction indicates -1, then no trade should occur for that
FREE
RedeeCash WilliamsX50
Patrick Odonnell Ingle
About : Based on the strategy identified at https://tradingstrategyguides.com/williams-percent-range-strategy/ but automated to support multiple currencies from a single expert advisor instance. Also uses the SMA slow and fast crosses to determine the trend direction. The basis for the external strategy is to open a BUY trade when Williams %R crosses the -50 on an uptrend and open a SELL trade on the down trend. You have control over the trend period and Williams %R range from the midpoint throu
FREE
RedeeCash TimeZones
Patrick Odonnell Ingle
DATE VERSION DESCRIPTION OF CHANGES  2022-08-31 1.00 Initial release.  2022-09-01  1.01 (on the Indicator dialog, but is v1.1 on MQL5.COM) Fixed New York active time  2022-09-03 1.02   (on the Indicator dialog, but is v1.2 on MQL5.COM)   Fixed Sydney active on Saturday  This indicator will show the active and inactive trading sessions as well as set global variables as whether the trading session is active (1) or inactive (0). Using the iCustom library function, you can invoke this indicator fr
FREE
RedeeCash Interest
Patrick Odonnell Ingle
About : THIS EXPERT ADVISOR (EA) IS FOR ACCOUNTS WHICH PAY OVERNIGHT INTEREST LIKE THE US-BASED OANDA ACCOUNT. TO MAXIMIZE EARNINGS, CHOOSE A COMMISSION-FREE, FIX SPREAD ACCOUNT. IF YOUR BROKER DOES NOT PAY OVERNIGHT INTEREST, THEN DO NOT USE THIS EA ON YOUR ACCOUNT! This Expert Advisor (EA) is like a high-yield savings account ( EXCEPT YOUR ACCOUNT IS NOT FDIC-INSURED ) because a trade will occur on currency pairs that pay(earn) overnight interest (when SWAPRATE_LONG and SWAPRATE_SHORT are pos
FREE
RedeeCash RSI
Patrick Odonnell Ingle
Version History Date Version Changes 07/09/2022 1.10 Initial released Description The RedeeCash RSI is your typical RSI indicator with the three latest RSI calculations exposed as global variables for easier integration with scripts and expert advisors. Code Sample To invoke this indicator from an EA or script, call the iCustom metatrader function, iCustom ( Symbol (), PERIOD_CURRENT , "Market/RedeeCash RSI" , 14 , 1 , 0 ); string RSIVarName = StringConcatenate ( Symbol (), "_rsi" ); string RSIP
FREE
RedeeCash 4XLOTS
Patrick Odonnell Ingle
DATE VERSION DESCRIPTION OF CHANGES 2011-09-11 Manual Algorithm first created as manual equation 2011-09-16  WEB API Web API launched on 4xlots.com 2022-09-02  1.00  standalone library released  RedeeCash 4XLOTS library is a localized risk management library based on the 4xlots.com WEB API algorithm. This risk management algorithm is not dependent on currency as the quick lot size equation of,       lots = AccountEquity / 10000 which is for every $100 of account equity will have 0.01 lot. The R
Filter:
No reviews
Reply to review