• 概述
  • 评论
  • 评论
  • 新特性

GridCreateByMouseMT5

The script allows to use the mouse for placing a grid of orders with fixed or variable step quickly and with as few mistakes as possible. Drag the script to the chart using the left mouse button and release. The grid will be plotted starting from that point. If the current price is lower than the grid start point, the grid will be placed "to the north" towards the buys, and if higher - towards the sells, "to the south". Setting take profit and stop loss is left to trader's discretion.


Input Parameters

  • Grid from here - in case this field in not zero, the grid will be plotted starting from this value. If it is zero (default value), the mouse release point will be used as the start for the grid.
  • Type - type of grid orders. There are three options:
    • STOP - grid in one direction, composed of ORDER_TYPE_BUY_STOP or ORDER_TYPE_SELL_STOP orders
    • LIMIT - grid in one direction, composed of ORDER_TYPE_BUY_LIMIT or ORDER_TYPE_SELL_LIMIT orders
    • STOP & LIMIT - grid in two directions. At the order opening points two orders are opened at the same time - STOP and LIMIT.

    The script automatically chooses between BUY and SELL, based on the location of the grid relative to the price at the execution time.

    The default value is LIMIT.

  • Grid step - the distance between orders in points. The default value is two hundred (200) points. The value is given for a five digit broker. It should be manually set ten times less for a four digit broker.
  • Min grid step - the minimum grid step in case the variable size of the step is set, and if the grid is plotted with a decreasing step. The default is twenty (20) points. The value is given for a five digit broker. It should be manually set ten times less for a four digit broker.
  • Step type - grid step type. There are two options:
    • FIXSTEP - fixed step size, equal to the Grid step.
    • VARSTEP - variable step size. The first step of the grid, i.e. the step between the second and first order, will be equal to the Grid step. Each subsequent step will be equal to the previous one multiplied by Coeff. next step.

    The default value is FIXSTEP.

  • Coeff. next step - the coefficient to calculate grid step value, in case it is plotted with a variable step size. In this case, the first step is equal to Grid step, and the subsequent ones are obtained by multiplying the previous step by this coefficient. If the coefficient is set to less one, and the grid is plotted wit ha decreasing step, then the minimum step value is taken equal to Min grid step. Once the newly calculated step is less than or equal to the Min grid step, grid plotting stops. The default value is 1.
  • Lot - the volume of opened orders. The default value is 0.01. If it is less than the minimum allowed, the value of the Lot parameter is taken as the minimum allowed volume value for the broker.
  • Orders count - the maximum number of price levels, where orders are to be opened. The default value is four. For this value and for the TYPE parameter set to STOP & LIMIT, the grid will consist of eight orders, and for other values of the TYPE parameter - four.
  • Magic - magic number. The default value is 150330.
  • Commentary - comment to orders. By default, the value is not specified and there are no comments.
