• Preis
     - 
  • Zurücksetzen
Schau das Lehrvideo über Market auf YouTube YouTube
Wie man einen Roboter oder Indikator kaufen kann
Starte Deinen EA im
Virtual Hosting
Teste einen Indikator/Roboter vor dem Kauf
Möchtest Du Geld im Market verdienen?
Wie man Produkte richtig präsentiert

Neue Handelsroboter und Indikatoren für den MetaTrader 5 - 172

icon Der Einsatz von Handelsrobotern und Indikatoren, um den Devisenhandel profitabler zu machen. Handelsroboter ermöglichen es Ihnen, das Eröffnen und Schließen von Geschäften zu automatisieren, während Indikatoren Ihnen helfen, das Marktverhalten genauer vorherzusagen. Die Seite enthält den Katalog der Anwendungen von MetaTrader 5.
Ticks CCI
Andrej Nikitin
The Commodity Channel Index(CCI) indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: period - number of single periods used for the indicator calculation. calculated bar - number of bars for the indicator calculation. The following parameters are intended for adjusting the weight of CCI signals (from 0 to 100). You can find their description in the Signals of the Commodity Channel Index section of MQL5 Reference. The oscillator has required directio
Ticks OsMA
Andrej Nikitin
The Moving Average of Oscillator(OsMA) indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: Fast EMA period - fast period of averaging. Slow EMA period - slow period of averaging. Signal SMA period - period of averaging of the signal line. calculated bar - number of bars for the indicator calculation.
Tick StdDev
Andrej Nikitin
The Standard Deviation (StdDev) indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: Period - period of averaging. Method - method of averaging. calculated bar - number of bars for the indicator calculation.
The Momentum indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: period - period of the indicator calculation. levels count - number of displayed levels (no levels are displayed if set to 0) calculated bar - number of bars for the indicator calculation.
Most time the market is in a small oscillation amplitude. The Trade Area indicator helps users to recognize that time. There are 5 lines in this indicator: Area_high, Area_middle, Area_Low, SL_high and SL_low. Recommendations: When price is between Area_high and Area_Low, it's time to trade. Buy at Area_Low level and sell at Area_high level. The SL_high and SL_low lines are the levels for Stop Loss. Change the Deviations parameter to adjust SL_high and SL_low.
The script is designed to analyze deals history of a signal exported to a csv-file from its page. The exported file of the studied signal must be placed in the terminal data folder\MQL5\FILES\. The script displays deals for the current chart symbol to which it is applied. In a separate window a short trading report will be created either on the current symbol deals, or on all the deals. There is a possibility to save the report in an htm-file (Shift+H). The script parameters: signal csv-file nam
Ticks
Andrej Nikitin
4 (6)
A simple tick indicator of Bid and Ask prices. The period separator (1 minute) is displayed as a histogram. Parameters Show Bid Line - show/hide the Bid line; Show Ask Line - show/hide the Ask line; Show Labels - show/hide the last price values.
FREE
The Envelopes indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: Averaging period - period of averaging. Smoothing type - type of smoothing. Can have any values of the enumeration ENUM_MA_METHOD . Option prices - price to be used. Can be Ask, Bid or (Ask+Bid)/2. Deviation of boundaries from the midline (in percents) - deviation from the main line in percentage terms. Price levels count - number of displayed price levels (no levels are displayed if
Ticks Bands
Andrej Nikitin
The Bollinger Bands indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: Period - period of averaging. Deviation - deviation from the main line. Price levels count - number of displayed price levels (no levels are displayed if set to 0). Bar under calculation - number of bars on the chart for the indicator calculation. Buffer indexes: 0 - BASE_LINE, 1 - UPPER_BAND, 2 - LOWER_BAND, 3 - BID, 4 - ASK.
Ticks RSI
Andrej Nikitin
The Relative Strength Index indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: RSI Period - period of averaging. overbuying level - overbought level. overselling level - oversold level. calculated bar - number of bars on the chart for the indicator calculation. The following parameters are intended for adjusting the weight of RSI signals (from 0 to 100). You can find their description in the Signals of the Oscillator Relative Strength Index section
Ticks ADX
Andrej Nikitin
The Average Directional Movement Index indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: Period - period of averaging. Сalculated bar - number of bars on the chart for the indicator calculation. Buffer indexes: 0 - MAIN_LINE, 1 - PLUSDI_LINE, 2 - MINUSDI_LINE.
AABB - Active Analyzer Bulls and Bears is created to indicate the state to what extent a candlestick is bullish or bearish. The indicator shows good results on EURUSD H4 chart with default settings. The Strategy of the Indicator When the indicator line crosses 80% level upwards, we buy. When the indicator line crosses 20% level downwards, we sell. It is important to buy or sell when a signal candlestick is formed. You should buy or sell on the first signal. It is not recommended to buy more as w
CreateGridOrders
Konstantin Chernov
4.5 (2)
A script for opening a grid of orders If you need to quickly open several pending orders on a certain distance from the current price, this script will save you from routine! Allow AutoTrading before running the script. Instructions: Run the script on the chart. This script is a limited version of the market product https://www.mql5.com/en/market/product/635 and allows opening only Buy Stop orders. Input parameters are not required in the script. Parameters such as number of orders, order type,
FREE
CloseByLossOrProfit
Konstantin Chernov
4 (1)
CloseByLossOrProfit Expert Advisor closes all positions as their total profit or loss reaches a specified value (in deposit currency). In addition, it can delete pending orders. Allow AutoTrading before running the Expert Advisor. Usage: Run the Expert Advisor on a chart. Input Parameters:  Language of messages displayed (EN, RU, DE, FR, ES) - language of the output messages (English, Russian, German, French, Spanish); Profit in the currency  - profit in points; Loss in the currency  - loss in p
FREE
Reverse
Konstantin Chernov
3.33 (3)
A script for quick reversing positions and/or orders. If you need to reverse a position with the same volume, open an opposite position of a different volume, this script will save you from routine! Allow AutoTrading before running the script. Instructions: Run the script on the chart. This script is a limited version of the market product https://www.mql5.com/en/market/product/638 and allows reversing only positions. Input parameters are not required. Parameters such as changing the type of exi
FREE
CloseByPercentLossOrProfit
Konstantin Chernov
4 (1)
The CloseByPercentLossOrProfit Expert Advisor closes all positions as the total profit of loss for the entire account reaches a specified value. The profit or loss is specified as percentage of the account balance. In addition, the Expert Advisor can delete pending orders. Allow AutoTrading before running the Expert Advisor. Instructions: Run the Expert Advisor on the chart. Input parameters: Language of messages displayed (EN, RU, DE, FR, ES) - the language of output messages (English, Russian,
FREE
CloseByLossOrProfitTune Expert Advisor closes a part of position as the total profit or loss for specified symbols reaches a specific value. The profit or loss level is specified in the deposit currency. In addition, the Expert Advisor can delete pending orders. Allow AutoTrading before running the Expert Advisor. Usage: Run the Expert Advisor on a chart. Input Parameters: Language of messages displayed (EN, RU, DE, FR, ES) - language of the output messages (English, Russian, German, French, Spa
The CloseByPercentLossOrProfit Expert Advisor closes some positions as the total profit of loss for the entire account reaches a specified value. The profit or loss is specified as percentage of the account balance. In addition, the Expert Advisor can delete the pending orders. Allow AutoTrading before running the Expert Advisor. Instructions: Run the Expert Advisor on the chart. Input parameters: Language of messages displayed (EN, RU, DE, FR, ES) - the language of output messages (English, Rus
ACPD – «Auto Candlestick Patterns Detected» - The indicator for automatic detection of candlestick patterns. The Indicator of Candlestick Patterns ACPD is Capable of: Determining 40 reversal candlestick patterns . Each signal is displayed with an arrow, direction of the arrow indicates the forecast direction of movement of the chart. Each caption of a pattern indicates: its name , the strength of the "S" signal (calculated in percentage terms using an empirical formula) that shows how close is t
The professional tool of stock traders in now available on MetaTrader 5 . The Actual depth of market chart indicator visualizes the depth of market in the form of a histogram displayed on a chart, which refreshes in the real-time mode. Meet new updates according to user requests! Now Actual Depth of Market indicator displays the current ratio of volume of buy and sell requests (B/S ratio). It shows the share of volume of each type of requests in the entire flow of requests as well as the absol
Panel Scalper 1
Andrey Kisselyov
Good day, ladies and gentlemen. What I offer is a pane that allows trading in any direction with a single mouse click, as well as setting stop loss and take profit automatically without your interference according to predefined values (this function can be disabled). The pane is implemented as an Expert Advisor, the buttons are located on the right part of the chart. The pane will be useful for scalpers that trade with different risk level and for intraday traders. The pane has been tested on li
CreateGridOrdersTune
Konstantin Chernov
A script for opening a grid of orders If you need to quickly open several pending orders (Buy Limit, Sell Limit, Buy Stop, Sell Stop) on a certain distance from the current price, this script will do all the routine for you! Allow AutoTrading before running the script. Usage: Run the script on a chart. Input Parameters: Language of messages displayed (EN, RU, DE, FR, ES) - language of the output messages (English, Russian, German, French, Spanish). Price for open - open price. If set to 0, the
ReverseTune
Konstantin Chernov
A script for quick reversing positions and/or orders. If you need to reverse a position with the same volume, open an opposite position of a different volume or change the type of existing orders (for example, Buy Limit -> Sell Limit, Buy Stop -> Sell Limit, etc.) with the same or different take profit/stop loss, this script will make all the routine for you! Allow AutoTrading before running the script. Usage: Run the script on a chart. Input Parameters: Language of messages displayed (EN, RU, D
TTMM – "Time To Make Money" – Time When Traders Makes Money on the Stock Exchanges The ТТММ trade sessions indicator displays the following information: Trade sessions: American, European, Asian and Pacific. (Note: Sessions are displayed on the previous five days and the current day only. The number of days may change depending on the holidays - they are not displayed in the terminals. The sessions are also not displayed on Saturday and Sunday). The main trading hours of the stock exchanges (tim
Historical Memory
Marat Sultanov
4 (6)
Indicator-forecaster. Very useful as an assistant, acts as a key point to forecast the future price movement. The forecast is made using the method of searching the most similar part in the history (pattern). The indicator is drawn as a line that shows the result of change of the close price of bars. The depth of history, the number of bars in the forecast, the patter size and the quality of search can be adjusted via the indicator settings. Settings: PATTERN_Accuracy_ - quality of the search.
FREE
CloseAllPosition
Konstantin Chernov
4.67 (3)
A script for closing positions If you need to quickly close several positions, this script will make all the routine for you! The script does not have any input parameters. Allow AutoTrading before running the script. Usage: Run the script on a chart. If you need to specify the maximal deviation and the number of attempts to close positions, use the script with input parameters https://www.mql5.com/en/market/product/625 You can download MetaTrader 4 version here: https://www.mql5.com/en/market
FREE
DeletePendingOrder
Konstantin Chernov
4.5 (2)
Script for deleting pending orders If you need to delete all pending orders you placed, this script will do it for you! It doesn't have any input parameters. Allow AutoTrading before running the script. Usage: Run the script on a chart. If you need a possibility to adjust parameters of the script, use the version with input parameters https://www.mql5.com/en/market/product/627 You can download MetaTrader 4 version here: https://www.mql5.com/en/market/product/2782
FREE
CloseAllPositionTune
Konstantin Chernov
A script for closing positions If you need to quickly close several positions, but it requires specifying maximal deviation and the number of attempt to close, this script will do all the routine for you! Allow AutoTrading before running the script. Usage: Run the script on a chart. Input Parameters: Language of messages displayed (EN, RU, DE, FR, ES) - language of the output messages (English, Russian, German, French, Spanish). Slippage - acceptable slippage when closing. Specified as for 4-d
Script for deleting pending orders If you need to delete all pending orders you placed, this script will do it for you! Allow AutoTrading before running the script. Usage: Run the script on a chart. Input parameters: Language of messages displayed (EN, RU, DE, FR, ES) - language of messages displayed (English, Russian, German, French, Spanish). Use Magic: (0 - ignore Magic, else - only this Magic) - if set to zero, the magic number is not considered. Otherwise the script deletes only orders wi
Expert NEWS
Vladimir Khlystov
The Expert Advisor trades on market surges, while not using any indicators. The Expert Advisor analyzes the speed of price movement and if the price starts moving faster than the set one, opens a position in the direction of price movement. Trades are closed by SL TP and trailing stop. If the averaging is set to greater than 0, then the stop loss is not set, but new deals are opened with an increased lot and averaged. Parameters: Lot = 0.1; LevelNewse = 50; strength of the news (price jumps in
Der Money Flow Index ist ein Indikator für mehrere Zeitrahmen, der den Money Flow Index eines beliebigen Zeitrahmens anzeigt. Es hilft Ihnen, sich auf den langfristigen Geldfluss zu konzentrieren, bevor Sie den Geldfluss des aktuellen Zeitrahmens verwenden. Sie können beliebig viele Money Flow Index - Mehrere Zeitrahmen hinzufügen. Sehen Sie sich die Screenshots an, um beispielsweise die M30 / H1 / H4 Money Flow-Indizes im selben Fenster zu sehen.
Der Twiggs Money Flow Index wurde von Collin Twiggs erstellt. Er wird vom Chaikin Money Flow Index abgeleitet, verwendet jedoch True Ranges anstelle von Hochs minus Tiefs, um Spitzen aufgrund von Kurslücken zu vermeiden. Es verwendet auch einen glättenden exponentiellen gleitenden Durchschnitt, um zu verhindern, dass Volumenspitzen die Ergebnisse verändern. Der exponentielle gleitende Durchschnitt wird von Welles Wilder für viele seiner Indikatoren beschrieben. Wenn der Twiggs Money Flow Inde
Der volumengewichtete gleitende Durchschnitt (VW-MA) ist ein nach Volumen gewichteter gleitender Durchschnitt. Standardmäßige gleitende Durchschnitte verwenden Preise und ignorieren einfach gehandelte Volumina. Darauf reagiert der volumengewichtete gleitende Durchschnitt. Beachten Sie, dass der Devisenmarkt im Gegensatz zum Aktienmarkt nicht zentralisiert ist. Orders und Volumina werden nicht zwischen Brokern geteilt. Folglich hängen die im volumengewichteten gleitenden Durchschnitt verwend
Ilan
Andrey Khatimlianskii
4.71 (7)
Ilan for MetaTrader 5 Due to using the virtual trades, trading in both directions (buy and sell) simultaneously became possible. This allows users to adapt the popular strategy for the net accounting of positions applied by MetaTrader 5.  Expert Advisor Settings The Expert Advisor setup is simple. However, all the important settings of the strategy are available for adjusting. Available tools: Unique  MagicNumber  for identification of trades; Trade direction option ( Trade direction ): buy on
This indicator is based on the Parabolic SAR indicator. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. Line = Trailing Stop. You can use one of my Trailing Stop products that automatically move the Stop Loss and i
FREE
ROMAN5 Time Breakout Indicator automatically draws the boxes for daily support and resistance breakouts. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. You can use one of my Trailing Stop products that automatical
FREE
This indicator is based on the Heiken Ashi indicator. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. Line = Trailing Stop. You can use one of my Trailing Stop products that automatically move the Stop Loss and inc
FREE
This indicator is based on the Moving Average indicator. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. Line = Trailing Stop. You can use one of my Trailing Stop products that automatically move the Stop Loss and
FREE
This indicator is based on the Bollinger Bands indicator. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. Line = Trailing Stop. You can use one of my Trailing Stop products that automatically move the Stop Loss and
FREE
This indicator is based on the Fractals indicator. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. Line = Trailing Stop. You can use one of my Trailing Stop products that automatically move the Stop Loss and includ
FREE
This is visualization tool based on the Depth of Market. It works with the symbols that have the Depth of Market available. It's a visual indicator that shows the volume of each Bid/Ask price and ratio of total volume of Bids/Asks. Note: check if your broker supports DOM before purchasing. 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
Trading Chaos Expert
Gennadiy Stanilevych
5 (10)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
Trading Chaos Chart
Gennadiy Stanilevych
5 (1)
The main purpose of the indicator is to detect and mark on a chart the following trade signals described in "Trading Chaos (2-nd edition)": Bullish and bearish divergence bars with angulation (including squat). Bars in the red and in the green zones according to the color of the Awesome Oscillator histogram. Squat bars on the chart independent of the color of the Awesome Oscillator histogram. Levels of "important" fractals relative to the "Teeth line" of the Alligator indicator. Drawing angulati
Modified Awesome Oscillator
Gennadiy Stanilevych
5 (2)
The main purpose of the indicator is to detect and mark trade signals on the histogram of the Awesome Oscillator according to the strategies "Trading Chaos, second edition" and "New Trading Dimensions". The indicator detects and marks the following trade signals: "Two peaks" - Divergence. The signal "Second wise-man" - third consequent bar of the Awesome Oscillator after its color is changed. The histogram crosses the zero line. The signal "Saucer". The indicator includes a signal block that inf
The main purpose of the indicator is to determine and mark trade signals on the histogram of the Accelerator Oscillator, which were described by Bill Williams in his book "New Trading Dimensions". The list of signals: The buy signal when the indicator histogram is below the zero line. The sell signal when the indicator histogram is below the zero line. The sell signal when the indicator histogram is above the zero line. The buy signal when the indicator histogram is above the zero line.  The buy
.................................. This script is intended to help users to get information about ticks and spreads (e.g. ticks count, minimum/maximum/average spread). It can export reports in the CSV format with this information. Traders can see spread statistics in real time in the chart window It is useful for comparing spreads of different brokers. --------------------------------------------------------------------------
Market Time Pad
Vladislav Andruschenko
4.6 (15)
Der Indikator, der die aktuelle Uhrzeit auf den wichtigsten Märkten der Welt anzeigt. Es zeigt auch die aktuelle Sitzung an. Sehr einfach zu bedienen. Es nimmt nicht viel Platz auf einem Diagramm ein. Es kann zusammen mit Expert Advisors und anderen Panels wie   VirtualTradePad verwendet werden   . Die klassische Variante. Liebe Freunde und Benutzer unserer EAs, bitte fügen Sie Ihre Bewertungen im Abschnitt   Bewertungen hinzu. Alle Updates unserer Forex-Software sind   kostenlos   ! Dies ist e
FREE
Spread and Swap monitor
Gennadiy Stanilevych
5 (1)
The indicator is intended for determining the spread and swap size, the distance for setting stop orders and stop losses from the current price allowed and the risk per 1 point in the deposit currency. The indicator informs a trader about possible additional expenses and profits connected with transferring a position to the next trade session of the financial instrument. It also informs about the spread size and the distance of pending orders, stop loss and trailing from the current price. In ad
The indicator displays the "Morning star" and "Evening star" patterns on a chart. The Evening star is displayed in red or rose. The Morning star is displayed in blue or light blue. Input Parameters: Max Bars – number of bars calculated on the chart. Make Signal Alert – use alerts. Send Push Notification - send notification to a mobile terminal Type of rules pattern – type of the model of pattern determination (Hard – with the control of length of shadows of the second bar). If Soft is select
Soldiers Crows
Alexey Topounov
5 (1)
The indicator displays the "Three white soldiers and Three black crows" candlestick model on a chart. Three white soldiers are color in blue. Three black crows are colored in red. Input parameters: Max Bars - maximum number of bars calculated on the chart. Make Signal Alert - use alert. Type of pattern rules - use a strict model of determining the pattern (short lower shadows for the three soldiers, short upper shadows for the three crows), or a simplified model. Max Shadow Ratio - coefficient o
HL D1 Move
Alexey Topounov
The indicator displays the dynamics of forming the daily range in the form of a histogram, and the average daily range for a specified period. The indicator is a useful auxiliary tool for intraday trades. Settings N Day - period for calculation of the daily range value. Level Indefinite - level of indefiniteness. Level Confidence - level of confidence. Level Alert - alert level. When it is crossed, the alert appears.
Tails
Dua Yong Rew
Tails is an indicator that predicts where the price will rebound and reach in a day candle. This indicator does not repaint and is to be used in time frames below D1. By default, the indicator will plot two support and two resistance lines. If needed, you can set the extended levels to "true" to show three support and three resistance lines. Input Parameters Extended_Levels - show extended levels in the chart; Clr_Support - color for the support lines; Clr_Resistance - color for the resistance
Recognizer 1 2 3 Patterns
Gennadiy Stanilevych
5 (2)
The indicator is intended for recognition and marking 1-2-3 buy and sell patterns on a chart. The indicator will help a trade to determine the starting and signal fractals, and to specify the possible entry points on all timeframes in МetaTrader 5. Fibonacci lines are drawn on the chart to indicate supposed targets of moving on the basis of the wave theory. The 1-2-3 formations appear to be especially important as divergences (convergences) are formed on price tops and bottoms. The indicator has
This indicator is used to compare the relative strength of the trade on the chart against the other several selected symbols. By comparing the price movement of each traded variety based on the same base day, several trend lines of different directions can be seen, reflecting the strong and weak relationship between the several different traded varieties, so that we can have a clearer understanding of the market trend. For example, you can apply this indicator on a EurUSD chart and compare it
Volumengewichteter MACD Der volumengewichtete MACD (VW-MACD) wurde von Buff Dormeier erstellt und in seinem Buch Investieren mit Volumenanalyse beschrieben. Er repräsentiert die Konvergenz und Divergenz volumengewichteter Preistrends. Durch die Einbeziehung des Volumens ist der VW-MACD im Allgemeinen reaktionsschneller und zuverlässiger als der traditionelle MACD.   Was ist MACD (Moving Average Convergence Divergence)? Moving Average Convergence Divergence wurde 1979 von Gerald Appel en
Spearman Rank Correlation indicator featuring enhanced entry and reverse signals Any overbought or oversold zone can be adjusted using Cross Buy or Cross Sell levels (Option 1 = true; Cross Buy and Cross Sell are set by user, if Option 1 = false, it means that this option of generating signals is not applicable). The signals can be generated by crossing over the 0 level, this is Option 2. Please note that there are no reverse levels attached to this option. This option is set up as supplementary
This version of Stochastic evaluates the probability of taking the specified profit in points. The appropriate value is set in the parameters, and the product automatically shows possible options for the market it is currently applied to. There are much more options and the information is more extensive compared to conventional Stochastic (see the screenshots). Signals: The yellow channel is absent (flat movement, market entry is not recommended). The yellow channel is narrowing (trend is formin
Informer
Sergey Sapozhnikov
Informer for VPS - report on the state of your account via e-mail. Useful for controlling your Expert Advisors that run on a VPS or a dedicated computer. Information about open positions and last deals for a day, week, month or year grouped by currency pairs.  Adjustable periodicity of reports and depth of deals included in the report. A possibility to add own comment to each report. You will receive reports on e-mail with specified periodicity: from 15 minutes to once a day. The reports are sen
Pin Bar
Alexey Topounov
This indicator shows Pin Bar candlestick pattern on the chart. The bearish pin bars have red color, the bullish pin bars have blue color. The indicator shows alert when Pin Bar candlestick pattern is formed. It's recommended to use it at timeframes H1 and higher. The best moment (strong signal) is when Pin Bar is formed close to the support/resistance level.
Period separators
Mykola Demko
4.56 (9)
The Period separators indicator separates time periods, specified by user. It supports all timeframes, greater or aliquot to current timeframe. In case of the incorect timeframe, the indicator modifies it to closest correct value. Additional bonus - the separation of non-standard time periods - MOON, MOON/2, MOON/4 (moon phases). The separators are plotted using the indicator's buffers. The indicator uses one graphic object for information about the progress and current bar properties. The grap
FREE
This indicator is based on a classic Commodity Channel Index (CCI) indicator. Multi TimeFrame indicator MTF-CCI shows CCI data from the 4 timeframes by your choice. By default this indicator has external parameters: TF1 = 1; TimeFrame2b = true; TF2 = 5; TimeFrame3b = true; TF3 = 15; TimeFrame4b = true; TF4 = 60; InpPeriod = 13; InpPRICE = 5; You can change TF1-TF4 in the next limits: TF1 from M1 (1) to H4 (240) TF2 from M5 (5) to D1 (1440) TF3 from M15 (15) to W1 (10080) TF4 from M30 (30) to MN1
This indicator is based on a classic Moving Average indicator. Moving averages help us to first define the trend and second, to recognize changes in the trend. Multi TimeFrame indicator MTF-MA shows MA data from the 4 timeframes by your choice. By default this indicator has external parameters: TF1 = 1; TimeFrame2b = true; TF2 = 5; TimeFrame3b = true; TF3 = 15; TimeFrame4b = true; TF4 = 60; InpPSARStep = 0.02; InpPSARMaximum = 0.2; You can change TF1-TF4 in the next limits: TF1 from M1 (1) to H4
This indicator is based on a classic Momentum indicator. Multi TimeFrame indicator MTF-Momentum shows data from the 4 timeframes by your choice. By default this indicator has external parameters: TF1 = 1; TimeFrame2b = true; TF2 = 5; TimeFrame3b = true; TF3 = 15; TimeFrame4b = true; TF4 = 60; InpPeriod = 14; InpappPRICE = 0; You can change TF1-TF4 in the next limits: TF1 from M1 (1) to H4 (240) TF2 from M5 (5) to D1 (1440) TF3 from M15 (15) to W1 (10080) TF4 from M30 (30) to MN1 (43200) All chos
This indicator is based on a classic  DeMarker indicator. Multi TimeFrame indicator MTF-DeMarker shows data from the 4 timeframes by your choice. By default this indicator has external parameters: TF1 = 1; TimeFrame2b = true; TF2 = 5; TimeFrame3b = true; TF3 = 15; TimeFrame4b = true; TF4 = 60; InpPeriod = 14; You can change TF1-TF4 in the next limits: TF1 from M1 (1) to H4 (240) TF2 from M5 (5) to D1 (1440) TF3 from M15 (15) to W1 (10080) TF4 from M30 (30) to MN1 (43200) All chosen TFs should be
This product is used to check the foreign exchange market history datas. Good quality historical datas is important for traders to perform market analysis or back testing. But the quality of historical datas provided by various foreign exchange brokers is uneven. Sometimes we notice missing k-line sequences, but sometimes it is not easy to detect them. This product helps users locate these missing locations.If there are many gaps in a given period of time on a chart, you need to be careful about
ActivePanel
Andrej Nikitin
Panel for simplify trade operations. It contains tabs: InfoRisk   - helps to estimate the current risks of open positions and orders; StopToProfit - allows to change the Stop Loss and Take Profit levels; Traling - Trailing Stop of the opened position; PositionClosing - Closure of several positions; OrdersDeleting - Removes a group of pending orders; PositionAdding - Used to add (open) to the opened position.
This indicator let user clearly see Buy/Sell signals. When a bar is closed and conditions meet, arrow signal will come up at Close Price, up is Buy and down is Sell. It works on all Timeframes. And you can set sound alert when signals come up.
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (64)
Trading Panel für den Handel mit 1 Klick. Arbeiten mit Positionen und Aufträgen! Handeln vom Chart oder von der Tastatur. Mit unserem Trading-Panel können Sie Trades mit einem einzigen Klick direkt aus dem Chart ausführen und Handelsoperationen 30-mal schneller durchführen als mit der Standard-MetaTrader-Steuerung. Automatische Berechnungen von Parametern und Funktionen machen den Handel für Händler schneller und komfortabler. Grafische Tipps, Infoetiketten und vollständige Informationen zu Hand
AddPosition
Andrej Nikitin
The Expert Advisor for increasing (or opening) market positions. Allows specifying the desired risk, target and searching for the best open price and trade volume. It is included in the ActivePanel product. Configurable Parameters: lots - directly the volume of the position increase. % equity - the amount of growth as a percentage of the amount of funds. stop loss - directly the level of the stop loss order. loss - the level of the stop loss order depending on the allowable loss. take profit
SmartMA
Jinsong Zhang
This is a trend indicator, as you can see here. When the white line is above the red, it means a bull market. Conversely, the white line below the red line is a bear market. This index is suitable for long - term trading and is suitable for most trading varieties. --------------------------------------------------------------------------------------------

MetaTrader Market bietet jedem Entwickler eine einfache und bequeme Plattform für den Verkauf von Programmen.

Wir unterstützen Sie bei der Veröffentlichung des Produkts und beraten Sie gerne, wie man eine Beschreibung für den Market vorbereitet. Alle Produkte, die im Market verkauft werden, sind durch eine zusätzliche Verschlüsselung geschützt und können nur auf dem Rechner des Kunden gestartet werden. Illegales Kopieren ist ausgeschlossen.