YouTubeにあるマーケットチュートリアルビデオをご覧ください
ロボットや指標を購入する
仮想ホスティングで
EAを実行
EAを実行
ロボットや指標を購入前にテストする
マーケットで収入を得る
販売のためにプロダクトをプレゼンテーションする方法
MetaTrader 5用取引ユーティリティ - 25
TradeBridge EA — Automated Trade Execution for the MyFXRoom Community Important: TradeBridge EA is part of a 2-stage system built specifically for the MyFXRoom trading community. It will not function as a standalone EA. It works in conjunction with the MyFXRoom Bridge application to receive and execute trade alerts automatically. For information on accessing the Bridge, please visit the author's MQL5 profile. Overview TradeBridge EA is a professional automated execution layer for MetaTrader 5.
FREE
Basket Close – Your Smart Trading Assistant for the Perfect Exit!
The Basket Close EA is the ideal solution for traders who want to efficiently manage their open positions. This simple Expert Advisor allows you to close all open positions simultaneously based on a predefined profit or loss target.
Automated Risk Management – Closes all positions as soon as a specific profit or loss (in percentage of the account balance) is reached.
Efficient Trade Control – No more manual monitoring or
FREE
Coin Flip – True Random Trading Automation Coin Flip is a unique and lightweight utility that makes trading decisions based on pure chance – just like flipping a coin! But don't let the simplicity fool you – this EA comes with powerful risk management features and professional-grade trade handling that gives you full control over your capital and strategy execution. Core Concept Unlike traditional systems based on indicators or patterns, Coin Flip EA executes trades based on a random deci
FREE
This client utility is intended for sharing and copying signals, as well as for monitoring your Expert Advisor on the site https://forexvisible.com . The Android version of the site can be downloaded here The version for the MT4 terminal can be downloaded here https://www.mql5.com/en/market/product/106509 There are many reasons to use this application in your trading, and these are: 1. If you have many trading advisors and many accounts, it is very difficult to track them and monitor everythin
FREE
The Market Surfer Demo is a tool for manual traders who want to trade fast markets efficiently. All trading actions, like Buy, Sell, Buy/Sell Limit/Stop, Close, switch, double, half, etc. can be done with just one click.
Features Open, close, switch, switch half, switch double, double, half, etc. position with only 1 click. Quick selection of lot size, maximum deviation, stop and target pips. Convenient overview of most account, position and risk data. Risk and Target from entry and current mar
FREE
Shows the full name of the symbol on the chart.
Especially relevant for Stocks, CFDs, Indices and Futures.
Also, when you press "right"(cifre 6) on the NumPad, an "Alert" is issued, from which you can copy the name in the "Experts" column
and use, for example, to search for additional information about the company.
In the settings you can select the color, placement and font size.
FREE
RegularExpressionsExamples — is an expert, which contains the graphical interface for running examples from the " RegularExpressions in MQL5 " library. The codes of these examples can be found in the library itself. These examples are for demonstration purposes only. They serve only to evaluate the library operation and its capabilities. They can also be found on the official Microsoft website, in the descriptions of classes in the System.Text.RegularExpressions namespace.
Each example can be
FREE
Spread Scanner & Normalizer: A Precise Analysis Tool for Symbol Data
The Spread Scanner & Normalizer is a powerful and user-friendly Expert Advisor (EA) designed for traders who want to gain precise insights into the spreads of various symbols. This tool effectively normalizes spreads across a group of symbols and expresses them as percentages, providing clarity and enhanced comparison capabilities.
Key Features: Symbol Overview : Displays symbol names and paths for easy identification. Spread
FREE
ZeroG CyberClock Pro is not just another standard MetaTrader clock—it is a premium, beautifully crafted, cyberpunk-style desktop utility designed for the modern algorithmic and manual trader. Tired of basic, ugly text overlapping your charts? CyberClock Pro introduces a sleek, draggable Neon HUD that seamlessly blends into your trading environment without cluttering your analysis. Stay perfectly synchronized with the world’s major financial hubs thanks to its real-time Smart Session Engine.
FREE
Balance History Indicator The Balance History indicator visually tracks the entire trading history of your account for the selected timeframe. It plots three key performance metrics: Profit – Displayed in Green Loss – Displayed in Red Zero Profit/Break-even – Displayed in Gray Balance Curve – Displayed as a SkyBlue line This indicator helps you instantly see the distribution of profitable and losing periods over time, along with your running account balance. It's ideal for evaluating historic
FREE
Hi you, I need your help! Be my Patron, let's make it possible!
https://www.patreon.com/joaopeuko https://github.com/Joaopeuko/Mql5-Python-Integration
Channel: English version - Versão Inglês:
https://www.mql5.com/en/channels/Mql5_Python_Integration_EN
Portuguese version - Versão Português:
https://www.mql5.com/en/channels/Mql5_Python_Integration_PT
Free version with 5 indicators: https://www.mql5.com/en/market/product/57574
This version has 38 indicators, 5 from the free version plus
FREE
** LIMITED version** This EA utility helps Price Action traders calculate the risk as Big Money profesional traders do: in points or percentages. Allows to also set a desired Profit:Risk ratio and optionally enter a second and third orders simultaneously with different ratios and risk percentages. Great for BTMM, ICT, and other methodologies.
Very simple to use, just "point and shoot"!!!
Full version available here .
FREE
Ofir blue is the first full trading application for Telegram. It is proposed in 2 versions : OfirBlueLite (without trading) and OfirBluePro (with trading). The Pro version is still in beta (available on request).
To access Ofir Blue Lite, go to Telegram and open the bot @OfirBlueLite. All demos, tutorials and docs are available in Telegram.
Join the Telegram group @OfirBlueUserGroup to get updated information and support.
Features: Dashboard ️ Account summary ️» Profit of the day ️» Eq
FREE
The script ObjChartSample.mql5 illustrates control of chart properties using the classes from the Standard Library .
FREE
一 運作方式(如下圖)
在一個單邊向上的行情中, 自動交易工具做以下動作: 當價格來到高點,等待突破訊號在進場。
當價格回調,等待回調結束要往上時在進場。 當進場下單後,
如果一直漲就持續持單,等待價格漲不上去準備下來時,在獲利離場。
但如果一直跌,就等待要上漲時在進場,進場時加倍下單,
一個做底單,動作同上等待獲利離場,
另一個單用做倉位修正,此單和第一張單在盈虧為0時會各自平倉,不造成損失。 Ps:
在一個單邊向下的行情中,動作則相反
二 設定方法(如下圖)
Step1 一開始要自己指定工具的方向.
如果認為會往上走,設定i_tradeup=true, i_tradedown=false,
如果認為會往下走,設定i_tradeup=false, i_tradedown=true,
Step2 指定目標位置和止損位置
如果認為會往上走,i_top輸入目標位置,i_bottom輸入止損位置
如果認為會往下走,i_top輸入止損位置,i_bottom輸入止盈位置
當價格到達目標位置會強制平倉獲利並暫停工具運作
當價格到達止損位置會反向開單鎖倉
FREE
Are you tired of creating each course notification individually ?
Simply let yourself be permanently notified of the current location of the course. Just set a value once, and the system will subsequently notify you via your smartphone. The system will provide you with the current course, the distance from the set course, and the set course itself. This way, you'll always stay informed without needing to constantly check the market or create manual notifications. Furthermore, the system provide
FREE
Hi you, I need your help! Be my Patron, let's make it possible!
https://www.patreon.com/joaopeuko https://github.com/Joaopeuko/Mql5-Python-Integration
Channel: English version - Versão Inglês:
https://www.mql5.com/en/channels/Mql5_Python_Integration_EN
Portuguese version - Versão Português:
https://www.mql5.com/en/channels/Mql5_Python_Integration_PT
Paid version with 38 indicator: https://www.mql5.com/en/market/product/58056
I believe that development in PYTHON is easier and simpler
FREE
Smart Flow Light - Trading Assistant Core Selling Points Smart Interval Trading - Automated buy/sell execution with configurable millisecond intervals Visual Dashboard - Clean, professional control panel with real-time P&L display One-Click Operations - Instant BUY/SELL/STOP/CLOSE ALL functionality Risk Management - Built-in lot size validation and position monitoring Key Features Intuitive Interface - Professional dashboard with title banner and organized controls
Preci
FREE
The Calendar News Indicator is your essential tool for informed trading, offering real-time updates on economic events and financial news. Here’s what it brings to your trading strategy: Real-Time Updates: Stay ahead with immediate notifications of key economic indicators, central bank announcements, and geopolitical events that impact the markets. Global Coverage: Track economic events from markets around the world. Whether you’re trading forex, stocks, or commodities, you’ll get the global
FREE
The Order Selective Delete is a multi-symbol multi-timeframe script used to delete simultaneously various pending orders. General Description
The Order Selective Delete possesses three operation modes (Intersection, Union and All) that control the way as three pending order features (symbol, magic number and type) are used. The modes, available through the Selection Mode input parameter, relate to the features, available through the “Select by Feature” and “Feature” input pa
FREE
Free version. Only works on EURUSD. Would you like to have statistics about your trades displayed while you operate? Have you a solid understanding of the symbol you are trading? Do you really know everything you need to about your trading account? Do you need to keep an eye on the local times around the world? Advanced Info Displayer answers to all that. It helps you to know many hidden or hard to find data. Also, it is very convenient if you value statistics and maths. Just to exemplify, in mo
FREE
What this dashboard does The panel displays: Current Ichimoku signal per symbol Current Ichimoku signal per timeframe Key Ichimoku line values Signal direction summary
Instead of switching charts manually, you can analyze the market structure in seconds. Available Ichimoku values Each cell may display: Tenkan-Sen Kijun-Sen Senkou Span A Senkou Span B Chikou Span Span A – Span B difference
This allows detailed analysis or quick signal filtering. Signal types The dashboard can detect:
Total Closed Trades – MT5 Indicator The Total Closed Trades indicator for MetaTrader 5 provides a quick, visual overview of your trading performance by displaying a simple and intuitive 3-value breakdown : Total Trades – The total number of closed trades. Winning Trades – Number of profitable trades. Losing Trades – Number of losing trades. Instead of digging through reports, traders can instantly monitor their historical performance with a compact and elegant pie chart-style widget. Key
FREE
Toma el Control Absoluto de Tus Operaciones ¿Cansado de calcular manualmente el tamaño de tu posición o de sudar frío esperando a que el precio toque tu stop loss? La gestión del riesgo es la línea que separa a los traders consistentes del resto. No dejes tu capital en manos de la improvisación. Presentamos la Calculadora de Posición y Riesgo , tu nueva aliada esencial para operar con precisión y disciplina profesional. Con esta poderosa herramienta, tú: Maximiza tu Potencial: Calcul
FREE
A very simple indicator, but one that cannot be missed when carrying out your operations.
Fast and accurate information on the Swap value of currency pairs before entering a trade.
See if when buying or selling the value of the Swap in your operations
Come and see our mql5 signals too https://www.mql5.com/pt/signals/899841?source=Site +Signals+From+Author
FREE
LayerGuard Pro - Professional Trade Management EA for MetaTrader 5 Product Description LayerGuard Pro is a sophisticated Expert Advisor designed exclusively for MetaTrader 5 that provides professional-grade trade management automation for your existing positions. Unlike traditional EAs that generate signals or open trades, LayerGuard Pro focuses on one critical aspect of trading: intelligent, automated management of Take Profit and Stop Loss levels. Core Philosophy: Management, Not Generation La
FREE
The utility TradeKeeper Lite can show your profits for different periods and bip a sound when you reach a profit target value. Click the tachometer to quickly switch to the next profit period. There are 5 of them: This Day, This Week, This Month, Last 90 Days and All I Made. With the utility TradeKeeper Pro , available at this link , you can also open trades with a magic number and volume of your choice, trail any orders with a simple trail or iSAR-based trail, as well as close any open trades a
FREE
Get a Clean Chart Instantly
This script quickly and reliably removes everything unnecessary from the chart — all graphical objects and all indicators.
Key Benefits - Full Cleanup Removes all graphical objects (lines, arrows, shapes, etc.) Removes all indicators from the main and auxiliary windows - Logging Outputs detailed information about the cleanup process to the Experts tab
Recommendations - Read the product description carefully before purchasing - Back up importa
FREE
TradeNavigator AccountPilot v1.1 – MT5のアカウント管理ツール どのアカウントで取引しているかを瞬時に識別 – 複雑な口座番号の代わりにカスタム名を使用!
チャート上でアクティブなアカウントを明確に表示 し、 高額なミスを防ぐ!
複数のブローカーや口座を持つトレーダーに最適 – もう混乱することはありません! 主なメリット: 間違った口座で取引することがなくなる! 複数のブローカーにアカウントを持っていて、それぞれの口座番号が 長くてわかりにくい と感じたことはありませんか?取引を開始してから気づくのは、**「しまった!間違ったアカウントを使っていた!」**という状況です。 解決策: TradeNavigator AccountPilot! このEAを使用すると、 各アカウントにカスタム名を割り当てることができます 。これにより、**「1345934」や「5406732」**の代わりに、以下のような自分が設定した名前が直接チャートに表示されます: 「メイン口座 – スキャルピング」
「スイングトレード –
FREE
OnlyPlusCloser — 利益のあるポジションだけをクローズ。高速かつスマートに。 スクリプトの機能: OnlyPlusCloser は MetaTrader 5 用のスマートスクリプトで、 現在のシンボルで利益の出ているポジションのみを自動でクローズ します。
手動でのフィルタリングは不要。リスクなし。ワンクリックでプラスのポジションだけを確実にクローズ。 トレーダーにとってのメリット: 完全なコントロール — 含み損ポジションには一切手を触れません
即時処理 — 利益のあるポジションは瞬時に決済
作業の自動化 — スキャルピングやデイトレードに最適
️ 高い信頼性 — シンボル単位で正確に動作
トレードのシンプル化 — ワンクリックで利益を確定 ️ 主な特徴: 現在のシンボルで利益のあるポジションのみをクローズ 遅延なしの即時実行 軽量設計で自動売買との併用にも最適 スクリプトパネルからワンクリックで起動可能 利益を逃さず、すぐに確定したいですか? OnlyPlusCloser は、あなたのためのスマートなワンクリックアシスタン
FREE
現在のシンボルのすべてのストップとテイクをクリア 選択したシンボルのポジションに設定されたすべてのストップロス(SL)とテイクプロフィット(TP)レベルを素早く効率的に削除するツールです。手作業はもう不要—このスクリプトが数秒で完了します! メリット: 対象を絞った管理: 現在のシンボルのSL/TPのみを削除し、他の資産には影響を与えません。複数のポジションを持つトレーダーに特に便利です。 迅速かつ便利: ワンクリックで選択したシンボルのすべてのストップロスとテイクプロフィットレベルを削除します。 柔軟な適用性: 単一のシンボルを扱うトレーダーにも、複数の資産を管理するトレーダーにも最適です。 使い方: スクリプトを実行するだけで、現在のシンボルのすべてのポジションを自動的にチェックします。SLまたはTPが設定されている場合、それらを即座に削除します。他のシンボルのポジションはそのまま維持されます。 このツールが適しているのは? 単一のシンボルを取引し、迅速に調整が必要なトレーダー。 複数の資産を管理しながら、選択的にポジションをコントロールしたい人。 自動化や効率的な取引管理を求め
FREE
XAUUSD Automatic Lot Calculation is a powerful MetaTrader 5 utility designed to help traders manage risk easily and visually. It calculates and displays the optimal lot size based on your account balance, risk percentage, and stop loss. This tool supports both English and Indonesian and helps ensure that your trading stays within your defined risk limits. Key Features: Real-Time Risk Calculation
Automatically calculates lot size based on your selected risk percentage and stop loss in
FREE
Мы рады представить значительное обновление нашей утилиты для отправки скриншотов и мониторинга свечных паттернов! Новая версия включает ряд важных улучшений и новых функций:
Новые возможности и улучшения
1. Улучшенный алгоритм мониторинга **Важное замечание**: Для корректной работы обновленного алгоритма мониторинга **обязательно запускайте второй экземпляр утилиты** с отключенной опцией мониторинга паттернов. Это обеспечит: - Стабильную работу системы приоритетов - Корректное расп
FREE
Comprehensive OHLC Data Downloader for MetaTrader 5 This powerful and efficient script allows traders, quantitative analysts, and developers to download the complete OHLC history of any financial instrument available in MetaTrader 5. Whether you need historical data for a specific asset or want to download data for all assets in the Market Watch , this tool simplifies the process with just a few clicks. Key Features: Flexible Data Extraction – Download OHLC data for a single asset or all asse
FREE
HelloTrader is a completely new product view for the MetaTrader platform. Immediately after launching, the utility displays randomly one of the lines of the phrase, quotes of famous people or an aphorism in the upper left corner of the terminal. Every 5 minutes the recording changes. The Demo version includes 32 phrases, quotes or aphorisms in English only.
The utility starts working immediately after launch and no longer has any settings or functions. The only task is to randomly display quot
FREE
Telegram ChartSnap MT5 is an utility tool to bridge your MetaTrader 5 activities to your Telegram chat/group/channel. It will screen shot your MetaTrader 5 chart and send it to your dedicated Telegram chat/group/channel through a Telegram bot. The whole process will keep repeating based on a time cycle that predetermined by the user. It is a convenient tool for those who like to get access to their favorite system/dashboard that only available at MetaTrader Desktop. Beside that, trader can easi
FREE
Stop Loss with Profit
Free Version*.
Complete Version here.
This utility / expert for MetaTrader 5 modifies the stop loss of all your operations dynamically and automatically to ensure the minimum benefits you want, and be able to operate with or without Take Profit.
Maximize your benefits, by being able to trade with Unlimited Take Profit. You will ensure the number of minimum points you want to earn in each operation and the stop loss will be adjusted as long as the benefit of the operatio
FREE
Join WhatsApp Group for Free Signals & More Discussion
https://chat.whatsapp.com/IWc1CaxviFw8Bu94JGRIQv For Live Signals Please Visit
https://www.mql5.com/en/signals/2352564?source=Site+Profile+Seller
TRADE EXECUTION Auto-trade on pattern confirmation Reverse trading signals option Multiple order management Customizable magic number for identification ️ RISK MANAGEMENT Fixed or dynamic lot sizing Automated stop loss placement Take profit targets Maximum orders limit control PROFIT PROT
FREE
Note: Demo version only works on NZDJPY and USDRUB
What does it do? It assists you in your trading and has some important jobs to perform: It sets virtual pending orders, stop loss and take profit. It can set real stop loss and take profit if desired. It makes trading independent of bid-ask line concept, thus useful for very short term traders and price action traders. Orders can be opened, managed and closed with 1 click providing fastest management. It can automatically set your position sizi
FREE
It can only be used in EURCHF . The Expert Advisor is a great tool that allows you to control your trade with ease and precision. The tool can be moved in the graphs and offers the following characteristics:
Instant order entry with a single click. Entry of pending orders using price tags and trend lines. Instant order closure with a single click. Instant order closure using trend lines as output levels that the broker can not see. We can modify the way to enter and exit the market, allowing us
FREE
IndiSig by Buffer
Detect Signals from a Custom Indicator by Buffer & Send notifications to Telegram Channel or Open orders
* Buy/Sell Buffer: You may get this info on MT4/5 Data Window (CTRL + D)
* MT5 version: Add the indicator first, then the EA
* MT4 version: Only works properly with default settings of the indicator Join https://t.me/fxassistant_vn for more useful EAs!
FREE
AnaliTickDemo is a demo version of AnaliTick. AnaliTIck is a financial instrument analysis and testing program based on the Metatrader5 platform. The object of analysis is the sequence of changes in the prices of Bid and Ask - ticks. The program may be useful to developers of scalping advisers and strategies, those who work on the news. The demo version differs from the full one in fewer filters and strategies. The analyzed period is one - the current trading day and two previous days. The strat
FREE
This demo EA only sends text messages to a predefined Telegram channel ( there is no need to configure telegram ). The messages can be customized to show information about the trading activity. Also it shows the daily account PnL. Several instances of this EA can be used simultaneously from the same MT5 terminal but ensure that each one has different EA ID number (setting B16).
I have tested this EA with forex symbols but it should work fine with any MT5 symbol (e.g. indexes, commodities, stoc
FREE
The script illustrates the usage of the OBJPROP_XOFFSET and OBJPROP_YOFFSET properties. It displays the specified fragment of the .BMP image.
FREE
* This product was converted using "BRiCK Convert4To5 MT 5 " based on the MQL4 source file of "BRiCK TradeByArrow MT4 Free" . BRiCK is a simple and versatile utility.
By combining Experts, Indicators and utilities like the Lego block, various trading styles can be realized. "TradeByArrow" is Utility that executes order processing when an arrow object is created on the chart.
Combined with Indicator which outputs arrow object, it can be used like Expert.
Parameter
[ArrowName] EntryBuy: A
FREE
Tiger Lite recreate the history of entry and exit orders. The goal is that you can grasp their strategy how to play. CSV format support for WEB, MT4 and MT5 platforms.
The sequence of steps is described in the photo. Note:
Please choose the existing date and symbol on the CSV file. For MT4/5, export historical data and copy the records to excel, save it with the extension CSV. For MT4/MT5/WEB, save the name with format mt4.csv/mt5.csv/web.csv If you get the history from another source and your
FREE
The TELEGRAM BROADCAST utility helps to instantly publish your trading in the Telegram channel. If you have long wanted to create your Telegram channel with FOREX signals, then this is what you need. ATTENTION. This is a DEMO version, it has limitations - sending messages no more than 1 time in 300 seconds PAID version: https://www.mql5.com/en/market/product/46865 https://t.me/moneystrategy_mql TELEGRAM BROADCAST can send messages:
Opening and closing deals; Placing and deleting pending o
FREE
Горячие клавиши плюс клик левой кнопки мыши на графике.
Советник открывает сделки, выставляет лимитные и стоповые ордера, удаляет ордера и закрывает позиции, также делает реверс открытых позиций, выставляет прописанные в настройках стоп лосс и тейк профит.
(реверс только на неттинговых счетах)
При запуске советника можно посмотреть подсказку как действует советник при нажатии клавиши + клик на графике.
Правее последнего бара, ниже цены Ctrl+ЛКМ - OpenSell
Правее последнего бара, выше
FREE
Free for a limited time: master the market with FX Market Snapshot
Turn Forex market activity into quantifiable, automated decisions with FX Market Snapshot — the tool designed for serious traders seeking an edge through objective data and fast, reliable actions. Key Features ️ Exportable data for AI : generate custom CSV reports ready to analyze with your favorite AI engine, and get high-probability trade suggestions by combining key market data like strength, volume, volatility,
FREE
Presentation The URL html and xml to csv is designed to get contents from URLs with html or xml content, and to download it to an output format as a txt or as a csv file. It enables to get the whole web sites page, starting with the http protocol, in a document for a further use and in additional with downloading directly on the MetaTrader applications and on the desktop. It is a good advantage for taking the most data from events and economic calendars, and also publications related to the inst
FREE
Fingerprint Capture Script (CSV) This script creates a pattern “fingerprint” CSV from chart window by exporting the OHLC values of candles between two vertical lines . What it does Reads exactly two vertical line objects (VLINE) on the current chart Uses them as start/end markers of the candle range Exports the selected candles to a semicolon-separated CSV file in: Terminal → Common → Files How to use Open any chart and timeframe with the pattern visible in history. Place tw
FREE
Test Trade Saver Script
Application Type: Script
Application Functions: Saves test results cache file data into text files
About the Application The script extracts trading results from a test system cache file and saves them into text files for further analysis. How to Use Parameters: LOG_LEVEL - Logging level in the Experts terminal section. DEBUG provides the most detailed information, while ERROR gives the minimum. CUSTOM_MAGIC_NUMBER - The system identifier (Magic Number) used to save resu
FREE
️ Consistency and Stability Analysis for Professional Results AlphaMonitor Pro is an analytical tool designed to assess the quality and stability of your trading account performance through two key metrics: consistency and stability. These metrics are used by proprietary firms and capital managers to identify phases of sustained growth or periods of instability and loss of operational consistency. They are particularly useful for improving discipline, self-management, and consistency in market
FREE
WAP TP Stealth EA – Intelligent Basket Management for Precision Exits WAP TP Stealth EA is a specialized trade management expert advisor designed for traders who rely on basket strategies, recovery systems, and multi-position workflows. Instead of closing trades individually, the EA dynamically calculates the Weighted Average Price (WAP) of all open positions and executes a coordinated closure once your defined profit target is reached. This approach enables efficient drawdown management, smooth
FREE
KYN Legacy – FREE Edition Multi-Timeframe Market Navigator Dashboard for XAUUSD & Intraday Traders Most traders don’t lose because of strategy.
They lose because they read the market wrong. KYN Legacy FREE Edition is designed to help you see market direction, strength, and structure clearly — without switching between multiple charts. This is not a signal indicator.
This is a decision support tool . What This Indicator Does KYN Legacy FREE helps you: Understand market bias across multiple timefr
FREE
Copier of transactions through Telegram channel. Will help you instantly publish your trade in Telegram channel or copy trades from Telegram channel. The utility can work in two directions by receiving signals in MT5 and transmitting signals to Telegram . Telegram chat for questions and discussion: https://t.me/forex4up_chat No more missed deals No more panic Capital Management Ease of use PAY version: https://www.mql5.com/en/market/product/
FREE
This is a DEMO version of the copier with a restriction - copies only BUY orders. Paid version: https://www.mql5.com/en/market/product/45792 Copier MT5 is the fastest and most reliable copier of transactions between several MetaTrader 4 (MT4) and MetaTrader 5 (MT5) accounts installed on one computer or VPS server. Transactions are copied from the MASTER account to the SLAVE account, copying occurs due to the exchange of information through a text file with a speed of less than 0.5 sec., The p
FREE
Script to Delete Pending Orders
Sometimes you placed many Pending Orders and then you want delete certain kind of these orders, this script can help you! Usage:
Download and drag and drop this script to the chart. Check "Allow AutoTrading" in "Common" tab and set input parameters in "Inputs" tab. Input Parameters: TypeOfPending: which type Order you would delete. mySymbol: which Symbol you would delete. The input format of the Symbol is such as "EURUSD" or "eurusd".
The script allows to easily watch the date and time of several cities selected by the user from more than 30 important cities all over the world. It also shows GMT, Server time and Local time. The cities on the screen are automatically sorted by the date and time. You can save your setting on the Inputs tab and use them in future. Notice: Daylight saving time is not considered.
Some trading strategies are suitable for the quiet market with less volatility, while others are suitable for the volatile and violent market. Either way, traders should have a clear measure of how hot or cold the market is. This product is convenient for traders to compare the degree of cold heat of different trading varieties, or the trading heat of the same trading variety in different time periods. You can put it on different charts to get the intuition. It's easy to see which is more hot an
Painting Deals on active chart. It allows analyzing trade history on an account to which you have an investor (read only) password. Type of the arrow displayed indicated the deal type: Right Arrow means In and In/Out deals Arrow Left Left means Out deals. Blue arrows are for Buy deals and Red arrows are for Sell deals. The indicator displays deals in the real time mode, it also displays their Stop Loss and Take Profit levels. Put the mouse over the arrows to see the details of deals including op
The script shows statistics of trades for the specified period. For example, if you want to know the details of trades of the ATC2010 Winner ( bobsley ): Login with his account using the investor (read-only) password (MetaTrader5); Open the chart of his trading symbol (EURUSD); Run this script on the chart; Specify 2010.10.1 in "date from", and the diagram will be shown.
The Synchronized Charts script allows comparing bars of different symbols or different periods of the same symbol. Attach the script to a chart and move bars or change the scale, all opened charts will move synchronously with the current one. The bars on different charts aligned to the border according to their open time. Please be sure the relevant history datas have been downloaded before synchronize charts.
The script creates account summary report in a separate window. The report can be created for all deals and on deals for selected financial instruments.
It is possible to specify a time interval of calculation and save report to htm-file.
The script creates account summary report in a separate window. The report can be created for all deals and for deals of the selected financial instruments. It is possible to specify a time interval of calculation and save report to htm-file.
Input parameters
Expert Advisor removes a group of pending orders. Orders are grouped by type. Orders are grouped by entry.
It is possible to form groups arbitrarily directly in the table. Эксперт удаляет группы отложенных ордеров. Ордера группируются по типам. Ордера группируются по направлениям.
Есть возможность формировать группы произвольно непосредственно в таблице.
Expert Advisor to change the Stop Loss and Take Profit levels. It is possible to set stop levels according to the specified profit/loss. You can set the price level directly. Эксперт для изменения уровней Stop Loss и Take Profit открытой позиции. Есть возможность задавать уровни стопов в соответствии с заданной прибылью/убытком. Можно задать непосредственно ценовой уровень ордеров Stop Loss и Take Profit.
The Expert Advisor performs closure of several positions. Positions are grouped by type. You can select the position of largest profit(losses). It is possible to form groups at random. Эксперт выполняет торговые операции группового закрытия позиций. Позиции группируются по типу. Можно выбрать один из трех параметров: filter Off. Buy only. Sell only.
Можно отбирать позиции по величине прибыли(убыткам). filter Off. Wins only. Losses only. и/или задать порог по достигнутой прибыли(убыткам). Есть в
This script allows traders to easily close positions if their profit/loss reaches or exceeds a value specified in pips.
The script allows users to easily close positions if their profit/loss reaches or exceeds a value specified in pips. Please set slippage value first. Sometimes some positions do not close due to high volatility of the market. Please set larger slippage or restart the script.
............................................................................................
Info tool helps to estimate the current risks of open positions and orders. It allows to analyze open positions or/and pending orders, also there are USD/Percentage modes. Expands the margin load and the share of profit participation for individual positions. Информационная панель помогает оценить текущие риски по открытым позициям и ордерам. Есть возможность отдельного анализа рисков по позициям/отложенным ордерам, а также в режимах USD/Percentage. Раскладывает маржинальную нагрузку и долю учас
TimeFilter indicator allows to select visually bit masks (GoodHourOfDay, BadHoursOfDay, GoodDayOfWeek, BadDaysOfWeek), used in the Intraday Time Filter module of the Standard Library. The use of time filters allows to take into account the details of trade sessions. Parameters: GoodHourOfDay Number of the only hour of day (from 0 to 23) when trade signals will be enabled. If the value is -1, the signals will be enabled through the whole day. BadHoursOfDay The bit field. Each bit of this field c
MetaTraderマーケットは自動売買ロボットとテクニカル指標を販売するための最もいい場所です。
魅力的なデザインと説明を備えたMetaTraderプラットフォーム用アプリを開発するだけでいいのです。マーケットでプロダクトをパブリッシュして何百万ものMetaTraderユーザーに提供する方法をご覧ください。
取引の機会を逃しています。
- 無料取引アプリ
- 8千を超えるシグナルをコピー
- 金融ニュースで金融マーケットを探索
新規登録
ログイン