• Overview
  • Reviews
  • Comments
  • What's new

Ti

Professional Trend Indicator

Ti indicator is based on its own oscillator and shows you trend changes.
Indicator includes adjustable Polynomial and MAs channels, Trend lines and Oscillator filter with whom you can adjust the spread of indicator.
You can run many instances, for all time frames at once, is very fast and has a built-in "slider history testing" technology and “Error control”.
Program operates in 2 automatic modes:

1. Slider mode

Turns on when attaching the indicator to the Chart or Visual Tester.
Here you can test/set your settings back in history with “slider” up to 32767 bars.
On Tester (only) you can exit "Slider mode" by pressing the <Esc> key.
2. Expert mode
Turns on when starting the indicator with "iCustom" function.
Please watch “testing” in HD … https://youtu.be/2xBrWVlFaWE
This indicator is designed primarily for professional use and is very useful where precise criteria is required for the most likely outcome.

For programmers

You can include in EAs:

enum ch_type
{
   POLY  =0,  /*POLY*/
   MA    =1,  /*MA*/
};
enum ch_mode
{
   TR_OFF_CH_ON   =0,   /*TR_OFF CH_ON*/
   TR_ON_CH_ON    =1,   /*TR_ON  CH_ON*/
   TR_ON_CH_OFF   =2,   /*TR_ON  CH_OFF*/
};
enum ch_out
{
   MIDDLE_STOP =0,   /*MIDDLE_STOP*/
   IN_STOP_1   =1,   /*IN_STOP_1*/
   IN_STOP_2   =2,   /*IN_STOP_2*/
   IN_STOP_3   =3,   /*IN_STOP_3*/
   OUT_STOP_1  =4,   /*OUT_STOP_1*/
   OUT_STOP_2  =5,   /*OUT_STOP_2*/
   OUT_STOP_3  =6,   /*OUT_STOP_3*/
};

The known command to retrieve output index value is for MQL4:

double Ti=iCustom(NULL,TF_,"Ti",MODE_,TYPE_,TR_,CH_,bars_,EQCH_,AC_,coef_,ex_,MTD_,st_,sm_,vf_,lam_,0,11,0);
if(Ti==1) buyTI_=true;
if(Ti==2) sellTI_=true;
if(Ti==3) {buyTI_=true; sellTI_=true;}

where:

0 = last bar (int) - last bar for calculation

11 = output index (double) - 1=buy,2=sell,3=buy&&sell,4=!buy&&!sell
0 = buffer shift (int) - if you use buffer [11] must always be [0] because of fix output index
All buffers:
0=Upper_Trend, 1=Lower_Trend, 2=Middle_Trend, 3=Middle_Trend_1, 4=Middle_Trend_2, 5=Zig_Zag, 6=Upper_Channel, 7=Lower_Channel, 8=Middle_Channel,
9=Middle_Channel_1, 10=Middle_Channel_2, 11=Indicator_Output

Ti input parameters settings

The order from left to right is: name, [default value], min-max value.

  • Channel_mode [TR_OFF CH_ON] - here you can select desired combination with trend lines
  • Channel_type [POLY] - type of channel (polynomial or moving average)
  • *Trend_logic [OUT_STOP_3] - trend output logic
  • *Channel_logic [OUT_STOP_1] - channel output logic
  • Channel_bars [200] 4-6000 - channel bars when Auto_calc=[false]
  • Equidistant [false] - switch on/off Equidistant Channel (true=off)
  • Auto_calc [true] - switch on/off automatic calculation of channel bars
  • Oscillator_coeff (xOscAVG) [4.0] 0.0-40.0 - oscillator coefficient (x average chart oscillation - 1x OscAVG~1x spread in points)
  • Polynomial_ex [1] 0-10 - polynomial exponent
  • MA_method [T3_Hull] - moving average method (ma method)
  • MA_step [8] 0-100 - ma step
  • MA_smooth [0] 0-100 - ma smoothness
  • MA_v_factor [0.0] 0.0-50.0 - ma volume factor
  • MA_lambda [0.0] 0.0-100.0 - ma lambda
  • LastBar [0] 0-6000 - last bar for calculation (0 is current)
  • PastBars [1000] 100-6000 - bars for calculation in the past (to the left)