推荐产品
This utility provides the ability to use hot keys in manual trading instantly responding to the current market situation. You can assign hot keys to open/close positions by their type, open/close all positions on the current chart and remove all orders on the current chart. You can also assign hot keys for five predefined trade volumes and switch between them if necessary with no need to change the volume manually from time to time. It is also possible to set the auto calculation of a trade volu
VR模板切换器是一个强大的工具,用于管理MetaTrader终端中的图表模板。你不再需要做很多事情来下载、保存和删除模板。 VR模板切换工具允许你保存当前的图表模板,包括所有指标、水平和设置,并一键加载另一个模板。 你们有针对不同金融工具的模板吗?VR模板切换器将在加载模板时设置所需的周期和金融工具。 VR模板切换器配备了额外的功能。 自动保存图形模板 备份模板的能力 能够与你的个人电脑上的其他MetaTrader终端同步图表模板 如果你改变了图表模板,你不仅可以下载新模板,还可以立即改变图表周期和金融工具。 该工具保存了带有所有设置、指标和布局的模板。当模板被加载时,一切都将被恢复。 这意味着,如果保存了一个带有绿色VR模板切换器的图形模板,那么在加载这个图形时,VR模板切换器将是绿色的。 MetaTrader 5的版本有更多的功能 键盘上的热键 在设定的时间间隔内自动改变时间表模式 来自作者的信息。 我写VR模板切换器是因为我想简化图表模板的工作,我需要在不同的终端使用相同的图表模板,同时保留之前所有的工作。 版本: MetaTrader 4 博客上的更多信息 跳转 您的反馈是最好
PnL Calendar
Keni Chetankumar Gajanan -
Monitoring your trades over time helps you build up your account balance and shows when you miss your goals. Viewing the closed trades of a symbol on the chart can help you adjust your strategy for better results. Maintaining a trade book allows you to record the applied strategy and note the reason for taking each trade. It helps you to evaluate and refine strategies based on its profitability. A possibility to download the Account history as a text file with delimited fields, allows upload to
專為手動交易設計的交易助手。它有助於計算和控制您的風險,將交易轉移到盈虧平衡點,並通過追踪止損伴隨頭寸。易於安裝和使用。它可用於計算交易手數、計算止損和止盈水平。 適用於貨幣對、差價合約、股票、指數、期貨、加密貨幣 下單前顯示交易量、潛在損失和利潤 能夠設置掛單的到期時間 將交易轉移到盈虧平衡點 追踪止損追踪。 MT4 版本 - https://www.mql5.com/ru/market/product/57901 選項: RISK_PER_TRADE - 每筆交易的風險,如果 = 0,則不使用; CALC_MODE - 計算每筆交易風險、餘額百分比或固定金額的模式; INITIAL_LOT - 如果 RISK_PER_TRADE = 0,則交易手數; INITIAL_STOPLOSS, INITIAL_TAKEPROFIT - 初始止損和止盈; LIFE_TIME_MINUTES - 掛單的生命週期; BREAKEVEN_STOP, BREAKEVEN_STEP - 將交易轉移到盈虧平衡的參數,如果 = 0,則不使用; TRAILING_STOP, TRAILIN
The utility places virtual (hidden from your broker) trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic   - magic number. If less than 0, positions with any magic number are tracked. only_this_sym
T Manager for Price action Traders
Haidar, Lionel Haj Ali
4.5 (6)
T Manager, the ultimate trade management solution designed by traders for traders. If you are searching for a simple and efficient trade panel, trade manager, or trade assistant, you are at the right place.   The market contains a diverse number of those tools , but this one is designed by traders for traders . I designed this tool, and I am using it daily. Take my advice and stop buying tools blended with un-useful features that you will never use,   T Manager provides you with the essential
Click and Go Trade Manager, the ultimate solution for seamless trading execution. With a simple click on the chart, you can effortlessly define your stop loss, entry price, and target levels. No more hassle of inputting values manually - it's made incredibly intuitive and easy. Embedded risk management is a key feature of our Trade Manager. We understand the importance of protecting your investments, which is why the Click and Go Trade Manager incorporates risk management. When placing orders, y
One click to close all (OCCA) provides you posibility to close all open position with one click. Here is no any settings, just run the script and all your open positions will be closed and it will happen very fast ! Works with all types of accounts, with all currency pairs and any broker. The number of open positions is not limited. The script will be useful for trading strategies, in which you need to manage a large number of positions.
Equity Shield mt5
Vladimir Stepanov
3.6 (5)
EA 将通过持续监控净值并按照参数输入的规则来保护您的账户免受意外损失。 当违反规则时,EA 将关闭所有交易。 您可以将 EA 设置为以特定百分比或货币亏损关闭所有交易,或以特定百分比或货币利润关闭。 我的信号和其他产品可以在这里找到 购买后请联系我以获得支持和礼物。 参数: For 1 pair only: 将 Equity Guard For all pairs at account :Equity Shield 放在任何货币对上) TP at money(0:关闭):TP in money SL at money(0:关闭):SL in money TP at % at account Equity: TP 将在 X% 的账户利润中关闭交易 SL   at % account equity :SL 如何开始: EA 自定义您的设置 不理会EA,永远不要关闭该图表 Equity Shield Equity shield 在 交易 公司 时 效果 很 好 , 因为 您 将 您 的 提款 保持 在 较 水平。 例如 , 每 日 最 跌幅 为 为 为 为 为 请 确保 将 sl 设置
该工具可以帮助你一键平仓所有持仓订单,只需要点击“Close all”.如果你只想平仓盈利中的订单时,就点击“Close profitable"按钮,点击之后,所有浮盈中的订单都会被全部平掉;如果你只想平仓浮亏中的订单,就点击“Close losable”按钮,点击之后,所有浮亏中的订单就会被全部平掉。 该工具经过一年的真实测试,一键平仓功能非常完善,平仓及时,延迟范围较小,当然,延迟和你所处的地区以及网络环境也有关系,这一点还请注意。 在历史数据的回测过程中,该工具表现更加完美,100张订单全部平仓完成最多只需要0.495秒。在真实交易过程中,本人最多持仓订单数量只有26笔,全部平仓完成的时间是1.28秒。
Itrade Manager
Nestor Smill Soler Olivero
Itrade manager expert advisor (EA) is a type of software that can be programmed to perform a variety of tasks related to managing trades in the financial markets. Some of the ways in which the Itrade manager EA can help you trade better include: Itrade manager EA can automatically modify, and close trades based on predefined rules and conditions, freeing you up to focus on other aspects of your trading strategy. Managing risk: Itrade manager EA can help you manage risk by placing stop-loss and t
Ultimate MT5 to Telegram Public Channel sends controlled trades (via symbol, magic, comment) to a public telegram channel. It sends open and closed trades, including pending orders and TP/SL modifications, along with chart screenshots, to this public telegram channel. Additionally, you can send trade reports of open trades and summary profit/pip reports for day, week, or month. You can customize the design of the trade actions or reports with variables and emoticons.  A beautiful panel allow
FREE
Spread and Swap monitor
Gennadiy Stanilevych
5 (1)
本指标的目的是判断点差和利率大小,以及按照存款货币每一个点的风险,设置从当前价位计算的止损距离。 本指标告知交易者有关金融工具在每个时段之间转换时可能的额外费用和利润。它还告知有关的点差和挂单的距离,从当前价位的尾随止损位。此外,指标告知交易者有关存款货币每一个点的风险。 信息被显示在图表下方的单独子窗口里。它可以避免图表被不同的信息塞满。点差和利率监控指标适合任何自定义模板。
这个QuickCloseMT5帮助您一键即可立即关闭所有订单,其工作非常快。您可以选择您想要的符号或关闭所有符号,因此它将有助于您在交易中更快地管理交易。该EA可以通过选定的符号或总数快速关闭所有买入和卖出订单和删除全部挂单。此SymbolButton专为关闭订单而设计。有手动和自动关闭功能。自动关闭功能将根据参数关闭订单。 SymbolButton有两种类型的自动关闭参数:利润:当前货币利润或全部货币利润等于或高于预设值时,订单将被关闭. 输入参数 ALLPROFIT:30.00 全部货币利润等于或高于预设利润率时,订单将被关闭。 PROFIT:25.00 一个货币对利润等于或高于预设利润率时,订单将被关闭。 关于作者 作者:dayingcao,我是一个具有丰富经验的软件工程师.
The Utilitarian Platform is designed to quickly open a position with established orders, as well as the ability to automatically hedge or shift an order to close a position when losses are stopped. Automatic Increase of a profit taking order when hedging a position. It is possible to enable the automatic increase of the corridor when hedging a position. There is a built-in panel for placing orders to open positions. The order size, step tracking are established in paras.
One Click Trader  is a tool designed for MetaTrader 4 platform, which enables you to take your trading to the next level. It enables you to open, manage and close your trades in simple an efficient way by just one click of your mouse button. "-"   ,  "+"  change OCT window size  Up arrow minimizes the OCT panel Down arrow maximizes the OCT panel Right arrow displays the next panel with additional features Left arrow hides the panel with additional features Red  SELL  button enables you to open s
Close All and Change Take Profit and Stop Loss All Orders. Main Features     Ability to Close All Orders the Symbol you put this EA.     Ability to Change Take Profit to All Order.     Ability to Change Stop Loss to All Order.     Show Order count.     Show Average price with info and Horizontal Line.     Show lot open.     Show Price diff from average to price now     Show broken price with info and Horizontal Line.     Easy to use . How to use Close All (Symbol) PC : you can click on Clos
What is this indicator? This indicator synchronizes the chart position of multiple charts with hotkey, drag and drop or date input. That function is also part of the FX verification software " Knots Compositor " that can be installed on MT5. If you synchronize with hotkeys, the common vertical line will be drawn at the chart shift position. Prameter 1: Alignment line properties -   Color: The color of the common vertical line. -   Width: The width of the common vertical line. -   Style:
MT5 to Telegram
Alessandro Lentini
Bot to attach to any different chart than the one using to get the orders and send them to telegram Inputs: Telegram Bot Token, Telegram Chat ID Sends Open Price, Order Type, Lots, Take Profit and Stop Loss instantly after the trade is executed. Easy to SetUp and to use My other Bot for XAUUSD and USDCHF:   https://www.mql5.com/en/market/product/94001 Just remember to go to Tolls->Options->ExpertAdvisors->Allow Web Request for listed URL:  https://api.telegram.org/
Close Assistant 5
Gheis Mohammadi
5 (2)
Close Assistant (CA)  is a full featured utility for monitoring and closing a set of positions placed by trader or EA. It closes filtered orders in specified time or level or candle patterns or when a certain profit or loss of the total positions is reached. CA uses Zero Profit Lock function to save deposit when total profit falls to zero. Profit and loss levels can be set in fixed amount of account currency or percentage of balance or equity or margin. CA only monitors and works on filtered pos
Size calculator by soa
Laurentiu Marian Bordian
Introduction to SWARM CALCULATOR The SWARM CALCULATOR is a revolutionary tool designed for traders who prioritize effective risk management and optimized trading strategies. With its advanced features and intuitive interface, the SWARM CALCULATOR enhances your trading experience, allowing you to make informed and precise decisions. Key Features: Customized Risk Management: Automatic Position Size Calculation: Automatically determine the optimal position size based on the percentage of risk you a
CAP Trade Pad EA MT5
MEETALGO LLC
4.54 (13)
Trade easily from the chart with  CAP Trade Pad EA . It handles risk management for you and can perform several useful tasks with your existing trades. Trade easily from the chart Trade with precise risk management hassle free Set your desired stop loss and take profit levels Close all existing trades with a single click Delete all pending orders with a single click Reap partial profits with a single click It has no input parameters How to Use Please Read this blog -   Details Information in o
FREE
Microlots Deriv
William Oswaldo Mayorga Urduy
DERIV MICROLOTS 该面板取代了传统的面板,当经纪人不允许放置微型手时,您可以使用该面板输入微型手,前提是经纪人提供的交易量步长小于最小交易量。 例如: 如果最小交易量为 0.20 且步长为 0.01,而您想要放置 0.02,通常您将无法执行此操作,但此工具将负责管理订单的发送,以便未结订单保持在 值为 0.02。 欢迎提出补充此工具的建议。 DERIV MICROLOTS 该面板取代了传统的面板,当经纪人不允许放置微型手时,您可以使用该面板输入微型手,前提是经纪人提供的交易量步长小于最小交易量。 例如: 如果最小交易量为 0.20 且步长为 0.01,而您想要放置 0.02,通常您将无法执行此操作,但此工具将负责管理订单的发送,以便未结订单保持在 值为 0.02。 欢迎提出补充此工具的建议。
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
Easy Order Blocks
Santiago Javier Ale Aguilera
Esta utilidad dibuja Order Blocks y otros bloques fácilmente mediante el trazado rápido de lineas y rectángulos con 1 click y 1 tecla. Las teclas Hotkeys son programables y son 5: Order Blocks Fair Value Gaps (o Liquidity Void) Rejection Blocks Mitigation/Breaker Blocks Fast Object Delete (Borrado Rápido de objetos) Las 4 teclas de dibujo toman las coordenadas de la barra donde se clickeo y trazan 1 linea horizontal y 1 rectángulo delimitando la zona de OTE (Optimal Trade Entry). Automáticamente
实用程序旨在更改当前、所有或选定图表的交易工具、时间范围更改以及历史记录中的同步移动(自动或单击)所有图表。交易品种列表是从“市场概览”中读取的。您可以更改按钮的颜色、大小和位置。当您单击同步按钮或在自动模式下移动鼠标/键盘时,图表同步发生在活动图表中的第一个可见条时。可以使用光标键更改 TF:向左/向右,以及交易符号 - 向上/向下。 8 种主要货币的按钮允许您从货币对列表(取自市场概览或用户字符串)中打开图表。可以在“新图表的模板名称”参数中指定新图表的模板。更改货币时,会保存当前图表的模板,并在指标打开的图表上替换货币对的货币。当您再次选择货币时,会加载相应的模板。 复制模式允许您一次将对象复制到当前工具的所有图表。 全局十字准线允许您查看所选图表上指定柱线的价格走势。 参数说明及说明 。 主要功能列表(该实用程序不断改进,所有新功能和更新都可在“新增功能”选项卡中找到): 为当前/选定/所有图表切换交易工具。 使用向上/向下光标键切换交易工具。 在主图表上更改时为所有/选定图表切换交易工具(主图表是安装了实用程序的图表)。 使用鼠标按钮突出显示交易工具的按钮。 预设交易工
With this script you can open or close multiple charts with just one click. Please follow the instructions below; Set your desired symbols in the market watch window. Open one chart. Attach the script to the chart In the input values just select the time frame of your chart. Set open chart value to true. Click ok. To close the charts follow step 3 and 7. In input values set open chart value to false and close chart value to true
If you want to be successful in Trading you must be extremely disciplined. Without discipline you won't get far. To help traders build and maintain discipline in the long run I have create the Risk Manager EA that comes with two huge benefits: 1. Equity and Balance protection 2. Risk and Money Management automatic tracking rules How? The EA has 6 customizable Conditions that, if triggered, will use at least one of 3 available Actions. All the tracking activity is displayed in a sim
Общие сведения Данная торговая панель предназначена для быстрой и удобной торговли в один клик. Создавался продукт для частичной автоматизации своей личной ручной торговли  https://www.mql5.com/ru/signals/1040299?source=Site+Profile+Seller Советник имеет ряд возможностей, а именно: Открытие BUY или SELL ордеров. SL выставляется ниже (выше)  минимальной (максимальной) цены, задаваемых в параметрах количества свечей. Размер TP рассчитывается в соотношении от размера SL (по умолчанию 0.618). Выста
If a complex grid with specified stop loss and take profit levels has been created in the wrong place by mistake, it is not necessary to remove it and start over again. The grid can be moved to a new place using the mouse. Drag the script to the chart and drop it where the grid should be moved. The grid will be moved, keeping the distance between orders, distances to stop loss and take profit. The script works exclusively with pending orders , market orders will be left unchanged. Input Parame
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.38 (164)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   注意,该应用程序在策略测试器中不起作用。 您可以在描述页面下载演示版  Manual, Description, Download demo 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 :
您认为在价格可以瞬间变化的市场中,下单应该尽可能简单吗? 在 Metatrader 中,每次您要开单时,您都必须打开一个窗口,您可以在其中输入开盘价、止损和止盈以及交易规模。 在金融市场交易中,资本管理对于维持您的初始存款并使其倍增至关重要。 因此,当您想下订单时,您可能想知道应该开多大的交易? 在这单笔交易中,您应该承担多少百分比的存款? 您可以从这笔交易中获利多少,利润风险比是多少? 在您设置交易规模之前,您需要进行必要的计算,以获得交易规模应该是多少的问题的答案。 想象一下,您有一个工具可以自动完成所有这些工作。 您打开图表,进行市场分析并用水平线标记入场点、防御点(止损)和目标(止盈),最后您定义风险水平,例如 作为可用资本的百分比,您可以在此交易中承担,此时程序提供: 定义风险和止损规模的可接受交易规模 以点数、点数和账户货币计的止损和获利值 风险回报率 现在剩下的就是点击面板上的相应按钮来打开交易。 如果您是黄牛,需要在不设置防御或目标的情况下快速打开和关闭交易,那么您可以在交易管理器面板中轻松掌握一切,您可以在其中定义固定订单参数并通过单击“购买”或 “卖出”按钮。 关闭
TradePanel MT5
Alfiya Fazylova
4.85 (114)
交易面板是一个多功能的交易助手。 该应用程序包含 50 多个手动交易功能,并允许您自动执行大多数交易操作。 购买之前,您可以在模拟帐户上测试演示版本。 演示 此处 。 完整说明 此处 。 贸易。 让您一键执行基本交易操作: 开立挂单和开仓。 打开订单网格。 平仓挂单和持仓。 仓位反转(平仓买入并开仓卖出,或平仓卖出并开仓买入)。 锁定仓位(通过开立相反仓位使卖出和买入仓位的交易量相等)。 对所有仓位进行部分平仓。 将所有头寸的止盈和/或止损设置为同一水平。 将所有仓位的止损设置为盈亏平衡水平。 开仓订单和仓位时,您可以: 根据既定风险自动计算订单量。 一键打开多个订单。 将计算出的交易量分配给多个订单。 使用面板创建的线条和标记在图表上可视化未来订单的交易水平位置。 开仓时,设置最大点差限制。 使用止盈规模与止损规模的自动比率。 使用虚拟止损和止盈。 将当前点差添加到止损和止盈。 使用 ATR 指标计算止盈和止损。 设置待处理订单的到期日期。 使用挂单跟踪(挂单自动移动到价格后面指定的距离)。 平仓订单和平仓时,您可以: 一键按订单或仓位类型关闭。 只需点击一下,即可仅平仓盈利或无利可
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.99 (68)
通过 Local Trade Copier EA MT5 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT5 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT5 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT5 >> 文件 >> 打开数据文件夹 >> MQL5 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT5 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 Loc
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT5。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |   MT4版本  |   不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT5 接收器在策略测试器中不起作用! Telegram 至 MT5 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Trade Dashboard MT5
Fatemeh Ameri
4.96 (48)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT4 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
4 (22)
MT5 交易复印机是 МetaТrader 5 平台的交易复印机 。 它复制外汇交易 之间   任何账户 MT5   -   MT5, MT4   -   MT5 对于 COPYLOT MT5 版本(或 MT4   - MT4 MT5   -   MT4 对于 COPYLOT MT4 版本) 值得信赖的复印机! MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 您还可以在 МТ4 终端 (   МТ4   -   МТ4, МТ5   -   МТ4   ) 中 复制交易: COPYLOT CLIENT for MT4 此版本包括在终端 МТ5   -   МТ5, МТ4   -   МТ5 之间 。 交易复制器用于在 2/3/10 终端之间复制交易/头寸。 支持从模拟账户和投资账户复制。 该程序可以在多个终端绑定上运行。 使用它作为您在一个账户上交易的各种投资者账户的交易的同步器, - COPYLOT 会将您的交易复制到其他终端。 从 多个 终端复制到一个; 从一
YuClusters
Yury Kulikov
4.93 (41)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
Attention: this is a multicurrency EA, which trades by several pairs from one chart!  Therefore, in order to avoid duplicate trades, it is necessary to attach EA only to one chart, ---> all trading in all pairs is conducted only from one chart! we can trade simultaneously in three different pairs, as by default (EURUSD + GBPUSD + AUDUSD), which take into account the correlation when entering the market for all three; we can trade only EURUSD (or any currency pair) and at the same time take into
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告*** 可自定义的评论 注意: *
Set price targets, and leave everything else to HINN Lazy Trader! This tool is designed for automatic position sizing from specified levels to designated targets. Using a VPS is recommended (*). The demo version   limited in functionality, be sure to watch this video before using -->  https://youtu.be/geLQ6dUzAr8 A community for users, product discussion, update news, and first line of support are organized in a free Discord: https://discord.gg/zFhEZc7QDQ Use Webmoney For payments in cryptocu
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停
Trade Assistant 38 in 1
Makarii Gubaydullin
4.89 (18)
多功能工具:超过65个功能,其中包括:手数计算,价格行为,盈亏比,交易管理,供需区域。 演示版   |   用户手册   |  MT5版 任何问题 / 改进意见 / 如果发生了故障或错误    都可以联系我 该实用程序在策略测试器中不起作用:您可以在此处下载 演示版来测 试产品。 Trading functions require permitted auto trading (including on the broker's side) 简化,加快并且自动化你的交易过程。利用这款工具的控制功能就能增强普通交易端的执行力。 建立一笔新的交易:手数 / 风险 / 盈亏计算 1. 手数计算工具 (基于风险规模的交易量计算) 2. 风险计算工具 (基于手数大小的风险额计算) 3. 盈亏比 4. 订单的激活和触发,买入或卖出限价/买入或卖出止损 5. 虚拟的止损/止盈 (隐藏的止损,止盈:交易商不可见) 6.  智能的止损/入场点:当价格柱在收盘时已超越了才入场 (避免无效触发) 7. 隐藏掉挂单 (虚拟的订单) 8. 预订挂单:在市场关闭的时候你也可以下挂单 (适合周末
Cerberus Equity Watcher
Samuel Bandi Roccatello
5 (2)
Cerberus the Equity Watcher 是一种风险管理工具,可以持续监控您的账户资产并避免因错误的 EA 或您的情绪行为(如果您是全权交易者)导致的重大亏损。对于依赖 EA 的系统交易者来说,它非常有用,EA 可能包含错误,或者在意外的市场条件下可能表现不佳。 Cerberus 允许您设置最小净值和(可选)最大值,如果达到其中任何一个,则所有头寸都被平仓,所有挂单被关闭,所有 EA 被“杀死”。在展平所有位置后,将向用户手机发送通知,并在屏幕上显示一条清晰的消息。在“扁平化”之后, Cerberus 继续关注股权价值,并继续扼杀任何进一步的交易尝试,直到它被重新初始化。 Cerberus 执行的任何操作都清楚地显示在屏幕上,报告在“专家顾问”选项卡上,并向用户发送通知。为了避免用户错误,对用户输入的输入值和自动交易的当前状态进行了多次检查。 ****** 特征 最小和最大权益值可以以账户货币或初始权益的百分比设置 最大净值是可选的 如果达到最小/最大净值,则所有 EA 将独立于它们交易的符号被终止 第一次压扁后几秒钟进行双重检查 Cerberus 在拉平后也继续监控股权
Trade copier MT5
Alfiya Fazylova
4.44 (25)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持通过执行在“Market account”上工作,其中 SL / TP 仅在开仓后设置。 如何使用简单的设置复制交易 将供应商终端和接收终端安装在同一台计算机或 VPS 上。 在供应商终端上以“Master”模式安装复印机,然后
News Filter Tool
Apex Software Ltd
5 (1)
提升您的交易表现,通过新闻事件洞察 在快節奏的交易世界中,新聞事件可能會對市場價格產生重大影響。了解這些事件如何影響價格變動對於在波動時期管理交易至關重要。新聞工具 EA 旨在提供對歷史和即將發生的新聞事件的見解,幫助您做出明智的交易決策。 此EA无法在策略测试器中运行。 用户指南 主要功能: 历史影响分析 了解价格如何响应特定过去新闻事件的波动。分析事件是否通常伴随着看涨或看跌趋势,并查看平均价格影响,以点数或百分比形式,随时间框架的调整而变化。可视化图表帮助您观察新闻事件与价格反应的关系,从而获得更深入的市场见解。 实时新闻集成 在MT5中直接接收即将发生的新闻事件的实时更新。为特定事件或重要性级别设置提醒,并按货币和相关性筛选事件,以关注对您的交易策略至关重要的内容。 自动化EA管理 此工具帮助您在新闻事件期间管理专家顾问(EA),允许您在重大新闻事件之前暂停EA,并在事件后无缝重新应用。您可以自定义时间设置,确保EA恢复时保持相同的参数,避免中断。 用户友好界面 使用符号选择器轻松切换分析不同的市场工具。新闻事件以颜色编码的重要性级别和国家旗帜标记在图表上,便于快速识别
The News Filter MT5
Leolouiski Gan
4.6 (10)
这个产品在新闻时间过滤所有的专家顾问和手动图表,因此您不必担心突然的价格波动会破坏您的手动交易设置或其他专家顾问输入的交易。此产品还带有完整的订单管理系统,可在任何新闻发布前处理您的持仓和挂单。一旦您购买了   The News Filter ,您将不再需要依赖以后的专家顾问内置的新闻过滤器,因为这个产品可以从此过滤它们所有。 新闻选择 新闻来源于Forex Factory的经济日历。 选择可以基于任何一种货币,如USD,EUR,GBP,JPY,AUD,CAD,CHF,NZD和CNY等。 选择也可以基于关键识别,例如Non-Farm (NFP),FOMC,CPI等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator mt5 Video tutorials, manuals, DEMO download   here .   Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extend
Grid Manual MT5
Alfiya Fazylova
4.87 (15)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
将完全可定制的信号从 MT5 发送到 Telegram,并成为信号提供商! 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  | MT4版本 | 不和谐版本 如果您想尝试演示,请参阅用户指南。 MT5 电报发送器在策略测试器中不起作用。 MT5 转 Telegram 功能 通过大量选项根据您的喜好完全定制信号 在信号之前或之后添加您自己的自定义消息。 这可以是标签、链接、频道或其他任何内容 在信号中添加、删除、自定义表情符号。 或者您可以将它们全部删除。 按交易品种或幻数过滤要发送的交易 排除发送特定符号 排除发送特定幻数 自定义与信号一起发送的交易详细信息 发送带有信号的屏幕截图 自定义要发送的信号类型 发送信号性能的每日、每周、每月和自定义时间报告 我总是愿意改进产品,所以如果您有想要看到的功能,请发表评论或给我留言。
Risk Manager for MT5
Sergey Batudayev
4.42 (12)
MT5 的 Expert Advisor 风险管理器是一个非常重要的程序,我认为对每个交易者来说都是必要的程序。 使用此 EA 交易,您将能够控制您交易账户中的风险。风险和利润控制可以以货币形式和百分比形式进行。 要让智能交易系统工作,只需将其附加到货币对图表并以存款货币或当前余额的百分比设置可接受的风险值。 PROMO BUY 1 GET 2 FREE -   https://www.mql5.com/en/blogs/post/754725 顾问功能 该风险经理将帮助您控制风险: - 交易 - 每天 - 一个星期 - 一个月 你也可以控制 1) 交易时允许的最大手数 2) 每天最大订单数 3) 每天最大利润 4) 设置 Equity 的获利了结 不仅如此,如果您在设置中指定自动设置,顾问还可以为您设置默认的止损和止盈。 顾问会在每个事件中附上警报,并向您解释删除订单的原因。比如你开了,你开了第6个订单,按照你的规则你每天只允许开5个订单,顾问会立即删除6个并说明原因。 例如,您开仓的手数比您最初向自己指示的手数大,顾问将删除订单并解释原因。
UTM Manager 是一款直观且易于使用的工具,可提供快速高效的交易执行。其中一项突出的功能是“忽略价差”模式,该模式使您能够以蜡烛的价格进行交易,完全忽略价差(例如,允许在 LTF 上交易更高价差的货币对,避免因价差而退出交易)。 UTM Manager 的另一个关键方面是其独特的本地交易复印机,允许在每个经纪商中灵活地运行不同的交易策略和设置,例如不同的 TP、BE 和风险规则。 交易执行: 快速高效的交易执行:通过点击图表上的入场价格和止损价格或使用一键固定止损尺寸功能轻松进入交易。 自动手数计算:根据预定义的风险设置计算手数,当通过拖动修改仓位时会重新计算手数。 能够同时处理一个或多个职位。 止盈和盈亏平衡: 灵活的止盈设置:通过特定的风险回报 (RR) 比率设置灵活的部分止盈水平。 可配置的自动盈亏平衡功能:当达到一定的利润水平时,将止损移至盈亏平衡点。 用户友好的界面: 用户友好的图形界面 (GUI),可轻松保存和加载设置。 内置帮助工具提示来解释其他功能。 职位定制: 仓位定制和调整:经理将所有仓位绘制在图表上,通过拖动线条即可轻松定制和调整。 图表上的按钮: 图
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
Mentfx Mmanage mt5
Anton Jere Calmes
4.25 (8)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
这是一个可视化的交易面板,可帮助您轻松进行交易管理,避免人为错误并增强交易活动。它结合了易于使用的视觉界面以及完善的风险和位置管理方法。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 易于使用 从图表轻松交易 精确的风险管理交易,无忧 保本是重中之重 让利润不受您的关注 尽快享受无风险交易 所有已开通交易的自动追踪止损 交易开始后立即设置初始止损 进行交易后,EA将执行以下任务: 初始止损/获利被自动放置 它会尽快锁定自由行(可选) 它将止损首次移动到盈亏平衡点(可选) 它使用您所需的方法跟踪止损,直到止损为止 其他很酷的功能是: 出色的终端活动报告 单一但功能强大的尾随止损方法 干净的图表界面 没有输入参数 我进行交易后会怎样? 这是您进行交易后EA的操作: 它放置初始止损并获利订单。 尽快搭便车并确保保本。默认情况下,这是通过在达到盈亏平衡点时关闭50%的交易来完成的,默认情况下为5点。这意味着,如果您日后被淘汰,您将一无所获(可选)。 盈亏平衡后,跟踪止损开始运行。 它跟踪止损,直到止损为止,让利润运行。 尾随止损如何运作? 追踪止损表示
交易面板一键交易。 处理仓位和订单! 通过 图表 或 键盘 进行交易 。 使用我们的交易面板,您只需单击一下即可直接从图表中执行交易,执行交易操作的速度比使用标准 MetaTrader 控件快 30 倍。 参数和函数的自动计算使交易者的交易更加快捷、方便。 图形提示、信息标签和有关贸易交易的完整信息均位于图表 MetaTrader 上。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 打开和关闭、反转和锁定、部分关闭/Autolot。虚拟/真实止损/止盈/追踪止损/盈亏平衡,订单网格... МetaТrader 5 中主要订单的交易控制面板 :买入、卖出、buystop、buylimit、sellstop、selllimit、平仓、删除、修改、追踪止损、止损、获利。 有 5 个选项卡 可用:头寸、挂单、账户信息、信号和总利润。 Description on English VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 注意
The  Easy Strategy Builder (ESB)  is a " Do It Yourself " solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategi
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (18)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
作者的更多信息
Market Structures MT5
Andrei Novichkov
4.78 (9)
The Market Structures MT5 indicator finds and shows the Break Of Structures (BoS) pattern on the chart. The pattern is an important part of the Smart Money Concepts (SMC) system. The appearance of a pattern means that the price breaks the last peak of an uptrend, or the last bottom of a downtrend. This indicates a change in the existing trend structure and the beginning of a new movement. BOS is a technical analysis tool used to identify trend reversals. The set of input parameters is simple
FREE
Market Structures MT4
Andrei Novichkov
4.5 (4)
The Market Structures MT4 indicator finds and shows the Break Of Structures (BoS) pattern on the chart. The pattern is an important part of the Smart Money Concepts (SMC) system. The appearance of a pattern means that the price breaks the last peak of an uptrend, or the last bottom of a downtrend. This indicates a change in the existing trend structure and the beginning of a new movement. BOS is a technical analysis tool used to identify trend reversals. The set of input parameters is simple
FREE
GridShowAverageMT5
Andrei Novichkov
3 (1)
For any number of placed market and pending orders, the utility calculates the "breakeven level" - weighted average price. The calculation is performed individually for buy and sell orders. The weighted average price is marked with a label and colored horizontal line separately as well - one line for the buy price, and the other for sell price. Input Parameters: Include pending. Include the pending orders in calculation. The default value of this parameter is false, and the calculation of the
FREE
CloneChartMT5
Andrei Novichkov
5 (1)
This utility clones the chart it is running on. It opens the same chart with the same graphical objects, set of indicators (saving the parameters) and the rest of the elements. In essence, it performs a deep copying of the original chart, transferring the template to the opened chart. The symbol and the timeframe of the original chart are also saved.
FREE
CloneChartMT4
Andrei Novichkov
5 (2)
This utility clones the chart it is running on. It opens the same chart with the same graphical objects, set of indicators (saving the parameters) and the rest of the elements. In essence, it performs a deep copying of the original chart, transferring the template to the opened chart. The symbol and the timeframe of the original chart are also saved.
FREE
The script allows to use the mouse for placing a grid of orders with fixed or variable step quickly and with as few mistakes as possible. Drag the script to the chart using the left mouse button and release. The grid will be plotted starting from that point. If the current price is lower than the grid start point, the grid will be placed "to the north" towards the buys, and if higher - towards the sells, "to the south". Setting take profit and stop loss is left to trader's discretion. Input Pa
Модифицируйте тейк профит и стоп лосс сети ордеров с помощью мыши. Перетащите скрипт на график левой кнопкой мыши и отпустите. Скрипт выставляет всем рыночным и отложенным ордерам раздельно, единый стоп лосс и единый тейк профит, используя величину цены в точке окончания перетаскивания. Входные параметры Buy or sell - Ордера какого типа подлежат модификации. Возможны два варианта: All BUY - все ордера на покупку All SELL - все ордера на продажу По умолчанию значение этого параметра All BUY. Wh
If a complex grid with specified stop loss and take profit levels has been created in the wrong place by mistake, it is not necessary to remove it and start over again. The grid can be moved to a new place using the mouse. Drag the script to the chart and drop it where the grid should be moved. The grid will be moved, keeping the distance between orders, distances to stop loss and take profit. The script works exclusively with pending orders , market orders will be left unchanged. Input Parame
VSA on the Fly MT4
Andrei Novichkov
The "VSA on the FLY" indicator is designed to quickly display various Volume Profile / Market Profile parameters.. The indicator takes the initial data for operation from the M1 timeframe. The indicator is installed on any timeframe and starts displaying data starting from the selected left border. This can be the beginning of a day, a week, a trading session, any hour, etc. The version of this indicator for MetaTrader 5 can be found here . The following input parameters are available: Show
Scalper Channel MT4
Andrei Novichkov
"Scalper Channel MT4" is a modern channel indicator that shows the trader the direction of the trade. For work, the indicator uses built-in and proprietary technical means and a new secret formula. Load it on the chart and the indicator will show you the entry direction in color: If the upper limit of the price channel of the indicator is blue, open a buy position. If the lower limit of the price channel of the indicator is red, open a sell position. If the border of the indicator is gray, ne
Indicator ICT Implied Fair Value Gap (IFVG) is an important part of the Smart Money Concepts (SMC) system. It looks for and shows on the chart a modern pattern - the Fair Value Gap ( FVG ). This pattern is a three candlestick imbalance formation based on the discovery of a mismatch between supply and demand. This happens when the price moves quickly in one direction without encountering resistance. The result is a "gap", which can be filled in later. The indicator finds this pattern using the up
Market Structures Pro MT4
Andrei Novichkov
5 (1)
The Market Structures Pro indicator finds and displays 5 (five) patterns of the Smart Money Concepts (SMC) system on the chart, namely: Break Of Structures (BoS)       Change of character (CHoCH) Equal Highs & Lows Premium, Equilibrium and Discount zones with Fibo grid High-high, Low-low, High-low and Low-high extremes Patterns are displayed for two modes - Swing and Internal and are easily distinguished by color on the chart. Internal mode features higher contrast colors, finer lines, and sm
Smart M Concept MT4
Andrei Novichkov
Our new indicator is an important part of the Smart Money Concepts (SMC) system It uses a modern market vision and fast calculation methods. As a result, the trader has a complete picture of the trade at every moment in time, which makes the process of obtaining results easier and faster. Our new indicator displays the following important patterns:   Order Blocks. Imbalance – Fair Value Gap (FVG). Break Of Structures (BoS). Change of character (CHoCH). Equal highs & lows. Premium , Equili
Modify the take profit and stop loss of orders grid using the mouse. Drag the script to the chart using the left mouse button and release. The script sets a single stop loss and take profit to all positions and pending orders separately, using the price value at the final point of dragging. Input Parameters Buy or sell - the type to be modified. There are two options: All BUY - all buy orders and positions (this parameter is set to All BUY by default.) All SELL - all sell orders and positions
If a complex grid with specified stop loss and take profit levels has been created in the wrong place by mistake, it is not necessary to remove it and start over again. The grid can be moved to a new place using the mouse. Drag the script to the chart and drop it where the grid should be moved. The grid will be moved, keeping the distance between orders, distances to stop loss and take profit. The script works exclusively with pending orders , market orders will be left unchanged. Input Parame
VSA on the Fly MT5
Andrei Novichkov
The "VSA on the FLY" indicator is designed to quickly display various Volume Profile / Market Profile parameters.. The indicator takes the initial data for operation from the M1 timeframe. The indicator is installed on any timeframe and starts displaying data starting from the selected left border. This can be the beginning of a day, a week, a trading session, any hour, etc. The version of this indicator for MetaTrader 4 can be found here . The following input parameters are available: Show
Scalper Channel MT5
Andrei Novichkov
"Scalper Channel MT5" is a modern channel indicator that shows the trader the direction of the trade. For work, the indicator uses built-in and proprietary technical means and a new secret formula. Load it on the chart and the indicator will show you the entry direction in color: If the upper limit of the price channel of the indicator is blue, open a buy position. If the lower limit of the price channel of the indicator is red, open a sell position. If the border of the indicator is gray, ne
Indicator ICT Implied Fair Value Gap (IFVG) is an important part of the Smart Money Concepts (SMC) system. It looks for and shows on the chart a modern pattern - the Fair Value Gap ( FVG ). This pattern is a three candlestick imbalance formation based on the discovery of a mismatch between supply and demand. This happens when the price moves quickly in one direction without encountering resistance. The result is a "gap", which can be filled in later. The indicator finds this pattern using the up
The Market Structures Pro indicator finds and displays 5 (five) patterns of the Smart Money Concepts (SMC) system on the chart, namely: Break Of Structures (BoS)       Change of character (CHoCH) Equal Highs & Lows Premium, Equilibrium and Discount zones with Fibo grid High-high, Low-low, High-low and Low-high extremes Patterns are displayed for two modes - Swing and Internal and are easily distinguished by color on the chart. Internal mode features higher contrast colors, finer lines, and sm
Smart M Concept MT5
Andrei Novichkov
Our new indicator is an important part of the Smart Money Concepts (SMC) system It uses a modern market vision and fast calculation methods. As a result, the trader has a complete picture of the trade at every moment in time, which makes the process of obtaining results easier and faster. Our new indicator displays the following important patterns:   Order Blocks. Imbalance – Fair Value Gap (FVG). Break Of Structures (BoS). Change of character (CHoCH). Equal highs & lows. Premium , Equili
筛选:
无评论
回复评论
版本 2.0 2021.11.17
Updated version
版本 1.10 2017.04.13
Fixed inaccuracies detection during the operation.