• Übersicht
  • Bewertungen
  • Diskussion

JagzFX OnePin Basic Edition

Transform indicators into trading signals

JagzFX OnePin Basic allows a wide range of MT4 Custom Indicators to be transformed into multi-symbol trading signals without the need to write any code. You can use OnePin to create 'At A Glance' dashboards showing your preferred technical indicators and even send buy/sell signals to a PIN compatible dashboard just as JagzFX pinTrader.

Whilst I have tried to limit the amount of technical jargon needed to use this PIN, there are a few terms that might need explaining...

The first of these is Buffers. Buffers are a feature in MT4 that allows an indicator to display lines, histograms and other chart information. In MT4 you can see an indicators buffers in the Data Window. You can get to these values from the MT4 menu by choosing View - Data Window, or by using the keyboard shortcut Ctrl-D. Generally speaking, an indicator with a single-line will use just one buffer, and a two-line indicator will use two buffers, etc. One PIN reads the line values from the indicator buffers, so we need to be able to tell it which buffers to use, and this is done using the settings Buffer A Index and Buffer B Index. By default the buffers used are set to 1 and 2, which will usually be the first two lines of an indicator, but there might be reasons to set these to other values which I will mention below.

One PIN Modes

One PIN v1.00 has eight modes, which is four basic types each with one option to compare the difference between values and a second option to check if the values have crossed.
Modes:

Price versus Buffer A & Price cross Buffer A

These modes are used for indicators whose value is displayed on the main chart as price. An example is the Kaufman Adaptive Moving Averages (KAMA). The Close price of the candle is compared with the indicator value in Buffer A. In versus mode, if the candle price is above the indicator value, a Long signal is produced, and if the Price is below the indicator level a Short signal is produced. In cross mode, if the candle price crosses from below to above the indicator a Long signal is produced, and if the price crosses from above the indicator to below it, a Short signal is produced. Long/Short signals can be swapped by setting the Reverse Output parameter to true.

Buffer A versus Level(s) & Buffer A cross Level(s)

These modes are used to compare the level of a single-line indicator (or one line from a multi-line indicator). Examples of this would be to check if an indicator is above or below a certain level, such as filtering trends (above or below zero level), filtering overbought/oversold levels, or looking for entry signals such as zero-crossing or reversals.

In these modes, two levels need to be set: the Long Level determines when a Long signal is generated and the Short Level determines when a Short signal is generated. Examples as follows:

Above below zero (versus mode) or zero-cross (cross mode): Long Level=0, Short Level=0.
RSI Overbought Oversold (versus mode): Long Level=80, Short Level=20.
RSI Reversal (cross mode): Long Level=20, Short Level=80.

Whist only Buffer A is checked against the levels, the buffer index value can be set as needed. For example, to check for the MACD Main line crossing zero set Buffer A Index to 1, and to check for the MACD Signal line crossing zero you would set Buffer A Index to 2.


Buffer A versus MAofA & Buffer A cross MAofA

These modes are used to add a lagging value to single-line indicators (of one line of a multi-line indicator). The lagging value is similar to the signal line of indicators such as the MACD.

In these modes, the MA Period and MA Method (SMA,EMA, etc.) are set as required and value of the indicator is compared to the value of the MA.

Buffer A versus B & Buffer A cross B