*Output Trend/Channel logic description

middle_zone=(Middle_Trend_1/Middle_Channel_1) to (Middle_Trend_2/Middle_Channel_2)
out_zone_1=(Upper_Trend/Upper_Channel) to (Middle_Trend_2/Middle_Channel_2)
out_zone_2=(Lower_Trend/Lower_Channel) to (Middle_Trend_1/Middle_Channel_1)
  • MIDDLE_STOP - above the (Middle_Trend/Middle_Channel) line - SELL, below the (Middle_Trend/Middle_Channel) line - BUY
  • IN_STOP_1,2,3 - in middle_zone STOP trading, above the middle_zone - SELL, below the middle_zone - BUY
  • OUT_STOP_1,2,3 - in out_zone_1 allow BUY and SELL, below the out_zone_1 - BUY in out_zone_2 allow BUY and SELL, above the out_zone_2 - SELL

Additional information

The demo version is built to demonstrate the main features and usability of Ti, TiDemo.
If you like to use Ti unlimited or within an EA you have to buy or rent this product.
Are you satisfied with our work? Share your experiences and leave a comment.
If you need help using our trading tools or you have an issue or question, please contact me.
VLabs

Recommended products
Pi
Vasja Vrunc
Professional Prediction Indicator Based on matching the history with selected pattern model and shows the most likely outcome. Pi indicator includes Pattern line, Scanned_Past line, Matching_Pattern line, Future_Predicted line, adjustable Model Band , and some other controls. This indicator is designed primarily for professional use and is very useful in the search for the probability of the results relating to the future. Note : The results depend on model_band and past_bars . They are appro
VR Cub
Vladimir Pastushak
VR Cub is an indicator for getting high-quality entry points. The indicator was developed to facilitate mathematical calculations and simplify the search for entry points into a position. The trading strategy for which the indicator was written has been proving its effectiveness for many years. The simplicity of the trading strategy is its great advantage, which allows even novice traders to successfully trade with it. VR Cub calculates position opening points and Take Profit and Stop Loss targe
Candle Average
Mahmoud Helmy Sedik Mohamed Mansour
Candlestick patterns have little value without the right   price action   context. If you’ve been studying candlestick formations, you must have heard this principle many times over. You cannot trade patterns in a vacuum. But what do we mean by   context ? It is an overall technical assessment that encompasses: The market’s trend Support and resistance structure Recent price formations Volatility It seems intimidating at first, but a simple trading indicator can help us out here - the   moving a
Instantaneous cycle identifier
Mahmoud Helmy Sedik Mohamed Mansour
This is first public release of detector code entitled "Enhanced Instantaneous Cycle Period" for PSv4.0 I built many months ago. Be forewarned, this is not an indicator, this is a detector to be used by ADVANCED developers to build futuristic indicators in Pine. The origins of this script come from a document by   Dr   . John   Ehlers   entitled "SIGNAL ANALYSIS CONCEPTS". You may find this using the NSA's reverse search engine "goggles", as I call it. John Ehlers' MESA used this measurement to
An indicator of pattern #31 ("Long Island") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. The second gap is in the opposite direction. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) GapSize - minimum gap size in points ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points   ShowLevels - show levels ColUp - color of an upward line ColDn - color of
Power Renko MT4
Pierce Vallieres
Power Renko is an indicator which plots Renko bricks underneath the chart using a histogram. You can select the brick size and the timeframe of the Renko bricks as well as whether or not to use the close price or the high/low price of the candles. Renko bricks are based on price alone, not time, therefor the Renko bricks will not be aligned with the chart's time. They are extremely useful for trend trading and many different strategies can be formed from them. Buffers are provided allowing you t
Wave Wolf MT4
Andrei Salanevich
The Wave Wold MT4 Forex indicator is designed to search for Wolf waves and display them in the current window of the trading terminal. An excellent indicator for traders who use Wolf waves in trading. Its application in trading strategies will significantly increase their efficiency and profitability. INFORMATION ABOUT THE INDICATOR Unlike other Wolf wave indicators, the Wave Wold MT4 forex indicator has a number of features that significantly increase its effectiveness: The first is the
The indicator displays Renko bars on the chart, uses their data to calculate and display the moving average, PriceChannel and generates buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. The PriceChannel indicator displays the upper, lo
Diamond Pattern
Ugur Oezcan
5 (1)
The diamond top and bottom are reversal patterns. It represents a rally to a new high with a drop to a support level followed by a rally to make a new high and a quick decline, breaking the support level to make a higher low. The bounce from the higher low is then followed by a rally, but making a lower high instead. Once this behavior is identified, prices then break the trend line connecting the first and second lows and start to decline further. You can find MT5 version hier Indicator shows
Bigger chart labels would allow the user to be entirely aware of which chart he/she is on. Each chart window is unique, containing different patterns and economic motives so acknowledging the chart window would be absolutely essential! There are well known Economic Time Zones included in clear view, by choice!    Simple does it! Use your computing mouse scroller, clicking with the right finger on the label, in order to customize the label properties. From there, choose your preferred color, fon
FREE
The Funicular
Daniil Kurmyshev
The Funicular is a functional indicator knowing all the rules of the market and performing constructions more accurate and faster than any professional analyst.  The Funicular helps you see the exact points of the "entrance", and it draws trends with great accuracy determinig their strength and fluctuation time. The main difference from the others is that it builds lines that are independent of timeframe allowing you to perceive the chart as a whole. Simply put, you need The Funicular, because i
Trendiness Index
Libertas LLC
5 (3)
"The trend is your friend" is one of the best known sayings in investing, because capturing large trendy price movements can be extremely profitable. However, trading with the trend is often easier said than done, because many indicators are based on price reversals not trends. These aren't very effective at identifying trendy periods, or predicting whether trends will continue. We developed the Trendiness Index to help address this problem by indicating the strength and direction of price trend
PipFinite Exit EDGE
Karlo Wilson Vendiola
4.88 (161)
Did You Have A Profitable Trade But Suddenly Reversed? In a solid strategy, exiting a trade is equally important as entering. Exit EDGE helps maximize your current trade profit and avoid turning winning trades to losers. Never Miss An Exit Signal Again Monitor all pairs and timeframes in just 1 chart www.mql5.com/en/blogs/post/726558 How To Trade You can close your open trades as soon as you receive a signal Close your Buy orders if you receive an Exit Buy Signal. Close your Sell orde
Reanimator was made not like an ExpertAdvisor which make deals for taking Big Profit or something like that. His target is - to try to go back from big looses using the formula for Lot calculation. This formula based on our Drawndawn and Target-Price to get Breakeven. Sometime we have situation where we have big drawdawn and the price should go, for example, up. And we are sure, the price will move 100 points higher. For example: "Oh! The price will reach the Target 100 points, for sure!". I
Before
Nadiya Mirosh
The Before indicator predicts the most likely short-term price movement based on complex mathematical calculations. Most of the standard indicators commonly used in trading strategies are based on fairly simple calculations. This does not mean that there were no outstanding mathematicians in the world at the time of their creation. It is just that computers did not yet exist in those days, or their power was not enough for the sequential implementation of complex mathematical operations. Nowa
Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
Owl smart levels
Sergey Ermolov
4.63 (54)
MT5 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
Laser Trend
Nicolas Zouein
The trend is your friend! This is what this indicator is all about. Follow this famous saying and be safe. Characteristics: Buy/Sell signals fixed on the close of a bar. Works on all symbols and all timeframes. Clear visual market trend laser line, Buy/Sell signal arrows, market strength meter, TP1 & TP2 boxes. Visual signals when to enter, when to exit the market. No repainting. Compatible with Flexible EA for trading automation. (Ask for a free set file optimized to perform 2010-2018) Para
TradingDesk
Christian Weilinger
4 (1)
TradingDesk – Performance Analyse MT4 To test the indicator download free Demo version here: https://www.mql5.com/en/market/product/40471 TradingDesk analysed MetaTrader 4 historical data by Symbol, Magic Number, Trade or Comment. All these evaluations will be displayed in real time on your MetaTrader 4 chart window. All this information will be displayed in the following dashboards: account info General information about the account is displayed in the account info dashboard. performance
This indicator is a must have tool that scans the active chart for candlestick patterns. It labels each bar according the candlestick pattern(s) that it finds enabling you to more easily analyze price action and be more informed about your trading decision. There are 103 common and uncommon possible patterns plus 6 new patterns based on research that the indicator can identify. If a candlestick(s) meets the requirements for multiple patterns, the bar will be labeled with up to 4 patterns names f
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
RenkoMaStoch
Sergey Deev
1 (1)
The indicator displays renko bars on a chart, uses them to plot the fast and slow moving average and Stochastic, as well as it provides buy/sell signals: a buy signal is generated when the fast moving is above the slow one, and the signal line of Stochastic crosses the lower level from bottom up; a sell signal is generated when the fast moving is below the slow one, and the signal line of Stochastic crosses the upper level from top to bottom; Renko is a non-trivial price display method. Instead
Volume Mag
Wiktor Keller
Volume mag indicator is another indicator that is used to calculate entry points tick volume. The indicator rarely gives a signal, but this can be said to be its advantage. The indicator's signals are not redrawn and do not lag, but are issued after the close of the current candle. The indicator does not overload the terminal and calculates entry points within the BarsCount value, which is set in the menu, by default 500 bar.
Line Magnit
Aleksey Trenin
The LineMagnit Indicator for MT4 is a highly precise tool that builds support and resistance levels which magnetically attract prices. This feature allows traders to easily determine the most probable entry and exit points in the market, as well as identify the market's directional forces, as levels are based on capital inflows into the instrument. Equipped with an intuitively understandable graphical interface, the LineMagnit Indicator enables users to quickly locate and analyze support and res
For this set of indicators 1. General information     - Calculates with high performance mathematical algorithms.     - Calculated from the price of candles     - The entry point of this order is filtered by the train EMA and the oscillator.     - Calculate the integrity of the candle 2. How does it work?     - You can see two types of order entry points: the notification on the monitor and the arrow.     - You can trust 75-95 percent of this entry point. 3. Settings     - Retracement is re
Laguerre SuperTrend Clouds adds an Adaptive Laguerre averaging algorithm and alerts to the widely popular SuperTrend indicator. As the name suggests, Laguerre SuperTrend Clouds (LSC) is a trending indicator which works best in trendy (not choppy) markets. The SuperTrend is an extremely popular indicator for intraday and daily trading, and can be used on any timeframe. Incorporating Laguerre's equation to this can facilitate more robust trend detection and smoother filters. The LSC uses the impro
Utility for automatic order and risk management. Allows you to take the maximum from profits and limit your losses. Created by a practicing trader for traders. The utility is easy to use, works with any market orders opened manually by a trader or with the help of advisors. Can filter trades by magic number. The utility can work with any number of orders at the same time. Has the following functions: 1. Setting stop loss and take profit levels; 2. Closing trades by trailing stop level
Chaser
Thebo Junior Mahlangu
1 (1)
Introduction  This Indicator Is Based On Average Price/Maximum Price Moves, And Using Moving Bollinger Bands And Moving Averages. The Advantage Of Using It With YOUR own Analysis Will Confirm Potential Supports And Resistances While it Compliments With Your Analysis  The Indicator Is Non-Repainting AND Along With Our Special Trend METRE that Changes With The Conditions OF A Bullish Or Bearish Trend....  Recommend Time-Frames: H1  H4 M15 Usage: The Indicator Is Very Profitable I
FREE
EZT Trade History This is a great tool to analyze past trades or follow current ongoing trades, especially when you using an EA to manage your transactions. You will see the exact candle where the trade was opened and closed. Collapsible floating panel on the chart, free to move anywhere with your mouse. When you using multiple EA’s with different magic numbers, you have 5 options to separate those trades, so you will know which EA opened specific transactions. You can set the day limits how fa
Unveiling: The Austin Bat Indicator Redefining Precision: Where Tradition Meets Innovation in Forex Trading Rising Above the Rest: Moving averages have long served as the cornerstone for forex traders worldwide. Yet, in the constantly evolving market landscape, isn't it time for an upgrade? Introducing the Austin Bat Indicator – where traditional moving average insights meet state-of-the-art refinements for unmatched precision. The algorithm used tries to stay in the trend for as long as possi
Buyers of this product also purchase
Scalper Inside PRO
Alexey Minkov
4.75 (59)
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 profitability. Scalper Inside
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
TPSpro RFI Levels
Roman Podpora
4.86 (21)
Reversal First Impulse levels (RFI)    INSTRUCTIONS        RUS       -       ENG              R ecommended to use with an indicator   -   TPSpro  TREND PRO -  Version MT5 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. Main functions: Displaying activ
AT Forex Indicator MT4
Marzena Maria Szmit
5 (2)
The AT Forex Indicator MT4 is a sophisticated trading tool designed to provide traders with a comprehensive analysis of multiple currency pairs. This   powerful indicator   simplifies the complex nature of the forex market, making it accessible for both novice and experienced traders. AT Forex Indicator uses   advanced algorithms   to detect trends, patterns and is an essential tool for traders aiming to enhance their forex trading performance. With its robust features, ease of use, and reliabl
FX Power MT4 NG
Daniel Stein
5 (11)
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
TPSproTREND PrO
Roman Podpora
4.78 (18)
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                R ecommended to use with
Indicator : RealValueIndicator Description : RealValueIndicator is a powerful tool designed specifically for trading on the EURUSD pair. This indicator analyzes all EUR and USD pairs, calculates their real currency strength values, and displays them as a single realistic value to give you a head start on price. This indicator will tell you moves before they happen if you use it right. RealValueIndicator allows you to get a quick and accurate overview of the EURUSD currency pair tops and bottoms,
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
TrendMaestro
Stefano Frisetti
5 (3)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.4 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 a
Atomic Analyst
Issam Kassas
5 (3)
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 Multipl
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
Advanced Supply Demand
Bernhard Schweigert
4.92 (313)
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
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.
NAM Order Blocks
NAM TECH GROUP, CORP.
5 (1)
MT4 Multi-timeframe Order Blocks detection indicator. Features - Fully customizable on chart control panel, provides complete interaction. - Hide and show control panel wherever you want. - Detect OBs on multiple timeframes. - Select OBs quantity to display. - Different OBs user interface. - Different filters on OBs. - OB proximity alert. - ADR High and Low lines. - Notification service (Screen alerts | Push notifications). Summary Order block is a market behavior that indicates order collection
FX Volume
Daniel Stein
4.61 (36)
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
Enigmera
Ivan Stefanov
5 (4)
ENIGMERA: The core of the market (If the demo of mql5.com doesn't working and you want to try Enigmera please message me.) Introduction This indicator and trading system is a remarkable approach to the financial markets . ENIGMERA uses the fractal cycles to accurately calculate support and resistance levels. It shows the authentic accumulation phase and gives direction and targets.  A system that works whether we are in a trend or a correction.   How does it operate? ENIGMERA comprises of fol
Cycle Sniper
Elmira Memish
4.41 (37)
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
All in One Trade
Alexey Minkov
4.48 (27)
The All-in-One Trade Indicator (AOTI) determines daily targets for EURUSD, EURJPY, GBPUSD, USDCHF, EURGBP, EURCAD, EURAUD, AUDJPY, GBPAUD, GBPCAD, GBPCHF, GBPJPY, AUDUSD, and USDJPY. All other modules work with any trading instruments. The indicator includes various features, such as Double Channel trend direction, Price channel, MA Bands, Fibo levels, Climax Bar detection, and others. The AOTI indicator is based on several trading strategies, and created to simplify market analysis. All-in-One
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.61 (18)
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
Entry Points Pro
Yury Orlov
4.7 (226)
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
PTS Precision Index Oscillator V2
PrecisionTradingSystems
5 (2)
The Precision Index Oscillator (Pi-Osc) by Roger Medcalf of Precision Trading Systems First of all, if you have any questions please contact me via my website which you can find by searching the above title. Version 2 has been carefully recoded to be super fast to load up on your chart and some other technical improvements have been incorporated to enhance experience. Pi-Osc was created to provide accurate trade timing signals designed to find extreme   exhaustion points, the points that markets
Welcome to the world of SMC (Smart Money Concepts) Trading, where we empower traders with the tools and knowledge to make smarter trading decisions. Our latest addition to our suite of trading tools is the SMC Trading Pro indicator, version 1.0. Key Features: Major Market Structure Identification with BODY break. Order Block must be in Major Swing ( not Small Swing ). Order Block with Fair Value Gap Detection. Order Block in Discount | Premium zone. Filter for only Bullish, Bearish or All Order
ZeusArrow Smart Liquidity Finder  Smart Liquidity Finder is Ai controlled indicator based on the Idea of Your SL is My Entry. It scan and draws the major Liquidity areas on chart partitioning them with Premium and Discount Zone and allows you find the best possible trading setups and help you decide the perfect entry price to avoid getting your Stop Loss hunted . Now no more confusion about when to enter and where to enter. Benefit from this one of it's kind trading tool powered by Ai an trade
A. What is A2SR ?   * It's a leading technical indicator (no repaint, no lagging). -- Guidance : -- at   https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- and  https://www.mql5.com/en/users/yohana/blog A2SR has a special technique in determining the levels of Support ( demand ) and Resistance ( supply ) . Unlike the ordinary way that we seen on the net, A2SR has a original concept in determining actual SR levels. The original technique was not taken from the internet,
Advanced Currency IMPULSE with ALERT
Bernhard Schweigert
4.91 (495)
CURRENTLY 31% 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 secret formula. With only ONE chart it gives Alerts for all 28 currency pairs. Imagine how your trading will improve because you are able to pinpoint the exact trigger point of a new trend or scalping opportunity! Built on new underlying algorithms it makes it even easier to identify and confir
Beast Super Signal
Dustin Vlok
4.76 (101)
Limited special now on! Was $249, now only $179!  Looking for a powerful forex trading indicator that can help you identify profitable trading opportunities with ease? Look no further than the Beast Super Signal.  This easy-to-use trend-based indicator continuously monitors the market conditions, searching for new developing trends or jumping in on existing ones. The Beast Super Signal gives a buy or sell signal when all internal strategies align and are in 100% confluence with each other,
GOLD Impulse with Alert
Bernhard Schweigert
4.56 (9)
This indicator is a super combination of our 2 products  Advanced Currency IMPULSE with ALERT  and  Currency Strength Exotics . It works for all time frames and shows graphically impulse of strength or weakness for the 8 main currencies plus one Symbol! This Indicator is specialized to show currency strength acceleration for any symbols like Gold, Exotic Pairs, Commodities, Indexes or Futures. Is first of its kind, any symbol can be added to the 9th line to show  true currency strength accelerat
FxBears Powers
Rachid Lafhil
3 (2)
️️ Attention:      The price will soon be raised to what it was before ($500).      No more losses with this indicator, test it for years ago and see if there is losses in one day results. but before testing it please see the explaining video down here.    FxBears Powers is working on all forex pairs, metals, commodities, futures, indices, energies, crypto, and everything...and on all timeframes from M1 to MN.   It's based on supply and demand zones, price action, and some internal indicators,
Volume by Price MT4
Brian Collard
4.71 (14)
The Volume by Price Indicator for MetaTrader 4 features Volume Profile and Market Profile TPO (Time Price Opportunity). Volume and TPO histogram bar and line charts. Volume Footprint charts. TPO letter and block marker collapsed and split structure charts. Session filtering and grouping. Static, dynamic and flexible range segmentation and compositing methods with relative and absolute visualizations. Graphical layering, positioning and styling options to suit the user's analytic and aesthetic n
Candle Power Signals is a trend indicator that uses a strategy of searching for potential volatile signals to make trading decisions. By analyzing the market, the indicator identifies zones of increased and decreased volatility within the directional trend movement. The main signal generation parameters have already been configured, the remaining settings and periods are indexed into 2 parameters for manual configuration: 1. "Candle calculation method" - 2 signal generation modes, it is rec
More from author
MAi
Vasja Vrunc
Professional 0 Lag Moving Averages Indicator MAi Indicator is a complete of moving averages with no lag . With MAi you can finally trade in real time with no lag, so your trading becomes more precise, realistic and more effectively. Please see included averages and the combinations with “Hull” equation below in code section. MAi indicator can run many instances , for all time frames at once, so you can test and compare results with different settings . It is very fast and has like all our in
MAtsi
Vasja Vrunc
Professional 0 Lag MAs Trend Sensor Indicator MAtsi is a trend sensor indicator , where 2 MA-s operates simultaneously . It is designed to cover a wider range of dynamic trends, where MAi is not so effective. Included averages are described in MAi indicator code section. MAtsi indicator can run many instances, for all time frames at once, so you can test and compare results with different settings. It is very fast and has, like all our indicators, a built-in " slider history testing " techn
TCD
Vasja Vrunc
Professional Trend Convergence/Divergence Indicator TCD indicator is based on the Convergence/Divergence of Trend and shows you " up trend " (when trend grows) and " down trend " (when trend is falling). In the middle is an adjustable "stop area" on which you cannot trade. Briefly, the TCD shows you when to start or stop buy/sell . TCD indicator can run many instances, for all time frames and includes all 0 lag MAs . (Please see  MAi indicator code section) With TCD your trading becomes more
PointerX
Vasja Vrunc
PointerX is based on its own oscillator and built-in indicators (Pulser, MAi, Matsi, TCD, Ti, Pi) and operates independently. With PointerX you can create your own strategies . Theoretically all indicator based strategies are possible, but not martingale, arbitrage, grid, neural networks or news. PointerX includes 2 Indicator Sets All Indicator controls Adjustable Oscillator Take Profit controls Stop Loss controls Trades controls Margin controls Timer controls and some other useful operations.
Pi
Vasja Vrunc
Professional Prediction Indicator Based on matching the history with selected pattern model and shows the most likely outcome. Pi indicator includes Pattern line, Scanned_Past line, Matching_Pattern line, Future_Predicted line, adjustable Model Band , and some other controls. This indicator is designed primarily for professional use and is very useful in the search for the probability of the results relating to the future. Note : The results depend on model_band and past_bars . They are appro
Pulser
Vasja Vrunc
Professional OB/OS Oscillator Is the digital momentum indicator , based on our ob/os formula and algorithm of digital output signal . It shows you when price goes on OverBought/OverSold position and also OverBought/OverSold of Trend . In the middle is an adjustable " Stop_level ". Above and below this area you should not trade . Precise; above Stop_level - stop going long , below Stop_level - stop going short . Min/Max indicator values are +-100%, but the scale is +-110% just for “easy look”
SnR
Vasja Vrunc
Professional Support&Resistance Indicator. This indicator is primarily intended for professional use by brokers. There are countless options to choose from and it is one of the best tools in the stock market today. The indicator is optimized for use with EAs. For programmers to retrieve output index value is for MQL4; (EXAMPLE) bool buySNR=false,sellSNR=false; char count=100; char limit=1; char dist=3; for(short cnt=0;cnt<=count;cnt++) {    double    snr_middle=iCustom(NULL,TF_,"::Indica
Filter:
No reviews
Reply to review
Version 2.9 2020.05.30
1. compiled with the new compiler
2. faster performance
Version 2.8 2020.03.23
1. resolved compatibility issues
2. faster performance
Version 2.7 2017.04.27
1. Correcting Error (If Channel_bars>PastBars).
2. Some details improvements.
Version 2.6 2017.04.06
1. Improvements in Tooltips/Names details
2. Now you can use the "Slider" in "Visual Tester" Mode
- while testing EA, you can run the indicator and easily adjust input parameters for critical points
- <Esc> key to exit "Slider" mode
Version 2.5 2017.02.09
1. Error correction: "Changing timeframes in Indicator Visualization Tab".
Version 2.4 2017.02.02
1. Improvements in output logic
2. Improvements in auto calc