• 概述
  • 评论
  • 评论

SyncHistorySQL

Script for quick updates (synchronization) trade history in the SQLite database. Saves closed positions and orders, symbols data.

Take advantage of SQLite's capabilities for intermediate data storage, analytics, and integrations of the MetaTrader platform. Keep all your data in one place.

Use the saved data in SQL analytical queries, from Python and other languages, to build dashboards

Parameters

  • useDefaults true - use default parameters. Save data to the COMMON hierarchy, to the db/ram/{server_name} directory.{account number}.trade.db

you can specify useDefaults=false and set your own save options:

  • useCommon - use the COMMON hierarchy or the data directory of the current terminal
  • useFolder - directory to save the database
  • useFilename - the name of the database inside the directory

Database schema

The database contains the necessary minimum, in the style of mt4 and adapted for frequent inserts. After creating the database with the script, you can make your own adjustments to it (add indexes, computable fields, additional data and tables)

CREATE TABLE IF NOT EXISTS 
History (
        ticket          INT PRIMARY KEY,
        symbol          VARCHAR(16),
        'type'          VARCHAR(16),
        lots            REAL,
        openPrice       REAL,
        stopLoss        REAL,
        takeProfit      REAL,
        price           REAL,
        'time'          DATETIME,
        closeTime       DATETIME,
        expiration      DATETIME,
        profit          REAL,
        swap            REAL,
        commission      REAL,
        magic           INTEGER,
        'comment'       VARCHAR(255)
) WITHOUT ROWID;

and

CREATE TABLE IF NOT EXISTS 
Symbol (
        name    VARCHAR(16) PRIMARY KEY,
        base    VARCHAR(16),
        quote   VARCHAR(16),
        digits  INTEGER,
        point           REAL,
        tickSize        REAL,
        minLot          REAL,
        maxLot          REAL,
        lotStep         REAL
) WITHOUT ROWID

Using

Just run the script when you need to get the data.


