• Overview
  • Reviews
  • Comments (2)
  • What's new

MAtsi

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 MAiis 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" technology.
Program is design to operate 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.
So, while Visual Testing EA, you can attach the indicator and easily adjust input parameters for critical points.
On Tester (only) you can exit "Slider mode" by pressing the <Esc> key.
You can easily switch between time frames on the selected position and compare the results.
Please watch “switching” in HD … https://youtu.be/tAoB4FPTrRU
2. Expert mode
Turns on when starting the indicator through expert with "iCustom" function.
It is designed only for EA use and “slider history testing” is disabled.
Indicator is equipped with “Error control”, so that you can always see what is going wrong and correct this.
It is tested and works very well in our EA “PointerX”.
Please watch “testing” in HD … https://youtu.be/2qh3qTaGVAE

How to trade with MAtsi?

When LINE_1 goes up and is above LINE_2 you BUY, when LINE_1 goes down and is below LINE_2 you SELL.
You also have some other options (use in combination with our indicators, use in certain other indicators …).
We recommend to run more instances of indicator on different timeframes, with different settings for better results (M15, H1, H4).

For programmers

You can include in EA-s "enum method" code. (please see MAiindicator code section)
The known commands to retrieve current and previous value are for MQL4:
double L1Cur=iCustom(NULL,MAtsi_TF_,"MAtsi",L1_MTD_,L1_st_,L1_sm_,L1_vf_,L1_lam_,L2_MTD_,L2_st_,L2_sm_,L2_vf_,L2_lam_,1,0,1);
double L1Prev=iCustom(NULL,MAtsi_TF_,"MAtsi",L1_MTD_,L1_st_,L1_sm_,L1_vf_,L1_lam_,L2_MTD_,L2_st_,L2_sm_,L2_vf_,L2_lam_,1,0,2);
double L2Cur=iCustom(NULL,MAtsi_TF_,"MAtsi",L1_MTD_,L1_st_,L1_sm_,L1_vf_,L1_lam_,L2_MTD_,L2_st_,L2_sm_,L2_vf_,L2_lam_,1,1,1);
if(L1Cur>L1Prev&&L1Cur>L2Cur) buyMAtsi_=true;
if(L1Cur<L1Prev&&L1Cur<L2Cur) sellMAtsi_=true;

where:

NULL = current symbol
MAtsi_TF_ = enum_timeframes
"MAtsi" = path/name of the custom indicator compiled program
L1(2)_MTD_ = line_1(2) method (from 0-16)
L1(2)_st_ = line_1(2) step
L1(2)_sm_ = line_1(2) smooth (lines smoothness)
L1(2)_vf_ = line_1(2) v_factor (volume factor)
L1(2)_lam_ = line_1(2) lambda
1 = last bar (1 for precise results, because bar 0 is usually not completed)
0(1) = line index
1(2) = shift

MAtsi input parameters settings

The order from left to right is: name, [default value], min-max value.
If you accidentally enter a lower or higher value, the min-max value is used.
  • L1_method [LSMA] – line_1 method
  • L1_step [35] 0-100 – line_1 step
  • *L1_smooth [0] 0-100 – line_1 smoothness
  • *L1_v_factor [1.0] 0.0-50.0 – line_1 volume factor
  • *L1_lambda [0.3] 0.0-100.0 – line_1 lambda (enabled only for REMA, REMA_Hull)
  • L2_method [MDEMA] – line_2 method
  • L2_step [8] 0-100 – line_2 step
  • *L2_smooth [0] 0-100 – line_2 smoothness
  • *L2_v_factor [1.0] 0.0-50.0 – line_2 volume factor
  • *L2_lambda [0.3] 0.0-100.0 – line_2 lambda (enabled only for REMA, REMA_Hull)
  • LastBar [0] 0-6000 – drawing the last bar (left-right descending order, 0 is the last)
  • PastBars [100] 1-6000 – bars drawing to the past (to the left)

*for certain methods is disabled, depending on the nature of the MA-s

Additional information

