YouTubeにあるマーケットチュートリアルビデオをご覧ください
ロボットや指標を購入する
仮想ホスティングで
EAを実行
ロボットや指標を購入前にテストする
マーケットで収入を得る
販売のためにプロダクトをプレゼンテーションする方法

MetaTrader 4のための無料のエキスパートアドバイザーとインディケータ - 51

icon 自動売買ロボットは市場取引を自動的に実行しますが、インジケータを使用すると、相場をより適切に分析し、価格行動を予測できます。 これらのアプリケーションを使用すると、より多くの機会を獲得しながら、より多くの情報に基づいた方法でMetaTrader4で取引を実行できるようになります。
Nebula Bow — Trend Direction Filter Nebula Bow is a clean and efficient trend direction filter designed to help traders stay aligned with the dominant market flow while avoiding unnecessary noise. Rather than overwhelming the chart with complex calculations or multiple indicators, Nebula Bow focuses on clarity, stability, and practical trend guidance . It is built on the idea that a well-structured and disciplined approach often outperforms excessive complexity . This indicator is especially sui
FREE
Simple Trend AM
Andrii Matviievskyi
5 (1)
The trend is your friend. A simple truth known to every trader. The presented indicator allows you to visualize the current trend. The indicator identifies the trend using the following definition as an algorithm: A trend is a situation when each subsequent maximum price rise is higher/lower than the previous one, and similarly each subsequent maximum price fall is higher/lower than the previous one; The beginning of a new trend is considered to be when the current maximum/minimum overcomes all
FREE
MQLTA Support Resistance Lines is an indicator that calculates the historical levels of Support and Resistance and display them as Lines on chart. It will also Alert you if the price is in a Safe or Dangerous zone to trade and show you the distance to the next level. The indicator is ideal to be used in other Expert Advisor through the iCustom function. This DEMO only works with AUDNZD, the full product can be found at https://www.mql5.com/en/market/product/26328 How does it work? The indicator
FREE
WaSwap MT4
Wachinou Lionnel Pyrrhus Sovi Guidi
5 (1)
WaSwap MT4 Indicator shows the current Swap Long and current Swap Short with color. * Set the Swap Threshold and the color to identify when the current swap is below or above the Spread Threshold. * Set X axis and Y axis and chose the Corner and the Anchor to position the Swap Label on the chart. * Write the font and the font size for more confort. * Activate alert if the current Swap Long or the current Swap Short is below the swap threshold. * The user will never swing with a negative sw
FREE
Graphic Shapes -using history, it projects four types of graphical shapes at the moment, allowing you to determine the main ranges of price movement in the future, as well as gives an understanding of the main market reversals, while giving entry points by priority!The panel contains three types of figure sizes expressed by timeframes. They allow you to conduct a complete market analysis without using additional tools! The indicator is a powerful tool for forecasting price movements in the forex
FREE
Many traders use The Bull-Bear Indicator, I decided to combine the two into just one, so the visualization is better, and I am sharing it with you. the trading rules remain the same, you can adjust the period as per your preference. The Bull-Bear Indicator is a free indicator with several versions widely published on the internet, this is just a version that I put together, I hope you like it. If you want to know the indicators of my authorship, please visit my page here .
FREE
Simply Trailing Stop EA
Joaquin Nicolas Metayer
5 (1)
Simply Trailing Stop is a simple Expert Advisor that automatically trails stop on the chart that has been activated. It can be used as a complement to orders placed manually or through another expert advisor that does not perform a trailing stop, you only have to activate it in a new chart, not in the same one in which you already have your expert advisor but it will not work. You can see more of my products here: www.mql5.com/en/users/joaquinmetayer/seller
FREE
Server Time On Chart is a simple indicator that shows the time of the broker's server with hours, minutes and seconds in the lower left corner of the chart's. Within the inputs you can only change the size of the font and the color you want depending on your taste. You can see more of my publications here: https://www.mql5.com/en/users/joaquinmetayer/seller
FREE
ZoomOUT allows you to have a quick look at a selected bar on a higher timeframe in a pop-up window. After the launch, the indicator works in the background mode occupying no place in the chart and consuming no resources. When activating the indicator by Shift + o (customizable), a pop-up window with a chart displaying bars of higher timeframes is created. To hide a pop-up window, left-click on any clear place on the chart. The indicator is simple and requires no settings.
FREE
Всем добрый день, Это Вадим Сергеевич Лепехо. Выложил на общее обозрение очередной свой продукт(индикатор). Индикатор прост. В этом индикаторе я добавил формулу расчета точек входа. Сам индикатор я скачал в бесплатных индикаторах в mql mt4: arrows_template(шаблон стрелок). В свойствах, описании индикатора я указал имя автора. Суть индикатора рисует стрелки, знаки куда ходить, что делать и т.д...... Стратегия входа построена на пересечении двух 'машек' (MA) с разными периодами. Данный индикатор н
FREE
Простой, но полезный индикатор для контроля волатильности при внутридневной торговле. Индикатор наносит на текущий график уровни средней волатильности (ATR) за указанное количество дней. На текущем торговом дне уровни динамические и перемещаются в зависимости от минимума и максимума цены текущего дня в режиме "реального времени". Во входных параметрах мы задаем: - количество дней для расчета и отрисовки уровней среднего АТР - цвет линий уровней среднего АТР - толщину линий уровней среднего АТР
FREE
Velvet MACD is intended for use with the Velvet advanced ordering layer.  It is a modified version of the MACD indicator provided by Metaquotes and all of the data it displays is accurate and verified, when it is detected by the ordering layer.  In order to place orders with the Velvet MACD indicator, the ordering layer must be installed and running.  Ordering from the Velvet MACD indicator requires that "Velvet Ordering Layer" ( found here ), version 2.0 or higher, be installed and running. Whe
FREE
変化率 式に基づいて、 ROC = (Close[n] - Close[n-look if (roc > roc_lookback && roc > 0 ) trend= "UP" ; if (roc < roc_lookback && roc < 0 ) trend= "DOWN" ; back]) / Close[n-lookback] * 100 ルックバック期間にわたる通貨ペアの価格アクションの変化率をプロットし、2 つのグローバル変数 SYMBOL_ROC と SYMBOL_ROC_LOOKBACK を提供します。これらは、最新の変化率の値と前のルックバック期間での変化率を表します。 iCustom 関数を使用してインジケーターを呼び出し、 iCustom ( "Market/RedeeCash_Rate_of_Change.ex4" , Symbol (), 5 , 0 , 0 ); グローバル変数を取得し、 double roc = GlobalVariableGet ( StringConcatenate ( Symbol (), "_ROC" )); double
FREE
Buffer Scanner is a Scripts to help you export only 2 buffers of your custom indicator data with history date time and open&close price in CSV file, The file name already has rename. More like for BinaryOptions indicators, analyzes, you can modify the input from script  parameters,especially~!No need to worry about the indicator sets bars limited, some of the indicators have parameters, but important thing is bars limited, remind you this script just only for "The indicator which has one paramet
FREE
iExposure SYL displays information about opened trades considering commissions and swap, which affects the open price and the final outcome and and also allows drawing virtual transactions and calculating possible profits and losses in advance.   Differences from iExposure indicator of MT4:  Separate profit column for BUY and SELL Trade open price considers commission and swap The indicator will come in handy for any hedging strategies that involve opening a large number of oppositely directed
FREE
Alarm Clock MT4
Pavel Zamoshnikov
3.67 (3)
Alarm Clock generates sound signal at the prescribed time. Time is set by a vertical line on the chart. Just shift this line on the chart to the future. After you set the line at the desired time, you can do whatever you want with the chart, like change a timeframe and a symbol - the alarm clock will generate a signal at the prescribed time anyway. If you accidentally remove the line, the indicator will restore it at the prescribed time. You can attach the indicator to different charts and set d
FREE
This indicator provides a statistical analysis of price changes (in points) versus time delta (in bars). It calculates a matrix of full statistics about price changes during different time periods, and displays either distribution of returns in points for requested bar delta, or distribution of time deltas in bars for requested return. Please, note, that the indicator values are always a number of times corresponding price change vs bar delta occurred in history. Parameters: HistoryDepth - numbe
FREE
This tool will allow you to export candles data (Open, High, Low, Close, Volume) for any financial instrument present in your MetaTrader 4. You can download the data of multiple Symbols and TimeFrames in the same csv file at once. You can schedule the frequency, simply choose the refresh interval (1 minute minimum, if 0 then the extraction will be done once) and the tool will do the work. No need to open a lot of charts in order to get the last sync, the tool will download the data directly. The
FREE
The Visual Result Calculator Indicator is a powerful tool designed to enhance your trading experience on the MetaTrader platform. This intuitive and user-friendly indicator allows you to visualize potential profits or losses on a trading chart, helping you make better-informed decisions and manage your trades with precision.  The Indicator displays a dynamic line on the trading chart, representing the potential profit or loss of a trade based on the start and end of the line.    Simply click and
FREE
Simple and lightweight utility for automatically synchronizing the symbol of multiple charts Synchronization in both directions, regardless of which chart you change the symbol on Quickly activate or deactivate the synchronization of individual charts at the touch of a button Create multiple synchronization groups by assigning different event IDs Themes for bright and dark chart layouts
FREE
This indicator continuously, smoothly changes the color of candlestick edges and bodies, as well as the color of volumes in real time like a lamp. The indicator is easy to use. The palette of colors is diverse. This product is a graphical solution, so it is difficult to describe what it does by text, it is easier to see by downloading it, besides the product is free. The indicator is suitable for bloggers who want to create a beautiful picture of a chart for video editing or traders who want to
FREE
This indicator allows to hide MACD oscillator (on all MT4 timeframes) from a date define by the user, with a vertical line (Alone) or a panel (with "Hidden Candles"). Indicator Inputs: Fast EMA Period Slow EMA Period  Signal SMA Period Apply To Information on "MACD" indicator is available here:   https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/macd ************************************************************* Hey traders!!  Give me your feeds!  We are a community h
FREE
Narcis Trader is an expert designed for managing trades and facilitating trading. Attention, the application does not work in the strategy tester. Download Real Its features include: Determining the trade volume based on the selected trader's risk. Setting specific and fixed stop-loss and take-profit levels. Defining the take-profit level based on the specified risk-to-reward ratio (r/r). Entering trades using static and dynamic lines based on the predetermined risk. Position closure management
FREE
An Expert Advisor. A channel breakthrough signal. Attach two horizontal lines to a chart: one for the upper channel line, name it < Up > the other one for the lower border, name it < Dn > Settings: sound = true - play a sound notification alert = true - show a dialog box containing user data comment = true - show a comment in the upper left corner of the chart print = false - print a message to the Experts log repet = 3 - number of times the sound file is played.
FREE
Expert Info: Pin = 0 --> Manual Trade" TralingStop = 0 --> Traling Stop Off " Sell & buy --> Open Order " C-All --> Close All Order" C-Buy --> Close Buy Order" C-Sell --> Close Sell Order Input Parameter: input Name_ = " ----- Gooinsta Army Simple ----- "; input Pin = 0.0; input Resiko = _Medium; input min_Lot = 0.01; input max_Lots = 1.0; input Slipage = 3; input double Target = 1050; input maxorders = 100; input TralingStop = 10; input End = " ----- Salam Profit Konsisten ----- ";
FREE
特別無料! Adaptive Trend Channel Pro v1.0 製品説明 【市場のノイズを排除】ボラティリティに自動適応する高精度トレンドチャネル 「Adaptive Trend Channel Pro v1.0」は、従来の固定幅チャネル(移動平均線±Pipsなど)の欠点を完全に解消するために開発されました。市場の 平均的なボラティリティ (ATR) に動的に合わせてチャネル幅が伸縮するため、レンジ相場でのダマシを避け、トレンド発生時の信頼性の高いエントリーシグナルを提供します。 このインジケーターの核となる優位性 ボラティリティ適応性 (ATRベース): 市場が静かな時はチャネルが狭くなり、市場が活発な時はチャネルが広がります。常に現在の市場環境に「適切な」取引レンジを表示します。 ノイズ排除: ボラティリティに応じてチャネル幅が変わるため、短期的なノイズによる無駄なシグナルが大幅に減少します。 2段階の高付加価値アラート: トレンド発生と平均回帰、2つの異なる戦略に対応した高精度なアラートを搭載しています。 2種類のアラート機能(高付加価値シグナ
FREE
Double Price Channel   設定で指定された特定の数のバーの価格チャネルインジケーター。 インジケータラインは、動的なサポートまたは抵抗レベルを表します。上限は特定の期間の価格の最大値であり、下限は最小値です。終値に基づく移動平均とは異なり、指標は小さな変動によって「気が散る」ことはありません。境界が変更された場合にのみ再計算されます。後者が発生した場合は、新しいトレンドのアプローチについて真剣に考える価値があります。期間の異なる2つの指標を1つのチャートで同時に使用する戦略があります。このような場合、周期の短いインジケーターは2番目のインジケーターの内側に配置されます。 インジケーター設定の説明: Width_Bars-インジケーター期間 高さ-高さ(ポイント単位)
FREE
Simple Stats is utility for history management. Allowing you to clearly see trading performance for each symbol separately , and so it helps you to find the most and the worst profitable type of trades based on past results. History period depends on settings of your terminal, so if you want to get report for each month, you have to use custom period and run SIMPLE STATS for each. SS will  distinguish reports with filename - each history report is named with account number and date of the oldest
FREE
即時のTelegram通知。チャート上で直接価格レベルを設定し、価格がそれを通過したときにメッセージを受け取ります。レベルの追加はワンクリックで行えます。マウスでラインをドラッグして、希望する価格レベルを正確に設定できます。 便利なコントロールパネル: すべてのアクティブなアラートはリストに表示されます ラインをドラッグしてレベルを編集できます 不要なアラートはワンクリックで削除できます アラートは発動後に自動的に削除されます チャート上のアラートラインを非表示にするオプション カスタム通知テキストのサポート(例:crossed、reached、touched) Dark/Lightモード対応 動作方法: Add Alert をクリック チャートに価格レベルのラインが表示されます 希望する価格レベルに移動します 価格がそのレベルを通過すると - Telegramでメッセージを受け取ります 簡単な設定: @BotFather を使用してTelegramボットを作成し、Bot Tokenを取得します。 Telegramチャンネル(公開または非公開)を作成し、Chat IDを取得して、ボット
FREE
Supply Demand Ribbon is an indicator with moving supply and demand lines that help you identify price zones more easily. The indicator helps you determine flexible entry, stop loss, and take profit areas. There are also strategies for algorithmically changing ribbon colors. From there you can come up with many trading strategies for yourself! MT5 Version:   Click here! You can explore many feature in   Advanced   version   here ! You can combine it with our indicators below to make your tradin
FREE
BillWill   指標は、本から取られた資料に基づいています:ビルウィリアムズ。取引の混乱。利益を最大化するための専門技術。 各バーの上部にあるインジケーターの読み取り値は、バーの3分の1に対する始値と終値の位置に基づいて計算されます。バーは3つの部分に分かれており、バーの下3分の1が3番、バーの中央3分の1が2番、バーの上3分の1が1番です。インジケーターの読みの最初の桁は、バーの3分の1に対する始値の位置であり、2番目の桁は、バーの3分の1に対する終値の位置です。 各バーの下部にあるインジケーターの読み取り値は、前のバーの極値に対するバーの中央の位置として計算されます。 インジケーターの読み取りの定義 1-1始値と終値はバーの上3分の1にあります 2-2始値と終値はバーの中央3分の1にあります 3-3始値と終値はバーの下3分の1にあります 3-1始値はバーの下3分の1で、終値はバーの上3分の1です。 2-1始値はバーの中央3分の1で、終値はバーの上3分の1です。 3-2始値はバーの下3分の1で、終値はバーの中央3分の1です。 1-3始値はバーの上3分の1にあり、終値はバーの下
FREE
CandleStyx Light
Guillaume Xavier Andre Turlier
5 (2)
MT4 trading tool. Intuitive Dashboard that allows effortless automated trading, saving 99 Strategies , Advanced Money Management , Automatic group orders :  Global Take Profit / Stop Loss, Smart TP (Multi-Level, Position Recovery) and Smart SL (Breakeven, trailing Stop, Multi-Level), Exit Manager , Signals, Strength Indicator , ATR Graph, Price Alert, News Warning…  # If you have any other requirements or are interested in collaboration, please contact (info@styxia.com)   Get more information
FREE
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Can set the cycle for other varieties of K line graph covered this window, fluctuations obser
FREE
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Fibo: from KTrade 1. Automatically calculate and analyze the band. -> Get the desired band 2.
FREE
Signal Tester and Trader is an Expert Advisor that is capable to reading most indicators (except for indicator that has string as an input). Custom backtest the signal on a live chart and trade the signal on live account [Full Version Only] . The expert has 2 modes: Backtest mode (custom backtest on current indicator and strategy settings) Trading mode (trade based on current indicator and strategy settings)  [Full Version Only] Available Indicator types: Two cross indicator: indicator that gen
FREE
The StochasticDivergence   is a custom indicator for the MetaTrader 4 (MT4) platform, designed to analyze the divergence between the Stochastic Oscillator (%K line) values of two currency pairs. It compares the Stochastic %K of the chart’s symbol (first symbol) with a user-defined second symbol, displaying both %K values and their absolute difference (divergence) in a separate subwindow. The indicator provides visual and alert-based feedback to highlight significant divergence levels, with custo
FREE
ON THIS LINK YOU CAN FIND NEW VERSION  https://www.mql5.com/en/market/product/53022 https://www.mql5.com/en/market/product/53022 /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/- /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/- /-/-/-/-
FREE
Demo version of the paid product - Copy MT4 copier , limited to lot size of 0.01 Universal copier of deals from MetaTrader 4 to MetaTrader 4 ( MT5<->MT5 version is available ; with both versions, you can copy MetaTrader 5<->MetaTrader 4, MetaTrader 4<->MetaTrader 5, MetaTrader 5<->MetaTrader 5, MetaTrader 4<->MetaTrader 4). Spread filter. Select the best price (start copying positions with a profit or loss). Configure the lot size, fixed or ratio-based (provider signals can be copied with an inc
FREE
Very usefull expert advisor for ichimoku kinko hyo indicator. this expert advisor will notify you whenever there is a cross over/below the clouds or tenken sen  /kijun crossing. All Ichimoku traders know the importance and valuable signals when crosses done below or above the clouds or tenkan and kijun crosses. Now you will be alerted quickly to make benefits from the markets This will help you to be alerted for possible trade action. it will simplify your chart observation and be notified wtith
FREE
The Moving Averages On-Off  let you  control the indicator  using  the keyboard  or a  button . You can choose if you want the indicator always shown or always hided while switching among different time frames or financial instruments . --->  This indicator is part of Combo Indicator OnOff It's possible to use three Moving Averages , defined as  Short ,  Medium ,  Long or Raimbow MA 5,10,20,50,100,200. Input MOVING AVERAGES You can customize the price type used for calculation : close, open
FREE
MT4 CCI Dashboard Scanner
Teddy Mutugi Mworia Teddy Mutugi Mworia
MT4 CCIダッシュボードスキャナーは、さまざまな時間枠と商品にわたるコモディティチャネル指数(CCI)レベルを追跡し、新しいシグナルが検出されるとリアルタイムでアラートを提供します。ユーザーフレンドリーで、コンピュータの処理能力に優しく、どのコンピュータでもスムーズに動作します。 主な機能: 自動インスツルメントグルーピング: スキャナーは、マーケットウォッチリストからすべてのインスツルメントを収集し、カテゴリ(メジャー、マイナー、エキゾチック、その他)に整理します。設定の簡単なチェックボックスインターフェースを使用して、スキャンするインスツルメントを簡単に選択できます。 カスタマイズ可能な時間枠選択: 設定ページから、9つの異なる時間枠のいずれかを選択してスキャンできます。選択されたすべての時間枠はダッシュボードに表示され、新しいシグナル通知が各時間枠ごとに送信されます。 簡単なCCI設定: CCIの設定(期間や適用価格)を調整し、買い/売りレベルを設定できます。現在のキャンドルまたは最近のクローズドキャンドルに基づいてスキャンするかを選択することも可能です。 色のカスタマイズ:
FREE
MACD Scanner With Alerts
Niravkumar Maganbhai Patel
4 (2)
MACD Dashboard Panel   This indicator helps you to scan symbols which are in the Market Watch window and filter out a trend according to MACD. Moving Average Convergence Divergence (MACD) is a trend-following momentum indicator that shows the relationship between two moving averages of a security’s price. The MACD is calculated by subtracting the 26-period Exponential Moving Average (EMA) from the 12-period EMA. The result of that calculation is the MACD line. A nine-day EMA of the MACD called
FREE
️ Important Note This indicator   "Telegram Notify Activator"   un l ocks the full   functionality  of   "Telegram Notify EA" .    Try out " Telegram Notify EA" b efore making purchase   (comp l ete  details are given beow) Telegram Notify EA – Never Miss  MT4 Alerts Forward MT4 popup alerts and trade events with chart screenshots to Telegram instantly — works with any EA, indicator, or script. Reduce screen time and stay connected with real-time notifications. Universal Alert Captu
FREE
CopyStar – File-based Trade Copier (MT5 Master/Slave, MT4-compatible) Short description CopyStar mirrors changes to your open net positions from the master to any slaves – quickly, robustly, and without network configuration. Communication runs via common files (shared file folder), enabling CopyStar to support MT5↔MT5, MT5→MT4, MT4→MT4, and MT4→MT5. Supports symbol mapping, lot multiplication, optional SL/TP copying, magic/comment filters, and a clear chart status display including heartbeat.
FREE
Target Profit All
Mr Nukool Chanchingchit
5 (2)
What is a tool ? Used for monitoring profit summary in your portfolio, by setting profit target. The tool will automatically close all open orders. When the profits meet the target set. How to use Place the tool on any currency pair, any timeframe and set profit target. Easy... Currency Pair : Any Timeframe : Any Input Parameter Summary profit for auto close all orders ($) Meaning : Input your profit target here. Visit my products Target Profit Magic Target Profit All The Profit Tracker Currenc
FREE
The   Close script   is a simple tool that allows traders to close their trades by three methods. Just run the script and choose the close method. Closing methods Symbol  - Allows closing all open trades for a specific symbol. All_Trades  - Allows closing all open trades. Magic_Number  - Allows closing all open trades according to their magic number. Recommendation AutoTrading functions must be activated.  If the AutoTrading function is disabled, the script will not work. EA should be stopped.
FREE
The panel shows 6 indicators and their signals for all timeframes. You can enable or disable various signals, entire timeframes, and individual indicators. if the alert button is pressed and all signals match, the indicator sends a message to the alert window. You can disable and enable both individual signals and the entire indicator for all timeframes, or disable individual timeframes for all indicators
FREE
Dynamic MA Trend Zone – Dynamic Moving Average Trend Zone The Dynamic MA Trend Zone is a visually compelling indicator that dynamically tracks changes in market trends. By displaying moving averages on three different price levels (close, high, and low), it creates a color-coded trend zone that clearly indicates the trend’s direction and strength. Features and Functions: - Trend Direction Color Coding: The indicator automatically color-codes the trend zones based on whether the candle’s clos
FREE
O indicador com alertas do Setup de Larry Williams que conseguiu fazer U$ 10.000 virar U$ 1.100,00 em um campeonato de Trade em 1987 e comprovou fazendo a filha, que é atriz, fazer o mesmo estrago no mercado! A média de 9 para cima é compra, para baixo é venda, simples assim! Com alertas de sons e visual de compra, venda e flat, você se mantendo posicionado até a o alerta inverso a sua posição. Aconselhável usar de H1 para cima.
FREE
ATR Channels_PRT indicator can be used to identify trend and support and resistance levels.The price chart of a currency pair displays three price channels that are plotted using moving averages and the ATR value. Indicator settings allow you to assign a specific coefficient to each price channel, which makes it possible to narrow or expand each channel separately. The ATR Channels_PRT indicator is a multicurrency instrument, so the choice of a timeframe depends solely on the trader’s preferenc
FREE
Minutes 51
Joaquin Nicolas Metayer
On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untram
FREE
This EA is literally a reverse of Recovery Zone Assistance, as its name says ... It is an assistant, an expert advisor that monitors all the orders for the asset in which it has been placed, no matter if that order was by some other expert advisor or by the trader placed on the Manually, he will start his work after each order that is negative. Find  Recovery Zone Assistance on  https://www.mql5.com/en/market/product/68909 This Expert Advisor is based on this sistem on video "Recovery Zone" on
FREE
This indicator graphically displays profit ($),risk/reward and % of risk according SL&TP Open orders on Current Symbol. when you open orders on current symbol and set StoplLoss and TakeProfit this indicator automatically calculate Risk/Reward and  calculate %risk Of Equity Account that your order get  stop Loss. If you trade on several symbols at the same time, you can install the indicator on each one separately and see the relevant calculations on each one.
FREE
............................................hi................................................ .........................its a simple indicator of movings ............................ .........................a diffrent show of moving averages.......................... ...............can select period , shift , mode and applied price.................. ............many traders use movings for find market movement................. ...........................it can helpfull for finding trends.......
FREE
The VMA is an exponential moving average that adjusts its smoothing constant on the basis of market volatility. Its sensitivity grows as long as the volatility of the data increases. Based on the Chande's Momentum Oscillator, the VMA can automatically adjust its smoothing period as market conditions change, helping you to detect trend reversals and retracements much quicker and more reliable when compared to traditional moving averages.
FREE
This is the original, simpler version of our core EURUSD algorithm (it calculates and displays 2 lines rather than 3), but it is still capable of detecting levels in the market where EURUSD will likely move to. These levels are indicated by unusual large gaps, formed by the two lines. Detailed guidance is given to users.  All in all it works on the very short term,  and more importantly on the daily chart. The differences between this and our top EURUSD indicator, is that this one only displays
FREE
The   Trend Finding Channels   indicator was developed to help you determine the trend direction by drawing channels on the graphical screen. It draws all channels that can be trending autonomously. It helps you determine the direction of your trend. This indicator makes it easy for you to implement your strategies. The indicator has Down trend lines and Up trend lines. You can determine the price direction according to the multiplicity of the trend lines. For example , if the Down trend lines s
FREE
Supporting file (2 of 2) for T3 Cloud MA Trend indicator derived from T3 moving averages. The cloud is bounded by a fast T3 and slow T3 lines. Buying/Selling opportunities above/below cloud. The fast and slow T3 MA lines can also be used as dynamic support/resistance for more aggressive entries. Use default values for best settings. The number of look back bars is user defined. This indicator can be used in combination with other strategies such as price action. Suitable for all time frames. Pr
FREE
Maps
Pavel Shutovskiy
4.75 (4)
The indicator displays on the chart a map, on which markers show the current trading session, as well as shows a text. The indicator provides two types of background display: white and black. The indicator is displayed as the background and does not hinder tracking the current market situation. Parameters: GMT -  the time difference of the terminal and GMT. Background - selection of background - black or white.
FREE
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
Indicator  designed for both beginners and professionals. This indicator will help you: reduce the number of errors when opennig orders; predict price movement(in absent of significant news); do not rush to close profitable trades prematurely and increase profit; do not rush to enter the market and wait for "easy prey": and increase the profitability of trading. BUY and SELL signals, ALARM and PUSH  -   https://www.mql5.com/ru/market/product/127003
FREE
Key Price Levels
Wafa Mohammed Omar Abou Alwafa
Key Price Levels Indicator Indicator that shows the highs and lows for the significant price levels for past periods that could be potentially considered as reaction levels. The indicator displays the following price levels: Yesterday high and low The day before yesterday high and low Two days back high and low Last week high and low Last month high and low Last three month high and low (Quarter) Last year high and low
FREE
The Chart Navigator is a powerful and user-friendly indicator designed to enhance your chart navigation experience in the MetaTrader platform. With its advanced features and intuitive interface, it enables traders to effortlessly explore multiple timeframes, switch between symbols, and efficiently analyze price movements. Key Features: Timeframe Navigation: Seamlessly switch between different timeframes with just a single click. The Chart Navigator provides a graphical object that allows you to
FREE
TPP : Turning Point Pattern   The indicator shows the market Turning Point Pattern as arrows. The reversal signals are based on observation of price action and market behavior. It is based on the principles of searching for extremums, volatility, and candlestick pattern. The indicator provides signals on the following principles: Search for the end of the ascending/descending trend Search for the reversal pattern based on candlestick pattern Confirmation of the reversal by the volatility. The in
FREE
KT Trades Info MT4
KEENBASE SOFTWARE SOLUTIONS
The KT Trades Info indicator is useful for traders wishing to stay informed about their trading performance. This indicator provides real-time updates on the profitability of all ongoing and completed trades, enabling traders to make well-informed decisions. By incorporating key financial metrics, it provides a comprehensive picture of a trader's financial status at a glance. This means traders can monitor their performance with increased accuracy and precision, facilitating better risk manageme
FREE
The range indicator means the average daily price movement. For convenience, it is visually displayed on the charts, but with the H4 timeframe and below. The indicator is redrawn daily and the gaps are included in the calculation. An additional dotted line means 80% of the daily movement passed. An important tool in the arsenal of a professional trader or someone who wants to become one. PrimeTools is a series of products designed for correct and professional trading. [ PrimeTools Levels | Prim
FREE
The Panel MT4
Ahmed Alaaeldin Abdulrahman Ahmed Elherzawi
Investment Castle Panel — Your Trades, At a Glance The Panel puts the numbers that matter right on your chart: floating profit and loss, drawdown and more — for manual trades and for any Expert Advisor. A clean, movable dashboard so you always know exactly where you stand. What it does for you Live P/L on the chart: floating profit/loss for the current symbol, for both buy and sell orders, in your base currency and in pips. Max drawdown at a glance: keep an eye on risk without digging through
FREE
Change All Timeframe – Instantly Sync Timeframes Across All MT4 Charts Effortlessly change the timeframe of all open charts in MT4 with a single action! The Change All Timeframes script saves time by ensuring all charts update simultaneously, streamlining multi-timeframe analysis. One-Click Timeframe Sync – Instantly change the timeframe on all open charts at once. Save Time & Effort – No need to adjust each chart manually—boost your trading efficiency. Seamless Multi-Timeframe Analysis –
FREE
Moving Average Dashboard Bars ago is a unique multi currency, multi time frame dashboard. The dashboard is very simple. You select two moving averages, the instruments and timeframes The Moving Average Dashboard Bars ago then shows how how many bars ago the moving averages made a bullish or bearish crossover. It also shows you in real time when there is a bullish or a bearish crossover. The indicator plots in a subwindow. The Moving Average Dashboard Bars ago can be beneficial if you are trading
FREE
The VR Object Delete All script solves the problem of garbage on the chart. it is often necessary to completely clear the chart of everything that is put on it, comments, lines, objects. The script completely deletes everything, even those objects that are not visible. When working, VR Object Delete All writes everything it does in the terminal log, as well as the names of objects to delete. Displays the number of deleted objects as a separate line. in case of any errors, it will display an erro
FREE

MetaTraderプラットフォームのためのアプリのストアであるMetaTraderアプリストアで自動売買ロボットを購入する方法をご覧ください。

MQL5.community支払いシステムでは、PayPalや銀行カードおよび人気の支払いシステムを通してトランザクションをすることができます。ご満足いただけるように購入前に自動売買ロボットをテストすることを強くお勧めします