推荐产品
A ticker that shows the average bitcoin price of the selected currency and keeps updating it at regular intervals. PRO version updates more often and displays details about the price change! Make sure you have added the API address http://metakod.com/mk/api in the list of allowed URLs on tab Tools → Options → Expert Advisors. All of the supported currencies and the API address are listed in the screenshots below. Inputs Logging level - Controls the amount of details written to the log (default
Drawdown Manager by Ofx
Osama Essameldin Ibrahim Abdelaal
In the ebb and flow of financial markets, the Drawdown Manager (by Ofx) stands out as an essential companion for traders utilizing grid and martingale strategies. This innovative tool is engineered to provide an analytical approach to managing trading drawdowns. By selectively utilizing floating and realized profits, the DDM tactically help traders control their drawdown exposure during market downturns. Its customizable settings empower traders with the flexibility to adjust operations accordi
Trade on Binance with  MT5/MT4 EAs and indicators! GRat_BinanceImport   is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency on the most popular crypto exchange  Binance  24/7. Features 1. ALL Binance instruments are available. 2. Import(automatic copying) to the specified Binance  currency all trades (made manually or by an EA) from an MT5 account (including demo) by the specified symbol and/or magic number. 3. Import(automatic copying)   to the specifie
使用革命性的交易时间管理器轻松控制您的交易程序。这个强大的工具可以在指定时间自动执行订单,从而改变您的交易方式。 为不同的交易行为(从购买到设置订单)制定个性化任务列表,所有这些都无需人工干预。 交易时间管理器安装和输入指南 如果您想获取有关 EA 的通知,请将我们的 URL 添加到 MT4/MT5 终端(参见屏幕截图)。 MT4版本     https://www.mql5.com/en/market/product/103716 MT5版本     https://www.mql5.com/en/market/product/103715 告别人工监控,拥抱精简效率。直观的界面允许您设置精确的参数,包括交易品种、执行时间、价格、止损 (SL)、止盈 (TP) 点和手数大小。 该工具的灵活性通过与市场行为相匹配的适应性重复选项来凸显。通过视觉主题个性化您的体验,并减少长时间交易期间的眼睛疲劳。 摆脱手动交易程序,拥抱“交易时间管理器”的强大功能。提高交易的准确性、组织性和自由度。简化您的日常工作并重新体验交易。 主要特点: 自动订单执行:按指定时间间隔无缝自动执行订单,从而节省
Market View MT5
Kyra Nickaline Watson-gordon
Definition : Market View is a dashboard (scanner) to view price graphs of all symbols and all timeframes at a glance. The utility is designed user friendly and added a wide range of customization options. Main features of Market View : Visual settings window on the chart Customizable list of symbols and timeframes Different shapes : Real Candles, Schematic Candles, Arrows Customizable number of candles Changeable size of dashboard (scanner) Highlight timeframes with gaps on candles Open appr
Product Name: Hedge Trade Manager MT5 Description: The "Hedge Trade Manager" EA for MetaTrader 5 is a sophisticated solution designed to adeptly manage trades through a hedge trading strategy. With a range of configurable settings, this EA provides comprehensive control over hedge trades. The documentation below outlines the various inputs and parameters to assist you in customizing the EA to suit your trading preferences. Overall Settings/Input Guide Name Setting Description General Settings Ma
FREE
币安是全球知名的加密数字货币交易所!为方便对加密数字货币行情进行实时数据分析,程序可自动将币安期货实时成交数据导入到MT5进行分析,主要功能有: 1、支持币安全部USD-M期货交易对自动创建,也可以单独设置基础货币。基础货币BaseCurrency为空表示所有货币,也可以单独设置BNB、ETC等任何币安支持的加密货币。 2、同步币安各货币的价格精度、交易量精度以及最大交易量等。 3、通过WebSocket链接币安,每一笔期货成交即可推送到Mt5更新行情。 4、支持所有期货品种同时更新,为提高实时数据效率,可自定义最大更新组(需要打开对应窗口更新),工具默认最大组数为4组,需要打开4个图表窗口,运行时分别设置RangNO为0,1,2,3(小于最大窗口数),以此类推。如果仅需要更新当前窗口的实时行情,可将RangNO设置为-1。 5、实时行情更新请使用代理地址,因此,必须将代理地址 trade.ctabot.com 添加到:MT5——工具——选项——EA——WebRequest列表中。 6、行情更新时,图表窗口的计数器会不断变化,如果因为网络原因或币安接口异常导致停止
Copier MT5 DEMO
Volodymyr Hrybachov
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
A ticker that shows the average bitcoin price of the selected currency and keeps updating it at regular intervals. PRO version updates more often and displays details about the price change! Make sure you have added the API address http://metakod.com/mk/api in the list of allowed URLs on tab Tools → Options → Expert Advisors. All of the supported currencies and the API address are listed in the screenshots below. Inputs Logging level - Controls the amount of details written to the log (default
FREE
Excellent Multiplatform Copier of deals. I use it regularly on VPS (copy from Mt5 to Mt4). Multiplatform : copying from MetaTrader 4 to MetaTrader 4; copying from MetaTrader 4 to MetaTrader 5; copying from MetaTrader 5 to MetaTrader 4; copying from MetaTrader 5 to MetaTrader 5. Modes: master   - the current terminal is   source of trades (deals are copied from it); slave   - the current terminal is the receiver of trades (trades are copied to it). from myself  - mode "deals multiplier" (use
The professional browser of News and Trading Sessions is now available in MetaTrader 5. Now all the most important market information is collected on one dial! News located on the Time scale. Planning your working time has never been so easy and convenient ... The news scale can be switched a day, two, a week, a month forward or backward (see the details in the short video). All news updates in real time. Thanks to the built-in filters, you can configure the display of news by importance,
Copyist MS MT5
Aleksei Moshkin
3.5 (4)
Copyist MS — это простой и удобный в использовании торговый копир. Работает как однофайловый советник с переключаемыми режимами работы Master и Slave. Ордера можно копировать из МТ5 в МТ5, из МТ5 в МТ4, из МТ4 в МТ5. Для копирования ордеров в MetaTrader 4 требуется версия советника для MetaTrader 4. Текущая версия советника работает только на ХЕДЖИНГОВЫХ счетах. Параметры Тип работы - выбор режима работы: Master или Slave; Копировать по магическому номеру - копирование торговых ордеров по магич
TradePulse Commander Pannel
AL MOOSAWI ABDULLAH JAFFER BAQER
介绍终极 **交易管理面板**,旨在简化您的交易操作并提升效率!我们的高级面板配备了强大的功能,简化您的交易任务,并提供实时洞察: - **一键TP和SL管理**:轻松删除整个账户或特定货币对的所有止盈(TP)和止损(SL)水平,只需按下一个按钮即可完成。 - **实时订单追踪**:通过实时更新保持对交易活动的掌握,显示整个账户和单个货币对的订单总数、买卖数量以及利润/损失情况。 - **利润和亏损优化**:快速关闭账户或选定货币对上的所有盈利或亏损订单,确保您可以迅速应对市场变化。 - **自动对冲**:当您的回撤达到指定百分比时,设置自动对冲。面板将自动处理SL和TP的删除,无需额外确认,并提供清晰的通知。 - **一键手动对冲**:通过单击按钮轻松对冲所有持仓或选定货币,快速调整您的交易策略。 - **详细的掉期分析**:精确跟踪您的掉期费用,包括总掉期成本、买入和卖出。所有计算都考虑掉期,提供准确的净利润和损失。 - **可定制的操作排除**:选择特定货币以从计算或操作中排除,让您完全控制哪些货币对受到影响。 - **操作确认提示**:在执
Binance Quotes Updater
Andrey Khatimlianskii
5 (1)
This service is designed to stream online cryptocurrency quotes   from the Binance exchange to your MetaTrader 5 terminal. You will find it perfectly suitable if you want to see the quotes of cryptocurrencies in real time — in the Market watch window and on the MetaTrader 5 charts. After running the service, you will have fully featured and automatically updated  cryptocurrency charts in your MetaTrader 5. You can apply templates, color schemes, technical indicators and any non-trading tools to
Managing Trades With Moving Average EA : Many Traders like using Moving Averages for trend confirmation , and timing Entry and Exits . ​ With Semi- Automatic Moving Average EA we provide effective way to manage open trades as per your Moving average strategy and uses MA as trailing stop loss.  ​ EA considers only closing price of candle therefore avoids stop outs caused by sudden  price fluctuations and helps to stay in trend longer.  ​ You can decide which MA to use and various settings of MA 
Forget coding! You no longer need EAs! Any indicators (and not only) can now trade themselves anything anywhere! GRat_IndiTrade is a strategy builder for automatic trading by the signals of  ANY available indicators without limits (both standard and custom), ANY  candlestick patterns ,  as well as  ANY of their combinations, without the need to write, generate or compile any code . You no longer need to be or hire a programmer to test and automate ALL your trading ideas. Just place the indica
Trade Utility Pro
Sovannara Voan
5 (12)
Trade Utility Pro is a bot utility designed to help you manage trades more easily, quickly, and accurately. This utility features a control panel interface and supports MetaTrader 5 exclusively. This utility does not link to any account information or external sources, ensuring safety. Main Features: Open Trade Support: Lot size calculation Fixed Lot: Custom input lot required Money Risk Lot: Automatically calculated based on stop loss and money risk Account % Risk Lot: Automatically calculated
FREE
FX28 Trader MT5
Tsvetan Tsvetanov
3 (1)
介绍FX28 Trader Dashboard – 您的终极交易管理工具 通过FX28 Trader Dashboard,解锁您交易体验的全部潜力,这是一款全面而直观的交易管理工具,旨在将您的外汇交易提升到新的水平。无论您是经验丰富的交易员还是刚刚开始您的金融之旅,这个强大的工具旨在简化您的交易活动并提高您的决策过程。 主要特点: 用户友好界面: FX28 Trader Dashboard拥有用户友好的界面,适应各个层次的交易员。通过几次点击轻松导航各种功能和工具,确保您只需轻松几下就完全掌控了交易。 实时市场数据: 利用实时市场数据源,始终保持领先地位,为您提供有关货币对、趋势和市场波动的最新信息。做出明智的决策,充满信心地执行交易。 高级交易分析: 通过高级分析深入了解您的交易绩效。跟踪交易历史,分析趋势,并识别模式,以优化您的策略和改善您的结果。 风险管理工具: 用我们强大的风险管理工具保护您的投资。轻松设置止损和获利订单,自定义仓位大小,并轻松实施风险收益比,确保自律和受控的交易方法。 多时间框架分析: FX28 Trader Dashboard允许您同时分析不同时间框架的市
This script is designed to download a long history of cryptocurrency quotes from the Binance exchange. You will find it perfectly suitable if you want once to download the history of cryptocurrencies for charts analyzing, collecting statistics or testing trading robots in the MetaTrader 5 strategy tester, or if you need to update the history not very frequently (for example, once a day or once a week). After running the script, you will have fully featured (but not automatically updated) cryptoc
Pending Order Grid EA MT5
Francisco Manuel Vicente Berardo
The Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids.  General Description   The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The user might set up different grids to exist simultaneousl
币安是全球知名的加密数字货币交易所!为方便MT5用户直接进行币安期货交易,程序提供以下交易功能: 1、模仿币安期货交易风格,提供友好的操作面板; 2、自行输入api、secret(需要在币安api开通期货交易权限)即可获取杠杆,余额等信息; 3、支持limitOrder(限价订单), marketOrder(市价订单), stopLimit(限价止盈止损单), stopMarket(市价止盈止损单); 4、市价单时可根据最新价格算出最大开仓量和成本信息; 5、可显示所有的订单列表,并可取消订单; 6、可现实所有的仓位列表,并可按照市价订单清空仓位; 7、支持深度信息自动显示(需要深度Websocket产品,可参考: https://www.mql5.com/zh/market/product/68977 ); 8、支持api代理,适合于不能直接访问币安的用户。默认提供的代理为:trade.crossers.net,注意需要将地址放入:工具——选项——EA——WebRequest列表中; 如果需要在的EA中直接交易币安期货,可联系我们提供币安期货交易源代码库 注意:基于mt5开发的量化平
AW Shepherd Safety MT5
AW Trading Software Limited
5 (4)
The work of the utility is directed at opening new market orders, maintaining them, transferring the unprofitable orders into profit using an internal loss handling algorithm, trend filtering and various types of trailing stop and take profit. Suitable for any instruments and timeframes. The algorithm works separately for buys and sells, which allows simultaneously working in both directions as well. For the event when the additional orders opened by the utility do not become profitable, a Stop
MOST IMPORTANT INFORMATION <1> Exactly this program was used to set World Record in Trading 2020 Account Equity was increased from $1,000,000 to $100,000,000 in 16 days Details => www.mql5.com/en/users/AIS <2> In the last days of this record the position was creating by 1000-2000 orders It was used the computer with 1 core Pentium 4 CPU at 2.8 GHz and 1 GB memory In the last two days the daily profit was $40,000,000 every day <3> It was 100% manual trading And this special program w
Capture Spikes and hold for a long time. Let the Trailing stop follow the Price into profit. Not for Both Boom and Crash, Just for Boom Only.  Once it spots a Setup, the EA will enter and you do not need to worry much about drawdown, this EA was tested on a $100 account and maximum drawdown was 9%, with the maximum consecutive losses recorded of $36. Those who ever bought from me know that I provide support promptly if you want to set up or need a Customized approach.  Please note that the EA
Get news5
Aleksander Gladkov
Utility for reading news from investing.com To access the site, you need to add WebRequest in the Options terminal menu on the Expert Advisors tab: https://sslecal2.investing.com If reading is successful, a message about writing the file is displayed. The INV_week_this.txt file is written to the MQL5\Files folder of the terminal and is kept up to date, updating data according to its own timer You can attach the utility to any chart with any time frame; just one is enough to support indicat
AlgoMania Trade Manager
Ehab Basheer Abdulsalam Yahia
Introducing our advanced MT5 Trade Manager – an indispensable tool tailored for astute traders employing the martingale strategy and executing multiple trades on a single chart. Key Features: Effortless Lot Size Management: Streamline your trading process with intuitive and rapid lot size adjustments through simple mouse clicks. One-Click Trade Management: Close all trades or selectively close profitable ones with unparalleled ease, enhancing efficiency and saving valuable time. Comprehensive
The panel was created to manage trading positions: to open new trades and close existing ones. To open new transactions, you can set the position volume, Stop Loss in points, risk in dollars or as a percentage, Take Profit in points or Profit in dollars, you can set the Profit/Risk parameter. It is possible to place a panel on the active chart to visually set the parameters of a new transaction, select a market order or a pending one. If you fix the RR parameter, then when Risk changes, Profit w
This utility displays the information required for making trades on each opened chart. For example: spread value, swap value; triple swap day; session closing time; ATR of the symbol by Gerchik; total profit/loss for the current symbol; the number of trades made earlier; the percentage change in the quotes of 6 selected instruments; and much more. The spread value is always shown. The rest of the information is displayed depending on the settings: Show total orders at the moment (long, short) .
NewsAlert
Trading Toolkit
NewsAlert是一个多功能的警报系统,旨在让交易员了解即将发生的重要市场新闻事件。当有新闻事件发生在指定的事件时间内时,EA将向您发送推送通知和电子邮件警报。 在我的YouTube(个人资料中的linktree中的链接)上有关于设置NewsAlert EA和配置推送通知&SMTP以进行电子邮件通知的详细教程。这些教程涵盖了从初始设置到高级功能的所有内容,以帮助您充分利用该产品。 购买NewsAlert后,您有机会成为一个活跃的Discord社区的一员(个人资料中的linktree中的链接)。参与热烈的讨论,从同行交易员的经验中学习,并获得您需要的支持,以充分利用NewsAlert。 我们还在MQL5市场上提供TradePadLite和TradePadPro产品。这些交易工具与NewsAlert集成,以提供更全面的交易解决方案。 免责声明 Trading Toolkit仅提供用于教育和信息目的的工具和资源。提供的工具和信息不应被解释为投资建议或对任何特定交易策略的背书。投资决策和投资方法完全由您自己决定。因此,Trading Toolkit对由于使用我们的工具或依赖任何提供的信息而产
FREE
专家顾问允许您模拟由另一位专家执行并保存在csv文件中的事务的执行。 这对于在另一台服务器上检查交易策略的结果很有用。 使用另一个程序,例如,帐户历史导出器将帐户上的交易历史导出为所需格式的csv文件,或将程序代码从专家历史导出器连接到您的专家以导出历史。 在文件的开头应该有这样一行: DATE,TICKET,TYPE,SYMBOL,VOLUME,ENTRY,PRICE,STOPLOSS,TAKEPROFIT,PROFIT,COMMISSION,FEE,SWAP,MAGIC, COMMENT 它可能不是从文件的一开始就找到的,也就是说,任何其他信息都可能在它之前。 在它们之后和文件的末尾,有一行以逗号分隔的字段值用于一个事务。 行中字段的值: DATE - date in the format YYYY.MM .DD HH:MM:SS TICKET - transaction ticket (integer) TYPE - transaction type from ENUM_DEAL_TYPE (integer) SYMBOL - trading i
FREE
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.38 (165)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   注意,该应用程序在策略测试器中不起作用。 您可以在描述页面下载演示版  Manual, Description, Download demo 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 :
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.99 (71)
通过 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
TradePanel MT5
Alfiya Fazylova
4.85 (116)
交易面板是一个多功能的交易助手。 该应用程序包含 50 多个手动交易功能,并允许您自动执行大多数交易操作。 购买之前,您可以在模拟帐户上测试演示版本。 演示 此处 。 完整说明 此处 。 贸易。 让您一键执行基本交易操作: 开立挂单和开仓。 打开订单网格。 平仓挂单和持仓。 仓位反转(平仓买入并开仓卖出,或平仓卖出并开仓买入)。 锁定仓位(通过开立相反仓位使卖出和买入仓位的交易量相等)。 对所有仓位进行部分平仓。 将所有头寸的止盈和/或止损设置为同一水平。 将所有仓位的止损设置为盈亏平衡水平。 开仓订单和仓位时,您可以: 根据既定风险自动计算订单量。 一键打开多个订单。 将计算出的交易量分配给多个订单。 使用面板创建的线条和标记在图表上可视化未来订单的交易水平位置。 开仓时,设置最大点差限制。 使用止盈规模与止损规模的自动比率。 使用虚拟止损和止盈。 将当前点差添加到止损和止盈。 使用 ATR 指标计算止盈和止损。 设置待处理订单的到期日期。 使用挂单跟踪(挂单自动移动到价格后面指定的距离)。 平仓订单和平仓时,您可以: 一键按订单或仓位类型关闭。 只需点击一下,即可仅平仓盈利或无利可
使用自定义警报,领先于市场走势:您的终极多市场扫描器 Custom Alerts 是功能强大的多合一市场监测工具,能让您轻松识别多个市场的高潜力设置。 Custom Alerts 涵盖所有八种主要货币(美元、加元、英镑、欧元、瑞士法郎、日元、澳元、新西兰元)、黄金 (XAU),以及多达七种关键指数(包括 US30、UK100、WTI 和比特币),让您随时了解各种资产的关键变化。 该工具无缝整合了我们先进的 FX Power、FX Volume 和 IX Power 指标的 数据,以完全可定制的格式为您提供重大市场事件的实时警报。 自定义警报可确保您随时准备好对潜在交易采取行动,而无需不断查看图表。 自定义警报的主要优势 多市场覆盖:一站式洞察货币、指数、商品和加密货币。 实时事件警报:通过重要市场变化通知,不错过任何关键动向。 完全定制:根据您独特的交易风格定制警报,让您只获得所需的信息。 数据驱动的洞察力:利用来自 FX Power、FX Volume 和 IX Power 指标的数据,提供强大的数据驱动信号。 设置简单 要充分释放 Custom Alerts 的潜力,请
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 (52)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT4 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。
Telegram To MT5 Receiver
Levi Dane Benjamin
4.88 (8)
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT5。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |   MT4版本  |   不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT5 接收器在策略测试器中不起作用! Telegram 至 MT5 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易
$450 (-20%) instead of $565 until 11/29 B e sure to watch this video before using A community for users, product discussion, update news, and first line of support  Use Webmoney For payments in cryptocurrencies. How I use this algo tool   Lazy Trader is NOT SUITABLE FOR SCALPING EVERY MINUTE MOVEMENT, ESPECIALLY IN CRYPTO. WITHOUT UNDERSTANDING WHAT IS HAPPENING ON THE CHART, THERE IS NO POINT IN BLINDLY HOPING FOR PROFITS! Lazy Trader does NOT USE openAI chat-gpt-4 technologies, which are ad
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
4.08 (24)
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 会将您的交易复制到其他终端。 从 多个 终端复制到一个; 从一
Trade Manager DaneTrades
Levi Dane Benjamin
4.73 (22)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告*** 可自定义的评论 注意: *
交易面板一键交易。 处理仓位和订单! 通过 图表 或 键盘 进行交易 。 使用我们的交易面板,您只需单击一下即可直接从图表中执行交易,执行交易操作的速度比使用标准 MetaTrader 控件快 30 倍。 参数和函数的自动计算使交易者的交易更加快捷、方便。 图形提示、信息标签和有关贸易交易的完整信息均位于图表 MetaTrader 上。 MT4版本 详细描述   +DEMO +PDF 如何购买 如何安装     如何获取日志文件     如何测试和优化     Expforex 的所有产品 打开和关闭、反转和锁定、部分关闭/Autolot。虚拟/真实止损/止盈/追踪止损/盈亏平衡,订单网格... МetaТrader 5 中主要订单的交易控制面板 :买入、卖出、buystop、buylimit、sellstop、selllimit、平仓、删除、修改、追踪止损、止损、获利。 有 5 个选项卡 可用:头寸、挂单、账户信息、信号和总利润。 Description on English VirtualTradePad在“  MQL5语言最佳图形面板  ”竞赛中 获得二等奖 。 注意
-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
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 在拉平后也继续监控股权
RiskGuard Management
MONTORIO MICHELE
5 (17)
ATTENTION the expert does not work in strategy tester, for a trial version visit my profile. Manual RiskGuard Management   RiskGuard management was born with the idea of ​​helping traders from their initial journey to becoming expert and aware traders. Compatible with any operating system whether Mac or Windows. The operations panel is integrated into the graph giving the possibility to choose size and position between right and left, while the various buttons light up when they can be used,
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
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
Trade copier MT5
Alfiya Fazylova
4.48 (27)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持通过执行在“Market account”上工作,其中 SL / TP 仅在开仓后设置。 如何使用简单的设置复制交易 将供应商终端和接收终端安装在同一台计算机或 VPS 上。 在供应商终端上以“Master”模式安装复印机,然后
DashPlus 是一款先进的交易管理工具,旨在提升您在 MetaTrader 5 平台上的交易效率和效果。它提供一整套功能,包括风险计算、订单管理、先进的网格系统、基于图表的工具和绩效分析。 主要功能 1. 恢复网格 实施一个平均和灵活的网格系统,以在不利的市场条件下管理交易。 允许设置战略性进出点,以优化交易恢复。 2. 叠加网格 通过在强劲的市场波动中增加仓位,最大化有利交易的潜在回报。 帮助您通过扩展获利交易来利用趋势市场。 3. 盈亏线 在图表上直接提供潜在利润和损失场景的可视化表示。 调整设置并拖动盈亏线,以在执行之前评估各种交易结果。 4. 篮子模式 简化同一交易品种的多仓位管理,将它们合并为一个聚合仓位。 基于平均价格,便于监控和应用止损、止盈以及其他订单修改。 5. 图表上的新闻 将预定的经济新闻事件整合到您的交易图表中。 帮助您随时掌握可能影响市场波动的即将发生的事件,从而更好地规划交易。 6. 警报 设置基于时间或价格的警报,通知会显示在 MT5 中,或通过 MT5 应用发送到您的移动设备。 对监控关键价格水平或重要的交易时段非常有用。 7. 绩效统计 提供详细的
-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
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
MT5 To Telegram Copier
Levi Dane Benjamin
5 (1)
将完全可定制的信号从 MT5 发送到 Telegram,并成为信号提供商! 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  | MT4版本 | 不和谐版本 如果您想尝试演示,请参阅用户指南。 MT5 电报发送器在策略测试器中不起作用。 MT5 转 Telegram 功能 通过大量选项根据您的喜好完全定制信号 在信号之前或之后添加您自己的自定义消息。 这可以是标签、链接、频道或其他任何内容 在信号中添加、删除、自定义表情符号。 或者您可以将它们全部删除。 按交易品种或幻数过滤要发送的交易 排除发送特定符号 排除发送特定幻数 自定义与信号一起发送的交易详细信息 发送带有信号的屏幕截图 自定义要发送的信号类型 发送信号性能的每日、每周、每月和自定义时间报告 我总是愿意改进产品,所以如果您有想要看到的功能,请发表评论或给我留言。
Risk Manager for MT5
Sergey Batudayev
4.53 (15)
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个并说明原因。 例如,您开仓的手数比您最初向自己指示的手数大,顾问将删除订单并解释原因。
Grid Manual MT5
Alfiya Fazylova
4.88 (16)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
KT Equity Protector MT5
KEENBASE SOFTWARE SOLUTIONS
5 (1)
KT Equity Protector EA consistently monitors the account equity and closes all the market and pending orders once the account equity reached a fixed equity stop loss or profit target.  After closing all trading positions, the EA can close all open charts to stop other expert advisors from opening more trading positions. Equity Stop-Loss If your current account balance is $5000 and you set an equity stop loss at $500. In this case, the KT Equity Protector will close all the active and pending
MT4 to Discord Signal Provider 是一款用户友好、完全可定制的工具,专为直接向 Discord 发送交易信号而设计。这个工具将您的交易账户转变为一个高效的信号提供者。 自定义消息格式以适应您的风格!为了方便使用,您可以从预先设计的模板中选择,并决定包括或排除哪些消息元素。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Telegram 版本 ] 设置 遵循我们详细的 用户指南 进行简单设置。 不需要预先了解 Discord API;我们提供所有必要工具。 主要特性 为订阅者更新自定义订单详情。 实施分层订阅模型,如铜牌、银牌、金牌,每一层都提供不同级别的信号访问。 附加执行订单的图表截图。 在这些截图上显示已关闭的订单,以增加清晰度。 提供延迟发送新订单消息的选项,以便在发送前进行最后调整。 透明和详细的订单信息: 带截图的新市场订单。 订单修改(止损、获利)。 已关闭和部分关闭的订单。 新的和修改的挂起订单。 挂起订单的激活和删除。 关于历史订单的详细报告。 每个订单的可定制评论。 注意: * 截图包括图表上的任何对象,如指标。 ** 在报
Didi Alert Needle Detector
Alexandre Tadeu Molina
5 (7)
EA DIDI Alert - 来自“ATM Systems”的检针器 您是否正在寻找一种工具来帮助您利用金融市场上的最佳交易机会? 那么您需要知道,ATM Systems 的 DIDI Alert - Agulhadas Detector 是市场上唯一通过 DIDI INDEX 使用 Didi Aguiar 强大的 Needles Setup 交易策略的顾问,它拥有多种可用资源,与任何其他专用于此策略的顾问不同。如此完整、功能和实用!它可以识别需求、趋势和布林线开口,当检测到“完全需要”时,它会发出声音警报,包括通过推送通知和电子邮件,以及直观的图形仪表板,以快速、轻松地可视化分析结果。 DIDI Alert 采用最先进的人工智能开发,优化和完善了每一行代码,以确保最大的性能和准确性。此外,DIDI Alert 在上线全球最大、最值得信赖的交易社区 MQL5.COM 平台之前,还经过了数月的严格测试。 DIDI Alert 与市场上的大多数资产兼容,只要它们有足够的运动量,不会显示重复的蜡烛(请参阅添加图像中的示例)。 想象一下顾问 - DIDI ALERT 可以同时以图形方式
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.5 (6)
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overri
作者的更多信息
DayRate
Maxim Kuznetsov
The script calculates the rate of price change and its deviation. Displays a typical price movement channel. Transfer the script to the chart and it will automatically mark up the channels through which the price can move in the near future. Place orders according to the channel boundaries. The script uses statistical methods to determine the rate and amplitude of the price. It calculates and displays channels and limits of further movement based on them.  Parameters PLACEMENT - channel pl
The script calculates the rate of price change and its deviation. Displays a typical price movement channel. Transfer the script to the chart and it will automatically mark up the channels through which the price can move in the near future. Place orders according to the channel boundaries. The script uses statistical methods to determine the rate and amplitude of the price. It calculates and displays channels and limits of further movement based on them.  This   version   is   intended   for
FREE
Script for quick updates (synchronization) up-to-date data in the SQLite database. Saves open positions and orders, current quotes. Take advantage of SQLite's capabilities for intermediate data storage, analytics, and integrations of the MetaTrader platform. Keep all your data in one place. Use the saved data in SQL analytical queries, from Python and other languages, to build dashboards Parameters useDefaults true - use default parameters. Save data to the COMMON hierarchy, to the db/ram
FREE
XFlow CHF
Maxim Kuznetsov
XFlow shows an expanding price channel that helps determine the trend and the moments of its reversal. It is also used when accompanying transactions to set take profit/stop loss and averages. It has practically no parameters and is very easy to use - just specify an important moment in the history for you and the indicator will calculate the price channel. This is a demo version limited to CHF currency pairs. Designed to familiarize you with the interactive use of XFlow DISPLAYED LINES ROTATE
FREE
SyncDB LT
Maxim Kuznetsov
A   service   to   keep   the   SQLite   database up   to   date .   Fast   real -t ime   operation .   Saves   open   positions   and   orders ,   current   quotes ,   and   trading   history .   Take   advantage   of   SQLite 's   capabilities   for   intermediate   data   storage ,   analytics ,   and   integration   of the   MetaTrader   platform .   Save   all   your   data   in   one   place .   Use   the   saved   data   in   SQL   analytical   queries ,   from   Python   and   other   la
FREE
IntradayMagicGBP
Maxim Kuznetsov
4 (1)
IntradayMagic прогнозирует характер ATR и тиковых объёмов на 1 сутки вперёд. Индикатор не перерисовывается и не отстаёт. Используя Intraday Magic вы можете значительно повысить качество торговли и избежать излишних рисков. По его показаниям можно детектировать кризисные состояния рынка и моменты разворота тренда, уточнять моменты и направления входов. Это бесплатная ознакомительная версия ограничена символами (парами) включающими GBP. Никаких иных ограничений нет. Для других пар вы можете исполь
FREE
MalteseCross GBP
Maxim Kuznetsov
Maltese cross GBP   Универсальный инструмент для определения трендов, флетов и торговли по графическим паттернам. Объединяет техники Гана, Эллиота, Мюррея. Просто разместите его на графике и он покажет направление и скорость движения цены, выделит разворотные моменты. Maltese cross поможет точно определять узловые моменты в истории, планировать торговые действия и сопровождать открытые сделки.  Эта бесплатная демонстрационная версия MalteseCross ограничена GBPUSD и кроссами GBP. Никаких прочих
FREE
Another Relation
Maxim Kuznetsov
Another Relation displays the relative movement of the other symbols (up to 5) in a separate chart window. The indicator works currency pairs, indices and other quotes. Another Relation allows to visually estimate the symbol correlation and their relative amplitude. Thus, the trader is able to compare the movement of the current instrument to others, identify correlations, delays and make decisions based on their general movement. Indicator usage The window displays the data on all the symb
SMArrows
Maxim Kuznetsov
Reliable SMA reversal signals. No repainting. Simple settings. Suitable for binary options. Made for maximum traders' convenience. The indicator performs a complex analysis of a price movement relative to SMA and displays the array which is to be most probably followed by a price impulse and SMA reversal. Internal sorting mechanisms sort out definitely late, unreliable or inefficient entries. Options SMA_PERIOD - considered SMA period should be no less than 24, the default is 44 SMA_APPLIED -
SpeedChan
Maxim Kuznetsov
SpeedChan Leading indicator. Marks in the future two price channels - if the price comes into the channel, then the quote changes with the speed specified in the parameters. In these areas, price reversals are most likely. Two price channels are displayed - one on top, showing the growth rate; the second one - below, shows the speed of the fall. Channels are displayed as a solid center line and two borders drawn with a dotted line. In many cases, the area between the channels is not important fo
Intraday Magic
Maxim Kuznetsov
IntradayMagic predicts the nature of ATR and tick volumes for 1 day ahead. The indicator does not redraw and does not lag behind. Using Intraday Magic, you can significantly improve the quality of trading and avoid unnecessary risks. According to its indications, you can detect the crisis state of the market and the moments of trend reversal, specify the moments and directions of entries. How the indicator works Periodic events, exchange schedules, Bank schedules, expirations, and other similar
Maltese cross
Maxim Kuznetsov
A universal tool for determining trends, flats and trading on graphical patterns. Combines the techniques of Gan, Elliot, and Murray. Just place it on the chart and it will show the direction and speed of the price movement, highlight the turning points. Maltese cross will help you accurately determine the key points in the history, plan trading actions and accompany open transactions. Basic principles Maltese Cross displays the Trend, Flat and Impulse lines before and after the selected mom
Inguz 4
Maxim Kuznetsov
Ing (inguz,ingwar) - the 23rd rune of the elder Futhark ᛝ, Unicode+16DD. Add some runic magic to your trading strategies. The correct marking of the daily chart will indicate to you the successful moments for counter-trend trading. Simple to use, has high efficiency in volatile areas. Be careful in lateral movements. Signals ᛝ are generated when the main lines of construction intersect. Red arrow down - recommended sales Blue up arrow - recommended purchases rare purple arrows indicate
XFlow4
Maxim Kuznetsov
XFlow shows an expanding price channel that helps determine the trend and the moments of its reversal. It is also used when accompanying transactions to set take profit/stop loss and averages. It has practically no parameters and is very easy to use - just specify an important moment in the history for you and the indicator will calculate the price channel. DISPLAYED LINES ROTATE - a thick solid line. The center of the general price rotation. The price makes wide cyclical movements around the
AnotherSymbol displays the relative movement of another symbol on the current chart as candlesticks, High/Low or Close lines. The plotted chart is aligned to the selected Moving Average and scaled by the standard deviation. When sing this data representation the trader should focus not on the absolute values, but on the behavior of the price relative to the Bollinger bands. Another Symbol provides additional opportunities in the pair strategies and cross rates trading. Main Parameters SYMBOL -
Prima MT5
Maxim Kuznetsov
Price Reversion Indicator based on MA shows trend reversals. The indicator algorithm provides highly reliable entry points, and its simple settings allow using it for any symbol and trading style. Signals are generated at the opening of a bar and are not redrawn. Prima analyzes the relative movement of two moving averages (fast and slow) with respect to the price, and determines the moments when the next movement will cause the reversal of the two MAs with a high probability. These points are ma
IntradayMagic predicts the nature of ATR and tick volumes for 1 day ahead. The indicator does not redraw and does not lag behind. Using Intraday Magic, you can significantly improve the quality of trading and avoid unnecessary risks. According to its indications, you can detect the crisis state of the market and the moments of trend reversal, specify the moments and directions of entries. How the indicator works Periodic events, exchange schedules, Bank schedules, expirations, and other similar
MartinGame 5
Maxim Kuznetsov
Trading can be fun and exciting! The MartinGame Expert Advisor game will help you get acquainted with money management while having fun, understand the value of correct forecasts and just pass the time usefully. You will act as an analyst predicting the direction and strength of the trend, and the wayward "Martin" will listen to your advice and try to follow them. Rules of the game All transactions are made by your ward "Martin". He has absolutely no knowledge of analysis, always uses fixed t
Variativity
Maxim Kuznetsov
The indicator evaluates the degree of price variability and identifies the components leading to growth and fall. Using Variability, you can determine the places where the movement changes, successful moments for trading on the trend or against the trend. Accompany open transactions. DISPLAY The indicator displays 3 lines: VARIABILITY - a thin gray line. Total price variability. The growth of the line indicates an increase in market activity. The decline shows the possibility of counter-trend t
AutoGan
Maxim Kuznetsov
The script statistically reveals the main rate of movement (Gan angle) for the selected instrument. Using mathematical methods, it determines the speed of following the candles of the current timeframe against the background of the older one. Just place AutoGan on the graph and it will perform the required calculations and correctly draw the Gan grid. The script is very easy to use, only the colors of the grid lines are set in the parameters. Parameters: GRID_COLORING : How many colors to
MACD by MK
Maxim Kuznetsov
Use the opportunities of the MACD with maximum efficiency. Choose the price, filters and averaging method, all possible parameters. A unique feature of "MACD by MK"is the amplified signal line. The bends of the indicator have color designations and are additionally reflected on the main chart. By correlating them and the initial price, make your trading more qualitative. For ease of use, a neat ZigZag has been added A remarkable property of "MACD by MK" is the detection of motion attenuation.
AutoLevels
Maxim Kuznetsov
Automatic calculation and marking of resistance and price reversal levels. The script will perform statistical calculations and plot a regular grid on which the quote moves on the graph. These levels are very stable. Use them in trading planning and for placing pending orders. Just select a timeframe and AutoLevels will indicate the important places of the chart in the form of horizontal lines. Solid lines indicate more "dense" areas - areas of price reversal, where the quote happens more o
Inguz
Maxim Kuznetsov
Ing (inguz,ingwar) - the 23rd rune of the elder Futhark ᛝ, Unicode+16DD. Add some runic magic to your trading strategies. The correct marking of the daily chart will indicate to you the successful moments for counter-trend trading. Simple to use, has high efficiency in volatile areas. Be careful in lateral movements. Signals ᛝ are generated when the main lines of construction intersect. Red arrow down - recommended sales Blue up arrow - recommended purchases rare purple arrows indicate
Ing
Maxim Kuznetsov
Intraday diagonal grid trading, development of Gan and Murray trading techniques. Relying on cyclical volatility, the Expert Advisor makes optimal inputs. Very easy to use - the main parameter is the minimum daily range. Additionally, you can set the parameters of averaging and profit taking. Every day, the ADVISER displays a diagonal network of lines forming a semblance of the Ing rune The BUY trading signal is the price crossing of the descending construction lines The SELL trading sign
SessionAlert
Maxim Kuznetsov
Taking into account the difference in trading sessions, the indicator shows the trend direction and the resistance level. All events are marked on the chart and alerts are sent. Using SessionAlert, you can trade calmly, steadily. You just need to specify the start and end time of the sessions. The indicator displays the resistance level, the arrow indicates the trend change event and additionally marks the price touching the resistance level. The principle of operation of the indicator is very s
XFlow
Maxim Kuznetsov
XFlow shows an expanding price channel that helps determine the trend and the moments of its reversal. It is also used when accompanying transactions to set take profit/stop loss and averages. It has practically no parameters and is very easy to use - just specify an important moment in the history for you and the indicator will calculate the price channel. DISPLAYED LINES ROTATE - a thick solid line. The center of the general price rotation. The price makes wide cyclical movements around the
MyChart
Maxim Kuznetsov
The beautiful design of the trading chart makes trading more convenient and enjoyable. MyChart neatly marks out the time and price grid. Marks up the visual labels of the graph. Displays candlesticks of the older period, spread and stop-level levels. Flexible options allow you to customize the appearance to your taste. It looks good in any color theme of the terminal.  Settings TIME & PRICE grid - the appearance of the time and price grid. You can turn the grids on/off separately. Set fonts and
SyncDB
Maxim Kuznetsov
A service to keep the SQLite database up to date . Fast real - time operation . Saves open positions and orders , current quotes , and trading history . Take advantage of SQLite 's capabilities for intermediate data storage , analytics , and integration of the MetaTrader platform . Save all your data in one place . Use the saved data in SQL analytical queries , from Python and other languages , to build dashboards and integrate MetaTrader Parameters SyncDB creates and maintains 2 databases at t
筛选:
无评论
回复评论