The demo version is built to demonstrate the main features and usability of MAtsi, MAtsiDemo.
If you like to use MAtsi 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
Angry
Maryna Shulzhenko
Angry is a trend indicator, it indicates well the points of the beginning of the trend and its completion or reversal. This tool scans the market looking for the correct entry. Against the background of insignificant fluctuations, it is possible to identify a trend and indicate its direction. It uses only price data and analytics to calculate entry points. Does not use auxiliary indicators. Angry captures moments of stable price movement direction. There are only three types of trend: Bullish
Demark mtf
Sergey Fionin
The indicator shows De Mark patterns and gives trading signals in the form of arrows and alerts. Shows De Mark lines on the history of quotes. Has a multiframe., Can show DeMark patterns of higher timeframes on lower timeframes. Has a switchable function for displaying fractals. Trading signals are accompanied by sound alerts, as well as sending them to mail and mobile devices.
This Indicator was used on  EA  Advanced Fibo levels . Indicator is designed to trade for most popular Fibonacci strategy that's completely automated. It automatically identifies and show Entry levels included Support/ Resistance Zones , according to the time zone candle by Fibonacci levels. As well as the traditional Fibonacci tool also included. However, it is very user friendly rather than default available one. On the other hand one more tool included. It automatically identifies real Suppo
FREE
RRBCTC uses real Tick data to create custom Range, Time, Renko and Volume bar charts for MT4. Tick data use is RRBCTC unique feature, which allows highest quality charting of current and historical price movement. Custom inputs provide option to create range bars with sizes from 0.1 pip all the way to 100+ pip and time bars periods from second all the way to a month. Charts are updated with new data in real time, allowing user use of MT4 indicators and advisors (EA). RRBCTC greatly extends MT4 c
The indicator may be of interest to traders who use Fibonacci and Gann levels in their trading. The construction of levels is set by the range of the previous day. It is possible to set colors and styles of all lines in the indicator. It is possible to switch the view mode using buttons on the chart. The indicator practically does not load the terminal as it is recalculated either on a new bar or when switching buttons. 
Description  Fibo Retracement  is an indicator that automatically plots  Fibonacci  levels in the main chart based on Close prices , which distinguishes it from the Fibo Levels indicator that plots levels based on High/Low prices. Thus, using both indicators provides the trader with the opportunity of determining support and resistance zones by Fibonacci! The levels are calculated and plotted over a certain interval using the number of bars specified by the user. The user can display Fibonacci l
The indicator for Forex and Binary options is based on 2 standard indicators in MT4: ADX and RVI. The signals are received when the lines of both indicators intersect simultaneously. But the reverse of the signals is also written into the codes. This is when the signals are converted in the opposite direction. You can also enable and disable each of the indicators. And also 2 types of signals can be used in RVI: 1) Just when one line is above/below the other (this is good to use as a recoille
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
Place price Alerts on extended  Rectangles and Trendlines -  Risk reward indicator mt4 Extend Rectangles & Trendlines to the right edge Mark your supply demand zones with extended rectangle and draw support resistance lines with extended trendline. Find detailed manuals   here . Find contacts on my   profile . MT4 Rectangle extender indicator will simplify and make it easier for you to analyze markets and stay notified about important events. When you extend rectangle or trendline the action bu
Bermaui Channel
Muhammad Elbermawi
5 (27)
This is a price channel that shows five important price levels on the chart. Those levels are: 1. The Highest High (HH) of the previous x bars. 2. The Highest Low (HL) of the previous x bars. 3. The Center Line. 4. The Lowest High (LH) of the previous x bars. 5. The Lowest Low (LL) of the previous x bars. How does Bermaui Channels Captures Overbought  area Think of the distance between HH and HL levels as an overbought area. When the price candles or bars crosses the HL to the upside this
Newlevel
Sergey Nanov
Indicator. Zones of support and resistance levels The most reliable tool in the hands of any technical analyst is support and resistance levels.It is these levels that magically work in the market, because the price then bounces off them, on the contrary, gaining maximum acceleration, punching them and striving for a new price point.However, in practice, many beginners face enormous difficulties in building them.This is due to the fact that the price may react quite differently to them, and ofte
Ultimate pattern builder Scanner (multi time frame and currency pair) Allows you to build any pattern with up to 3 candlesticks. This Scanner is basically indicator with scanning feature,  you can now create your own candlestick patterns and scan them in real time at any time frame and currency pair (stocks, energies, crypto...). Now you can use full potential of indicator in real time trading. If you dont know yet what is so special about this ultimate pattern builder software collection: it
Auto Fibo mq
DMITRII GRIDASOV
"Auto FIBO" indicator    - is great auxiliary tool in trading! Indicator automatically calculate and place on chart Fibo levels and local trend lines (red color) Fibonacci levels indicate key areas where price can reverse Most important levels are 23.6%, 38.2%, 50% and 61.8% You can use it   for reversal scalping  or for zone grid trading There are plenty of opportunities to  improve your current system using Auto FIBO indicator as well // More great Expert Advisors and Indicators are availab
Fibonacci retracement is an object or function that is often used by traders to determine values of fibonacci levels. When to open position, where is the breakout or limit point, stop loss position and take profit position can be determined based on fibonacci levels. But commonly, this object only can be used manually in Metatrader 4 (MT4).  Therefore we need an indicator of fibonacci retracement. The use of indicator will make decision making easier, faster, and more consistence. We recommend t
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
The professional line break chart generator is used to create live line break charts (i.e. 3 line break ). The chart is plotted using MT4's offline charging facility thus making it possible to trade* directly from the chart as well as attach any of the standard or custom indicators to perform technical analysis. The line break chart can be displayed as the most widely used 3 line break chart or a custom variation such as 2 or 5 line break chart . Wicks can be displayed or hidden on the chart - t
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
The indicator detects important peaks and troughs (extremes) on the chart. These points can be used to plot support/resistance levels and trend lines, as well as any other graphical analysis. These points can serve as reference points for setting trading orders. The indicator does not redraw . Settings: Size_History  - the size of the calculated history. Num_Candles_Right  - number of candles to the right of the peak or trough. Num_Candles_Left  - number of candles to the left of the pea
TPSpro RFI Levels
Roman Podpora
4.83 (24)
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
CandleStick MT4
Du Zhi Shan Tian
What you can do with CandleStick CandleStick is a useful indicator for doing MTF analysis. This indicator displays the CandleStick of another time frame on the chart . By understanding the information in multiple time charts at the same time, it is easier to understand the overall market view. It is also a useful tool for validating and studying past quotes and trades. There are similar products made by others, but I designed and developed it so that it is easy for me to use. Features of Candl
This indicator has been designed to integrate with the Elliott Wave theory, providing two distinct methods of operation: Automatic Work: In this mode, the indicator operates autonomously by detecting all five motive waves on the chart according to Elliott Wave theory. It offers predictions and identifies potential reversal zones. Additionally, it has the capability to generate alerts and push messages to notify traders of significant developments. This automated functionality streamlines the pro
Tract
Andriy Sydoruk
Tract - Channel indicator, by which you can place orders like a classic channel indicator. Trading can be carried out inside the channel when the price reaches its borders and turns in the opposite direction from them. In such cases, reversal strategies are used. The channel indicator is designed to work with support and resistance levels and help traders find opportunities to enter the market. Another way to trade a breakout - assumes a situation when the price, upon reaching one or another cha
The Wing Patterns indicator scans for many different kinds of Patterns using an XABCD structure. The term Wing Pattern is used to refer to all types of patterns based on a general XABCD structure, which is plotted in an alternate high-low extreme form. In other words, assume that point X is started at a low point on the chart. The point A is plotted at the next highest point within a certain number of bars. This certain number of bars is called the depth level. In this example, point B would be
F ully automated Expert Advisor using the  advanced   algorithm for trading the EURUSD Designed for profit in a short period of time and big profit in a long run. Prefers EURUSD 1H. Principle of operation The SELL and BUY orders are opened (depending on the parameters set), guided by signals and the market situation.     Recommended parameter: Use an ECN broker account. minimum deposit of 100$ USD. use it in H1 time frame recommended symbol is EURUSD input parameter: TrendType               
Mr Beast Cobertura
Luis Mariano Vazquez Marcos
Mr Beast Super Hedge Asesor experto diseñado para trabajar encerrando el precio entre 2 valores hasta que rompa en una dirección tanto de compra como de venta. Este robot de trading de Forex ha sido desarrollado por MRBEAST como una herramienta para facilitar el trading intradía. Tenga en cuenta que el uso de este robot implica ciertos riesgos y no garantiza ganancias consistentes en el mercado de divisas. El robot de trading se basa en algoritmos y estrategias que he diseñado, los cuales se han
Fibo World
Pavel Verveyko
The indicator builds a graphical analysis based on the Fibonacci theory. Fibo Fan is used for the analysis of the impulses and corrections of the movement. Reversal lines (2 lines at the base of the Fibonacci fan) are used to analyze the direction of movements. The indicator displays the of 4 the target line in each direction. The indicator takes into account market volatility. If the price is above the reversal lines, it makes sense to consider buying, if lower, then selling. You can op
FRB Time MT4
Fernando Baratieri
FRB Time - FRB Trader Indicator that shows the server's time of operation. You can edit the font color and size of the timetable. Settings font color Font size Background color To move the Timetable, just click on it and move the mouse to where you want to leave it. After placing the Time where you want it, click again or press "ESC" and the time will stay where you left it.
FREE
KickBack
Roman Lipatov
The indicator determines the trend and its direction. At the same time, it shows the oversold and overbought zones. Thus, it determines the most profitable places to open a position. The indicator can be used as a filter and complement to any strategy. It can also be used as an independent tool.    Advantages The indicator does not redraw the values. Works on all available tools. Works on all periods. It has a minimum of settings. The ability to use it as a primary and auxiliary indicato
Ozi Arrow
Svyatoslav Kucher
Ozi Arrow is a unique indicator that can display signals in the direction of the main trend and counter trend signals. For calculations, the indicator determines a price channel. If recently the price was at its borders, and all conditions of additional filters are observed, a signal is displayed in the form of arrows. Ozi Arrow is suitable for any timeframe and any pair. The indicator signals do not disappear under any conditions. A distinctive feature is the presence of a trend filter. If the
Teknolojide ki yüksek gelişim, üretim, e ticaret, lojistik vb tüm sektörlerde kullanıma başlandığı gibi artık finansal piyasalarda da “ yapay zeka ve algoritma” kullanılmaya başlandı. Smart Algoritma indikatörü; kaynak kodu içinde yer alan algoritma ve yapay zekası ile hiçbir analize ihtiyaç duyulmadan gün içi bütün forex enstrümanları için size buy ve sell sinyalleri yanında hedef kanal (gün içi en yüksek ve en düşük seviyeler) verir. İndikatör texti aşağıda ki bölümlerden oluşur ve herkesin a
Buyers of this product also purchase
Gann Made Easy
Oleg Rodin
4.88 (100)
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
Trend Punch
Mohamed Hassan
4.92 (24)
This indicator is unstoppable when combined with our other indicator called  Support & Resistance . After purchase, send us a message and you will get it   for  FREE as a BONUS! Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide precise buy and sell arrows during strong market trends, making your trading decisions clearer and more confident. Whether you're trading major currency pairs or exotic sym
FX Power MT4 NG
Daniel Stein
5 (13)
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
PLEASE READ THE INFO DOWN BELOW BEFORE PURCHASING THE PRODUCT! Apollo Pips PLUS SP is a unique product!  IT IS FOR THOSE WHO WANT TO GET MY NEW "APOLLO PIPS" INDICATOR PLUS "SUPER PACK" BONUS WITH ACCESS TO ALL MY TRADING INDICATORS! By purchasing the Apollo Pips PLUS SP product you're actually purchasing an absolutely new version of my Apollo Pips indicator. This version of the indicator has got an improved algorithm and an easy to use parameter which gives you the opportunity to use the indica
TPSproTREND PrO
Roman Podpora
4.79 (19)
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 an indi
Trend Pulse
Mohamed Hassan
5 (5)
Please contact me after purchase to immediately get your PDF strategy + documentation for Trend Pulse !  Official release price of $89  (2 /50 copies left). Next price is $199 . Introducing Trend Pulse , a unique and robust indicator capable of detecting bullish, bearish, and even ranging trends! Trend Pulse uses a special algorithm to filter out market noise with real precision. If the current symbol is moving sideways, Trend Pulse will send you a ranging signal, letting you know that it'
Scalper Inside PRO
Alexey Minkov
4.75 (60)
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
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
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
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
Clear Breakout
Martin Alejandro Bamonte
5 (1)
The "Breakout Buy-Sell" indicator is designed to identify and highlight potential buy and sell opportunities based on price breakouts during different market sessions (Tokyo, London, and New York). This indicator helps traders clearly visualize buy and sell zones, as well as take-profit (TP) and stop-loss (SL) levels. Usage Strategy The indicator can be used as follows: Initial Setup : Select the market session and adjust the GMT offset. Market Visualization : Observe the breakout boxes drawn at
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
PRO Renko System
Oleg Rodin
5 (26)
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
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the theory of the channel is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel it is a tra
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 focuses on
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
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
RelicusRoad Pro
Relicus LLC
4.73 (141)
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! NOW $147 (increasing to $499 after a few updates) - UNLIMITED ACCOUNTS (PCs or MACs) **  User Manual + Strategies + Training Videos + Private Group with
PZ Trend Trading
PZ TRADING SLU
4.8 (5)
Capture every opportunity: your go-to indicator for profitable trend trading Special Offer: Purchase now to receive free bonuses worth $159! (Read more for details) Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial
Break and Retest
Mohamed Hassan
4.17 (18)
This Indicator only places quality trades when the market is really in your favor with a clear break and retest. Patience is key with this price action strategy! If you want more alert signals per day, you increase the number next to the parameter called: Support & Resistance Sensitivity.  After many months of hard work and dedication, we are extremely proud to present you our  Break and Retest price action indicator created from scratch. One of the most complex indicators that we made with ove
Order Block Hunter
Noha Mohamed Fathy Younes Badr
5 (2)
Order block hunter indicator is the best indicator for  hunt the order blocks that area where there has been a large concentration of limit orders waiting to be executed Order blocks are identified on a chart by observing previous price action and looking for areas where the price experienced significant movement or sudden changes in direction .This indicator does that for you by using very complicated codes and helps you to take the best areas To buy and sell because it make marks at the best a
Scalper Vault
Oleg Rodin
5 (29)
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
M1 Arrow
Oleg Rodin
4.73 (15)
M1 Arrow is an indicator which is based on natural trading principles of the market which include volatility and volume analysis. The indicator can be used with any time frame and forex pair. One easy to use parameter in the indicator will allow you to adapt the signals to any forex pair and time frame you want to trade. The Arrows DO NOT REPAINT and DO NOT LAG! The algorithm is based on the analysis of volumes and price waves using additional filters. The intelligent algorithm of the indicato
Backtest and Read Overview before purchase. Chart patterns have been a topic of debate among traders; some believe they are reliable signalers, while others do not. Our Chart Patterns All-in-One indicator displays various chart patterns to help you test these theories for yourself. The profitability of these patterns is not a reflection of the indicator's effectiveness but rather an evaluation of the patterns themselves. The Chart Patterns All-in-One indicator is an excellent tool for visualizin
Advanced Supply Demand
Bernhard Schweigert
4.9 (314)
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
AW Trend Predictor
AW Trading Software Limited
4.74 (39)
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 / MT5 version -> Here How to trade with the indicator:  Trading with T
Connect Indicator
Sukunthakan Ngernbamrung
Connect Indicator is a tool used for connecting indicators between the MQL market and MT4. The connected indicators are made by our group and can be used for other applications, such as sending messages to the Line application or Telegram application. If you have any questions, please don't hesitate to ask us to receive support. Function and indicator buffer Buffer one is the high price of the previous candle. Buffer two is the high price of the previous candle. Usage To connect indicators to fu
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 (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
Sense
Ivan Stefanov
SENSE is an automated fusion of selected GANN methods combined with fractal calculations. The system tells us where to open and close our trades. No more wasting time on complex calculations— SENSE does it all for you. Just insert the indicator. Key Principles: Market is bullish when price is above the white lines - Buy above the white lines, stop below - Green lines are bullish targets Market is bearish when price is below the white lines - Sell below the white lines, stop above - Red
More from author
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.
Ti
Vasja Vrunc
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 th
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
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
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.8 2020.05.30
1. compiled with the new compiler
2. faster performance
Version 2.7 2020.03.23
1. resolved compatibility issues
2. faster performance
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.01.17
Program speed improvements ...
Version 2.3 2016.12.22
Some program improvements, "Slider" improvements.
Version 2.2 2016.10.18
Improved startup