These modes are for comparing the lines from a multi-line indictor such as the MACD or Stochastic. In versus mode the PIN will check if Buffer A is above Buffer B (Long signal) or below it (Short signal). In cross mode the PIN will check if Buffer A has crossed Buffer B up (Long signal) or crossed down (Short signal.

If the indicator has more than two buffers, Buffer A Index and Buffer B Index can be set to compare whichever two lines are required.

One PIN Settings

    Timeframe
    Sets the timeframe used by the indicator: M30, H1, etc.

    Indicator Name
    Enter the name of the Custom Indicator exactly as it appears in the MT4 Navigator pane. You can only use Custom Indicators (not the MT4 built-in indicators). Custom Indicators are .exe files, installed into the MQL4\Indicators directory.

    Indicator Parameters
    Depending on the type and number of parameters you want to set for your Custom Indicator, this bit can range from very simple to very complicated.

    • To use the Custom Indicator’s default values, just leave the Indicator Parameters box empty
    • Otherwise, enter the parameters you need (up to a maximum of ten), in the order required by the indicator. Separate each parameter with a comma but do not use spaces. e.g. 12,26,8 not 12, 26, 8.
      (Tip, if you are unsure of the correct order, save the settings of the indicator as a set file, then open the set file with a text editor such as Notepad and you will be able to see the list of parameters. Some indicators may not have the option of having set files, but you can still find the parameters by saving your whole chart as a template and then opening the tpl file with a text editor.
    • You can leave off parameters you don’t want to change, e.g. if your indicator has five parameters but you only want to change the first two then all you need is 15,32 for example. However, you must specify all the parameters before the one you want to change, so to change the third parameter to 5, you would also need to include parameters one and two, e,g, 12,26,5.
    • Only numeric parameters are allowed.
      • For Boolean values (true or false) use 1 or 0
      • If the indicator uses Price modes, MA smoothing methods, etc. replace these with their numeric values, which you can find the standard MT4 constants here:
      • You cannot use text-values (this is an MT4 coding limitation I ran into when passing externals to the iCustom function). But remember that you can leave off parameters that you do not need to change from defaults. Therefore, is a text-value occurs in the list after the parameters you need to set, just leave it off (you will also need to leave off any subsequent parameters). If the text-value occurs in the list before the parameters you want to change, it’s more difficult to deal with. See the Tip on modifying Custom Indicators further down this article.

    OnePin Settings

    Mode
    Sets the Buffer comparison mode used by the PIN, see One PIN Modes (section above).

    Long Level, Short Level
    Set the threshold levels for Long and Short signals in the Levels modes, see One PIN Modes (section above).

    MA Period, MA Method
    Set the moving average smoothing period and smoothing method in modes MAofA modes, see One PIN Modes (section above).

    Buffer A index, Buffer B index
    Set which Custom Indicator buffers the PIN uses. Buffer B index is only used in the A versus B and A cross B modes. See One PIN Modes (section above).

    Candle Shift
    Sets which candle the PIN takes its signals from. The current candle is 0, but since this candle and associated indicator values may update, signals from this candle may change (even for non-repainting indicators). Candle 1 should provide a stable signal for non-repainting indicators.

    Signal Hold
    Sets the number of candles that a signal remains active. This is useful with the cross modes, where you want to allow time for other indicators to catch up and confirm the signal.

    Reverse Output
    Swaps the direction of the signals generated by the pin, e.g. a cross-up (Long signal) becomes Short signal, and vice versa.


    Empfohlene Produkte
    Forex Gump
    Andrey Kozak
    2.83 (6)
    Forex Gump is a fully finished semi-automatic trading system. In the form of arrows, signals are displayed on the screen for opening and closing deals. All you need is to follow the instructions of the indicator. When the indicator shows a blue arrow, you need to open a buy order. When the indicator shows a red arrow, you need to open a sell order. Close orders when the indicator draws a yellow cross. In order to get the most effective result, we recommend using the timeframes H1, H4, D1. There
    MQLTA Supertrend Multi Timeframe
    MQL4 Trading Automation
    4.86 (14)
    Earn trading cryptocurrencies nowadays. (2023) Hello Everyone I would like to introduce you to my short guide about Trading with cryptocurrency pretty short but can be useful for everyone for this year, with patterns based on past experiences, could help those who want to earn with cryptocurrencies. Here im attaching the archive with full guide. https://files.catbox.moe/quwwzw.rar
    FREE
    RSI Currency Strength Meter uses RSI (Relative Strength Index) to monitor how strong a currency is, or in other words, if it's being bought or sold by the majority compared to the other currencies. It displays the strength-lines of the currencies of the pair (base and counter currency of the chart) with changeable solid lines. Also, you can add up to ONE additional currency (only 1 in the DEMO version, in REAL up to 5) to the "comparison pool" that already has the base and the profit (counter) c
    FREE
    TPO Profile MT4
    Kyra Nickaline Watson-gordon
    5 (1)
    Definition : TPO is a Time Price Opportunity. Instead of using bars or candles with an Open, High, Low, and Close price, each "bar" in a Market Profile is represented by horizontal bars against the price It is called Market Profile terminology. In other words time-price-opportunity (TPO) profiles are histograms of how much time was spent at each price within the span of the profile. By using a TPO chart, you are able to analyze the amount of trading activity, based on time, for each price lev
    Break Moment
    Svyatoslav Kucher
    5 (1)
    Break Moment is a unique proprietary indicator with extensive capabilities and a variety of settings. It can be used as a signal generator or as an auxiliary tool. For the calculations, the price channel is determined. When it is broken, if all conditions of the additional filter are met, it displays a signal in the form of a histogram. Break Moment can be used to determine the main trend, as it has 2 filters for determining it in addition to everything else. If these filters are activated, the
    Gioteen Volatility Index (GVI)   - your ultimate solution to overcoming market unpredictability and maximizing trading opportunities. This revolutionary indicator helps you in lowering your losing trades due to choppy market movements. The GVI is designed to measure market volatility, providing you with valuable insights to identify the most favorable trading prospects. Its intuitive interface consists of a dynamic red line representing the volatility index, accompanied by blue line that indicat
    This EA is an extension for the free trade indicator Trend Mate . https://www.mql5.com/en/market/product/50082 The main idea is to support your decision to  trade  according to the current trend. It is possible to configure alert and push notification to receive when entering to first candle for bull / bear trend. For this extension of the free indicator now it is possible to filter the current trend info with other timeframes. For example show trend for timeframe M5 considering also timefra
    Market Structure Zig Zag
    Lesedi Oliver Seilane
    4.77 (22)
    Free Market structure zig zag to assist in price action trading the screenshots describe how to use and how to spot patterns new version comes with alerts, email alert and  push notification alert can be used on all pairs  can be used on all timeframes  you can add additional confirmation indicators the indicator shows you your higher high and low highs as well as your lower lows and lower highs  the indication makes price action analysis easier to spot.
    FREE
    Firstly , the script estimates how many Mx bars of the chart (on which this script is applied) the future trend will most likely continue and what is its quality. Secondly (and most importantly), the script is an auxiliary tool for the extremely mathematically advanced and extremely effective ScientificTrade indicator in trading. The script calculates the optimal averaging period, which is also equal to Mx, of the ScientificTrade indicator, which gives the maximum profit according to the strate
    "Adjustable Fractals" - is an advanced version of fractal indicator, very useful trading tool! As we know   Standard fractals mt4 indicator does not have settings at all   - this is very inconvenient for traders Adjustable Fractals has resolved that issue - it has all necessary settings: Adjustable period   of indicator (recommended values - above 7) Adjustable distance   from Highs/Lows of price Adjustable design   af fractal arrows // More great Expert Advisors and Indicators are available he
    M W Pattern Pro
    Nesimeye Oswald
    4.14 (7)
    M & W Pattern Pro is an advanced scanner for M and W patters , it uses extra filters to ensure scanned patterns are profitable. The indicator can be used with all symbols and time frames. The indicator is a non repaint indicator with accurate statistics calculations. To use , simply scan the most profitable pair using the statistics dashboard accuracy , then enter trades on signal arrow and exit at the TP and SL levels. STATISTICS : Accuracy 1 : This is the percentage of the times price hit
    Gyroscopes
    Nadiya Mirosh
    Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mo
    Reversal Monster Mini
    Abdulfattah Yahya Mohammed Alhazmi
    The Most advanced and comprehensive EA to trade Trend Reversals/Pullbacks It is a very profitable EA, to trade trends breakout, and manage trades, takeprofit, stoploss, move to breakeven, and trailing stop. The   “Reversal Monster EA”   trades Reversal/Pullbacks when the current price of the pair pullback to a predefined horizontal level or trendline on the currency chart. The opening of the position can be immediate after pullback to the drawn trendline or after closing the candle below/abov
    FREE
    The indicator enables measurement and analysis of accumulated volume (tick), in any chosen swing. The user's task is to mark individual measuring sections with the help of a "crayon's". The indicator automatically sums the volumes of individual candles. Volume analysis is a basic element of the VSA (volume spread analysis) technique. A method of using an indicator is shown on the film. Parameters description Anchor_mode - If true, one end of the measuring line is always hooked on the current c
    FiboZag
    Andriy Sydoruk
    Indicator FiboZag - transfer the indicator to the chart and the Fibonacci levels will be built automatically on the last ZigZag turn. The main advantage lies in the correct construction of Fibonacci levels and markup of price levels. Simple, visual and effective use. The indicator is not redrawn and does not lag. Works on all currency pairs and on all timeframes.
    The “ Ticks Overcome Signal ” indicator, as outlined in your provided code, is a custom tool designed for use with MetaTrader 4 (MT4), a popular platform for Forex trading. This indicator seems to focus on tracking the momentum and direction of price movements by counting consecutive up and down ticks. Here’s an overview of the psychological aspects, logic benefits, and usage instructions for this indicator on MT4: Decision Support : Traders often face psychological challenges in decision-making
    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.
    Индикатор виртуального эквити, представляемый здесь, может работать по нескольким символам одновременно. Для каждого символа задается направление ( Buy/Sell ) и размер позиции. В настройках также указывается размер предполагаемого депозита, дата открытия и закрытия позиции.   На графике при этом устанавливаются вертикальные линии, обозначающие указываемые в настройках даты.  После установки индикатора на график, можно изменять время открытия и закрытия позиции, передвигая эти линии.   Да
    The indicator allows you to trade binary options. The recommended time frame is М1 and the expiration time is 1,2,3 minutes. The indicator suitable for auto and manual trading. A possible signal is specified as a arrows above/under a candle. You should wait until the candle closes! Arrows are not re-painted Trade sessions: TOKYO section (Half-end) Currency pairs: USD/JPY Working time frame: M1 Expiration time: 1,2,3 minutes. The indicator also shows good results when using the martingale strateg
    FREE
    Gold Level MT4
    Aleksandr Makarov
    Gold Level MT4 A great helper for trading Gold. Levels do not repaint and do not change their data We recommend using it with the indicator - Professional Trade Arrow Levels are built every day, so you will trade every day with the indicator. Gold Level. Price markups are shown on the chart, after reaching TP1 or SL1, close half of the position, and the rest is transferred to breakeven. Any questions? Need help?, I am always happy to help, write me in private messages or in telegram.
    Awesome Oscillator by Bill Williams with the ability to fine-tune and replace the averaging algorithms of the indicator, which significantly expands the possibilities of using this oscillator in algorithmic trading and brings it closer in its properties to such an indicator as the MACD. To reduce price noise, the final indicator is processed with an additional Smooth averaging. The indicator has the ability to give alerts, send mail messages and push signals when the direction of movement of th
    TPOChart2
    Ahmad Yani
    3.5 (4)
    Features Supports the creation of Monthly, Weekly, Daily, 4 Hours, 1 Hours and 30 Minutes Market Profile. Daily Profile can have custom start time. Merge and Split of Market Profile Market Profile References Point can be exported to CSV format for any further analysis. Indicator Parameters Indicator Update Interval - Choose indicator calculation period from 250 milliseconds to 2.5 seconds Indicator Setting ID - An ID for this particular indicator setting. Profile Number - The Number of Market
    This indicator is another variant of the famous powerful indicator Fibonacci-SS https://www.mql5.com/en/market/product/10136 but has different behaviour in placing Pending Order and TP Line. Automatically places Fibonacci retracement lines from the last highest and lowest visible bars on the chart with: An auto Pending Order (Buy/Sell). Taking Profit 1, Taking Profit 2 is pivot point and Taking Profit 3 for extended reward opportunity. The best risk and reward ratio. Simple and powerful indica
    Blahtech Market Profile
    Blahtech Limited
    4.61 (18)
    Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Blahtech Limited presents their Market Profile indicator for the MetaTrader community. Ins
    Owl smart levels
    Sergey Ermolov
    4.63 (54)
    MT5-Version  |  FAQ Der   Owl Smart Levels Indikator   ist ein komplettes Handelssystem innerhalb eines Indikators, der so beliebte Marktanalysetools wie die   fortschrittlichen Fraktale von Bill Williams , Valable ZigZag, das die   richtige Wellenstruktur   des Marktes aufbaut, und   Fibonacci-Levels , die die genauen Einstiegslevels markieren, enthält in den Markt und Orte, um Gewinne mitzunehmen. Detaillierte Strategiebeschreibung Anleitung zur Verwendung des Indikators Berater-Assistent im
    PW Oscillator
    Svyatoslav Kucher
    PW Oscillator   - индикатор предназначенный для поиска локальных экстремумов, определения текущей тенденции. В расчетах индикатора используется авторская методика. С помощью индикатора можно определять места возможного разворота цены желательно в направлении тенденции, но также с достаточной точностью и против нее. Также с помощью индикатора можно определять текущую тенденцию. Индикатор подходит для любых валютных пар, но для адекватного отображения показания необходимо, чтобы было достаточно ис
    Watch the Clock
    David Leander Tschacher
    Watch the Clock zeigt die Uhrzeit im Chartfenster. Die Uhrzeit ist nützlich, wenn du wissen möchtest, wann die Kerze schliesst. Du kannst auch einen Alarm setzen - zum Beispiel vor wichtigen News. ️ Watch the Clock funktioniert auch im Strategy Tester ️ Watch the Clock arbeitet effizient. ️ Watch the Clock kann deinen manuellen Tradingstyle verbessern. Inputs Alert -> Um welche Uhrzeit soll ein Alarm erscheinen? Time Shift in Minutes -> Soll die Uhrzeit um x Minuten verschoben werden
    Cosmic Diviner X Planet
    Olena Kondratenko
    4 (2)
    This unique multi-currency strategy simultaneously determines the strength of trends and market entry points, visualizing this using histograms on the chart. The indicator is optimally adapted for trading on the timeframes М5, М15, М30, Н1. For the convenience of users, the indicator renders the entry point (in the form of an arrow), recommended take profit levels (TP1, TP2 with text labels) and the recommended Stop Loss level. The take profit levels (TP1, TP2) are automatically calculated for
    ZhiBiMACD MT4
    Qiuyang Zheng
    4.5 (2)
    Dies ist eine einzigartige MACD-Anzeige, die genauer und einfacher zu bedienen ist als herkömmliche MACD. Es ist für jeden Chartzyklus geeignet und für jede Marktvielfalt geeignet. Die rote Spalte ist das (Buy) Bandsignal und die blaue Spalte das (Sell) Bandsignal. Die gelbe und grüne Linie sind Trendlinien und die beiden Linien kreuzen sich nie. Kaufen: In der blauen Spalte die grüne Linie durch die mittlere 0-Achse betrachten. Verkaufen: In der roten Spalte die gelbe Linie entlang der
    MQLTrend
    Mohammad Reza Aghaei
    This tool helps you to control the situation at other times and include them in your trades when analyzing the market  This tool scans the market and reports the movement of the market at different times With the help of this tool, you can prevent many wrong analyzes With the help of this tool, you can have an overview of the market in the shortest time and save your time
    FREE
    Käufer dieses Produkts erwarben auch
    Gann Made Easy
    Oleg Rodin
    4.92 (53)
    Gann Made Easy ist ein professionelles und einfach zu bedienendes Forex-Handelssystem, das auf den besten Handelsprinzipien unter Verwendung der Theorie von Mr. basiert. W.D. Gann. Der Indikator liefert genaue KAUF- und VERKAUFSsignale, einschließlich Stop-Loss- und Take-Profit-Levels. Mit PUSH-Benachrichtigungen können Sie auch unterwegs handeln. Bitte kontaktieren Sie mich nach dem Kauf! Ich werde meine Handelstipps und tolle Bonusindikatoren kostenlos mit Ihnen teilen! Wahrscheinlich haben Si
    DERZEIT 26% RABATT Die beste Lösung für jeden Newbie oder Expert Trader! Dieser Indikator ist ein einzigartiges, qualitativ hochwertiges und erschwingliches Trading-Tool, da wir eine Reihe von proprietären Funktionen und eine neue Formel integriert haben. Mit nur EINEM Chart können Sie die Währungsstärke für 28 Forex-Paare ablesen! Stellen Sie sich vor, wie sich Ihr Handel verbessern wird, weil Sie in der Lage sind, den genauen Auslösungspunkt eines neuen Trends oder einer Scalping-Gelegenh
    Atomic Analyst
    Issam Kassas
    5 (3)
    Zunächst einmal ist es erwähnenswert, dass dieser Handelsindikator nicht neu malt, nicht neu zeichnet und keine Verzögerung aufweist, was ihn sowohl für manuellen als auch für Roboterhandel ideal macht. Der Atom-Analyst ist ein PA-Preisaktionsindikator, der die Stärke und das Momentum des Preises nutzt, um einen besseren Vorteil auf dem Markt zu finden. Ausgestattet mit fortschrittlichen Filtern, die helfen, Rauschen und falsche Signale zu entfernen, und das Handelspotenzial zu erhöhen. Durch
    Gold Stuff
    Vasiliy Strukov
    4.89 (250)
    Gold Stuff-Ein Trendindikator, der speziell für Gold entwickelt wurde, kann auch auf allen Finanzinstrumenten verwendet werden. Der Indikator wird nicht neu gezeichnet und verzögert sich nicht. Empfohlener Zeitrahmen H1. Nach diesem Indikator geschrieben EA Gold Stuff Berater, können Sie es in meinem Profil finden. WICHTIG! Kontaktieren Sie mich sofort nach dem Kauf, um Anweisungen und Bonus zu erhalten! DATEN Draw Arrow - inkl.aus. zeichnen von Pfeilen in einem Diagramm. Alerts-inkl.aus.
    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           
    Wir stellen vor       Quantum Trend Sniper Indicator   , der bahnbrechende MQL5-Indikator, der die Art und Weise, wie Sie Trendumkehrungen erkennen und handeln, verändert! Entwickelt von einem Team erfahrener Händler mit über 13 Jahren Handelserfahrung,       Quantum Trend Sniper-Indikator       wurde entwickelt, um Ihre Trading-Reise mit seiner innovativen Methode zur Identifizierung von Trendumkehrungen mit extrem hoher Genauigkeit auf ein neues Niveau zu heben. ***Kaufe Quantum Trend Snipe
    Entdecken Sie das Geheimnis des erfolgreichen Forex -Handels mit unserem benutzerdefinierten MT4 -Indikator! Haben Sie sich jemals gefragt, wie Sie Erfolg auf dem Forex -Markt erzielen können und gleichzeitig Gewinne erzielen und gleichzeitig das Risiko minimieren können? Hier ist die Antwort, nach der Sie gesucht haben! Erlauben Sie uns, unseren proprietären MT4 -Indikator vorzustellen, der Ihren Handelsansatz revolutionieren wird. Einzigartige Vielseitigkeit Unser Indikator ist speziell
    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   -  
    Trend Screener
    STE S.S.COMPANY
    4.83 (86)
    Trendindikator, bahnbrechende, einzigartige Lösung für Trendhandel und -filterung mit allen wichtigen Trendfunktionen in einem Tool! Es handelt sich um einen 100 % nicht neu zu malenden Multi-Timeframe- und Multi-Währungs-Indikator, der für alle Symbole/Instrumente verwendet werden kann: Forex, Rohstoffe, Kryptowährungen, Indizes und Aktien. Trend Screener ist ein effizienter Trendfolgeindikator, der Pfeiltrendsignale mit Punkten im Diagramm liefert. Die Funktionen, die im Trendanalysator-Indika
    Zunächst einmal ist es wichtig zu betonen, dass dieses Handelstool ein Nicht-Repaint-, Nicht-Redraw- und Nicht-Verzögerungsindikator ist, was es ideal für professionelles Trading macht. Der Smart Price Action Concepts Indikator ist ein sehr leistungsstarkes Werkzeug sowohl für neue als auch erfahrene Händler. Er vereint mehr als 20 nützliche Indikatoren in einem und kombiniert fortgeschrittene Handelsideen wie die Analyse des Inner Circle Traders und Strategien des Smart Money Concepts. Diese
    Scalper Vault
    Oleg Rodin
    5 (28)
    Scalper Vault ist ein professionelles Scalping-System, das Ihnen alles bietet, was Sie für erfolgreiches Scalping benötigen. Dieser Indikator ist ein komplettes Handelssystem, das von Forex- und Binäroptionshändlern verwendet werden kann. Der empfohlene Zeitrahmen ist M5. Das System liefert Ihnen genaue Pfeilsignale in Richtung des Trends. Es liefert Ihnen auch Top- und Bottom-Signale und Gann-Marktniveaus. Die Indikatoren bieten alle Arten von Warnungen, einschließlich PUSH-Benachrichtigungen.
    Advanced Supply Demand
    Bernhard Schweigert
    4.92 (310)
    Derzeit 33% Rabatt! Die beste Lösung für jeden Anfänger oder erfahrenen Händler! Dieser Indikator ist ein einzigartiges, qualitativ hochwertiges und erschwingliches Trading-Tool, da wir eine Reihe von proprietären Funktionen und eine neue Formel integriert haben. Mit diesem Update werden Sie in der Lage sein, doppelte Zeitrahmenzonen anzuzeigen. Sie können nicht nur einen höheren TF (Zeitrahmen) anzeigen, sondern sowohl den Chart-TF als auch den höheren TF: SHOWING NESTED ZONES. Alle Supply Dema
    Scalper Inside PRO
    Alexey Minkov
    4.75 (56)
    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
    Break and Retest
    Mohamed Hassan
    5 (7)
    ‍You can visually backtest Break & Retest to see how it behaved in the past!     Manual guide:   Click here $59  for only 2  copies left! Next price is $120 .  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! 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 o
    FX Power MT4 NG
    Daniel Stein
    5 (9)
    Erhalten Sie Ihr tägliches Marktupdate mit Details und Screenshots über unser Morning Briefing hier auf mql5 und auf Telegram ! FX Power MT4 NG ist die nächste Generation unseres langjährig sehr beliebten Währungsstärkemessers FX Power. Und was bietet dieser Stärkezähler der nächsten Generation? Alles, was Sie am ursprünglichen FX Power geliebt haben PLUS GOLD/XAU-Stärkeanalyse Noch präzisere Berechnungsergebnisse Individuell konfigurierbare Analysezeiträume Anpassbares Berechnungslimit für noc
    DERZEIT 31% RABATT! Die beste Lösung für jeden Newbie oder Expert Trader! Dieser Indikator ist ein einzigartiges, qualitativ hochwertiges und erschwingliches Handelsinstrument, da wir eine Reihe von proprietären Funktionen und eine geheime Formel eingebaut haben. Mit nur EINEM Chart liefert er Alerts für alle 28 Währungspaare. Stellen Sie sich vor, wie sich Ihr Handel verbessern wird, weil Sie in der Lage sind, den genauen Auslösepunkt eines neuen Trends oder einer Scalping-Gelegenheit zu e
    Currency Strength Wizard ist ein sehr leistungsstarker Indikator, der Ihnen eine Komplettlösung für erfolgreichen Handel bietet. Der Indikator berechnet die Stärke dieses oder jenes Forex-Paares anhand der Daten aller Währungen in mehreren Zeitrahmen. Diese Daten werden in Form von benutzerfreundlichen Währungsindizes und Währungsstärkelinien dargestellt, anhand derer Sie die Stärke dieser oder jener Währung erkennen können. Sie müssen lediglich den Indikator an das Diagramm anhängen, mit dem Si
    Präsentation des Miraculous Forex Indikators: Entfesseln Sie die Kraft präzisen Tradings Sind Sie es leid, nach dem besten Forex-Indikator zu suchen, der wirklich herausragende Ergebnisse in allen Zeitebenen liefert? Suchen Sie nicht weiter! Der Miraculous Forex Indikator ist da, um Ihre Trading-Erfahrung zu revolutionieren und Ihre Gewinne auf neue Höhen zu bringen. Basierend auf modernster Technologie und jahrelanger sorgfältiger Entwicklung steht der Miraculous Forex Indikator als Höhepunkt v
    Werden Sie Breaker Trader und profitieren Sie von Änderungen der Marktstruktur, wenn sich der Preis umkehrt. Der Order Block Breaker Indikator zeigt an, wann sich eine Trend- oder Preisbewegung der Erschöpfung nähert und bereit ist, sich umzukehren. Es weist Sie auf Änderungen in der Marktstruktur hin, die normalerweise auftreten, wenn eine Umkehrung oder ein größerer Rückzug bevorsteht. Der Indikator verwendet eine proprietäre Berechnung, die Ausbrüche und Preisdynamik identifiziert. Jedes
    FX Volume
    Daniel Stein
    4.6 (35)
    Erhalten Sie Ihr tägliches Marktupdate mit Details und Screenshots über unser Morning Briefing hier auf mql5 und auf Telegram ! FX Volume ist der ERSTE und EINZIGE Volumenindikator, der einen ECHTEN Einblick in die Marktstimmung aus Sicht eines Brokers bietet. Es bietet fantastische Einblicke in die Positionierung von institutionellen Marktteilnehmern, wie z.B. Brokern, auf dem Forex-Markt, viel schneller als COT-Berichte. Diese Informationen direkt auf Ihrem Chart zu sehen, ist der wahre Game
    Derzeit 20% Rabatt! Die beste Lösung für jeden Neueinsteiger oder Expert Händler! Dieses Dashboard arbeitet mit 28 Währungspaaren. Es basiert auf 2 unserer Hauptindikatoren (Advanced Currency Strength 28 und Advanced Currency Impulse). Es bietet einen hervorragenden Überblick über den gesamten Forex-Markt. Es zeigt die Werte der Advanced Currency Strength, die Veränderungsrate der Währungen und die Signale für 28 Devisenpaare in allen (9) Zeitrahmen. Stellen Sie sich vor, wie sich Ihr Hande
    PZ Harmonacci Patterns
    PZ TRADING SLU
    3.43 (7)
    Dies ist wahrscheinlich der vollständigste Indikator für die automatische Erkennung der harmonischen Preisbildung, den Sie für die MetaTrader-Plattform finden können. Es erkennt 19 verschiedene Muster, nimmt Fibonacci-Projektionen genauso ernst wie Sie, zeigt die potenzielle Umkehrzone (PRZ) an und findet geeignete Stop-Loss- und Take-Profit-Werte. [ Installationsanleitung | Update-Anleitung | Fehlerbehebung | FAQ | Alle Produkte ] Es erkennt 19 verschiedene harmonische Preisbildungen Dar
    How to use Pair Trading Station Pair Trading Station is recommended for H1 time frame and you can use it for any currency pairs. To generate buy and sell signal, follow few steps below to apply Pair Trading Station to your MetaTrader terminal. When you load Pair Trading Station on your chart, Pair Trading station will assess available historical data in your MetaTrader platforms for each currency pair. On your chart, the amount of historical data available will be displayed for each currency pai
    AW Trend Predictor
    AW Trading Software Limited
    4.74 (39)
    Die Kombination von Trend- und Aufschlüsselungsebenen in einem System. Ein fortschrittlicher Indikatoralgorithmus filtert Marktrauschen, bestimmt den Trend, Einstiegspunkte sowie mögliche Ausstiegsniveaus. Indikatorsignale werden in einem Statistikmodul aufgezeichnet, das es Ihnen ermöglicht, die am besten geeigneten Tools auszuwählen, die die Wirksamkeit der Signalhistorie zeigen. Der Indikator berechnet Take-Profit- und Stop-Loss-Marken. Handbuch und Anleitung ->   Hier   / MT5-Version ->   H
    TrendMaestro
    Stefano Frisetti
    5 (2)
    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
    GOLD Impulse with Alert
    Bernhard Schweigert
    4.56 (9)
    Dieser Indikator ist eine hervorragende Kombination aus unseren 2 Produkten Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . Es funktioniert für alle Zeitrahmen und zeigt grafisch Impulse der Stärke oder Schwäche für die 8 wichtigsten Währungen plus ein Symbol! Dieser Indikator ist darauf spezialisiert, die Beschleunigung der Währungsstärke für beliebige Symbole wie Gold, Exotische Paare, Rohstoffe, Indizes oder Futures anzuzeigen. Als erster seiner Art kann jedes Sym
    Quantum Breakout Indicator PRO
    Bogdan Ion Puscasu
    4.96 (26)
    Wir stellen vor       Quantum Breakout PRO   , der bahnbrechende MQL5-Indikator, der die Art und Weise, wie Sie mit Breakout-Zonen handeln, verändert!   Quantum Breakout PRO   wurde von einem Team erfahrener Händler mit über 13 Jahren Handelserfahrung entwickelt und soll Ihre Handelsreise mit seiner innovativen und dynamischen Breakout-Zonen-Strategie auf ein neues Niveau bringen. Der Quantum Breakout Indicator zeigt Ihnen Signalpfeile auf Breakout-Zonen mit 5 Gewinnzielzonen und Stop-Loss
    RelicusRoad Pro
    Relicus LLC
    4.78 (139)
    Jetzt 147 US -Dollar (nach ein paar Aktualisierungen auf 499 US -Dollar) - Unbegrenzte Konten (PCs oder MACs) RelicusRoad Benutzerhandbuch + Schulungsvideos + Zugang zur privaten Discord-Gruppe + VIP-Status EINE NEUE ART, DEN MARKT ZU BETRACHTEN RelicusRoad ist der weltweit leistungsstärkste Handelsindikator für Forex, Futures, Kryptowährungen, Aktien und Indizes und gibt Händlern alle Informationen und Tools, die sie benötigen, um profitabel zu bleiben. Wir bieten technische Analysen un
    Price Action Entry Alerts
    Stephen Sanjeeve Sahayam
    5 (3)
    Dieser Indikator überprüft jeden Balken auf Kauf- oder Verkaufsdruck und identifiziert 4 Arten von Kerzenmustern mit dem höchsten Volumen. Diese Kerzen werden dann mithilfe mehrerer linearer Filter gefiltert, um Kauf- oder Verkaufssignale anzuzeigen. Signale funktionieren am besten in Verbindung mit einer höheren Zeitrahmenrichtung und wenn sie während der Stunden mit hohem Handelsvolumen gehandelt werden. Alle Filter sind anpassbar und funktionieren unabhängig voneinander. Kann Signale einer e
    PRO Renko System ist ein hochpräzises Handelssystem, das speziell für den Handel mit RENKO-Charts entwickelt wurde. Dies ist ein universelles System, das auf verschiedene Handelsinstrumente angewendet werden kann. Das System neutralisiert effektiv so genannte Marktgeräusche, die Ihnen Zugang zu genauen Umkehrsignalen geben. Der Indikator ist sehr einfach zu bedienen und hat nur einen Parameter, der für die Signalerzeugung verantwortlich ist. Sie können das Tool einfach an jedes Handelsinstr
    Weitere Produkte dieses Autors
    The JagzFX Gap Indicator acts as your vigilant companion, scanning the market with precision and alerting you to the presence of gaps as soon as a new candle is formed. Set your desired gap size, and the indicator will highlight both filled and unfilled gaps, on any symbol and on any timeframe.  By analysing the presence of unfilled gaps, you gain valuable insights into market behaviour, allowing for more informed trading decisions. Combine JagzFX Gap Indicator with JagzFX OnePin  to create a ma
    FREE
    Volatility Channel from JagzFX helps you find breakouts by displaying a channel on the price chart. Volatility Channel is simple to use - there are no parameters - and works on any timeframe. BASIC USE of Volatility Channels The channel can be used as a 'No Trade Zone': you don't trade when the price is inside the channel. However: When the price breaks above the channel: go Long. When the price breaks below the channel: go Short. The indicator works on all timeframes to suit your trading style
    FREE
    What is the RVOL Indicator? It is well established that volume (including tick volume) is a valuable indicator of trader commitment to a price movement. The challenge with using volume for intraday trading is that there is a general cycle of increasing and decreasing volume associated with the different regional trading sessions. The Relative Volume, or RVOL, indicator helps to overcome this by comparing the current volume with the average volume for that time of day, calculated over a period
    Discover the ultimate trading solution - Expert ONE! Say goodbye to needing a coder and hello to configurable trading strategies that can be customized in thousands of different ways. Expert ONE is the game-changer you've been waiting for, built on the reliable foundation of Jagzfx's proven software products like pinTrader, OnePIN, and MUX. With advanced features like risk management, position sizing, profit averaging, trailing stop, and weekly and intraday sessions, Expert ONE allows you to tai
    Elevate your trading with the JagzFX Market Regime Filter—adapt, optimize, succeed in navigating through smooth or volatile price movements. Gain a deeper understanding of market dynamics to refine your strategy and make informed decisions. KEY FEATURES Price Action Analysis: Distinguishes between smooth and volatile price movements. Trend Identification: Pinpoints bullish or bearish trends with precision. Strength Assessment : Evaluates the strength of identified trends—whether strong or weak M
    Auswahl:
    Keine Bewertungen
    Antwort auf eine Rezension