ChartLedger

复盘的不只是你做了什么交易,还包括你交易时图表当时是什么样子。

ChartLedger 是一款面向 MetaTrader 5 的本地可视化交易日志工具。它会自动记录当前所附加图表品种的交易,并将交易数据与开仓时和最终平仓时的图表截图结合保存。

当你准备复盘交易时,ChartLedger 可以生成一套完整的本地导出文件,包括交互式 HTML 报告、Excel 兼容工作簿、CSV 数据文件以及相关图表图片。

ChartLedger 仅用于观察和记录。 它不会发送任何交易请求,也不会开仓、修改或关闭任何订单或持仓。

为什么使用 ChartLedger?

普通交易历史可以告诉你入场价格、出场价格和交易结果。

ChartLedger 通过捕捉实际用于记录的 MetaTrader 图表,补充这一缺失的视觉背景,包括时间周期、指标、绘图对象和图表布局。

因此,它适合用于复盘:

  • 手动交易。
  • 通过 MetaTrader 移动端或 Web 端执行的交易。
  • 由其他 Expert Advisor 开启的交易。
  • 通过 Magic Number Filter 单独筛选的自动化策略。

ChartLedger 会记录什么

  • Buy 或 Sell 方向。
  • 入场价和出场价。
  • 交易手数和持仓时间。
  • 毛利润、佣金、隔夜利息和净利润。
  • 以 points 和 pips 表示的结果。
  • 在可以确定初始风险时,以 R 表示的交易结果。
  • 开仓时和最终平仓时的图表截图。
  • 交易来源、Magic Number 和订单备注。
  • 在可获取时记录自动平仓原因。
  • 在适用情况下,将完全平仓、部分平仓以及 netting 账户中的反向交易作为独立日志记录保存。

交易的可视化背景

检测到新交易时,ChartLedger 可以自动捕捉入场时的当前图表。

当交易完全平仓后,它可以捕捉最终图表状态,并将出场信息补充到交易日志记录中。

截图会反映捕捉时的实际图表状态,包括:

  • 当前时间周期。
  • 图表颜色和布局。
  • 指标。
  • 绘图对象。
  • 当时可见的市场结构和价格行为。

你还可以随时使用 Snapshot 按钮手动保存一张额外的图表图片。

本地交易日志导出

启用 Enable Live Report 后,ChartLedger 会在记录到交易活动和手动快照后更新当前本地报告。实时报告在同一位置更新;需要永久的带时间戳存档时,请使用 Export

点击 ChartLedger 面板中的 Export,即可创建一个带时间戳的本地复盘文件夹。

每次导出可以包含:

  • index.html - 交互式可视化交易报告,包含汇总指标、可展开的图表截图和图片缩放功能。
  • ChartLedger_Journal.xml - Excel 兼容工作簿,包含 Summary 和 Trades 工作表。
  • trades.csv - 详细交易记录。
  • summary.csv - 整体交易汇总。
  • daily_summary.csv - 按交易日汇总的结果。
  • images - HTML 报告引用的截图本地副本。

HTML 报告主要用于可视化复盘,而 Excel 兼容工作簿和 CSV 文件则可用于排序、筛选、自定义计算以及在电子表格软件中进行进一步分析。

所有文件都会保存在本地以下目录:

MQL5\Files\ChartLedger\Exports

简单使用流程

如需持续复盘,请保持 Enable Live Report 启用。仅当您希望保留单独的带时间戳存档时,才使用 Export

  1. 将 ChartLedger 加载到你希望记录的交易品种图表上。
  2. 保持 Enable Trade Recording 启用。
  3. 正常进行交易,可以是手动交易,也可以使用其他 Expert Advisor。
  4. 需要额外保存图表时,点击 Snapshot
  5. 需要复盘或归档交易日志时,点击 Export

如果需要为某个特定策略单独建立交易日志,请将 Magic Number Filter 设置为该策略的 Magic Number。

保持为 -1 时,将包含当前图表品种所有已记录的交易。

图表面板

紧凑型面板会直接在图表上显示当前交易日志状态,包括:

  • 当前图表品种。
  • 记录状态。
  • 已记录交易数量。
  • 已捕捉截图数量。

你可以通过同一个面板创建手动 Snapshot 并导出交易日志。

输入参数

交易记录

  • Enable Trade Recording - 启用或暂停新交易记录。
  • Capture On Trade Open - 交易开仓时自动捕捉图表。
  • Capture On Final Close - 交易完全平仓时自动捕捉图表。

截图输出

  • Screenshot Width Pixels - 生成截图的宽度。
  • Screenshot Height Pixels - 生成截图的高度。

导出筛选

  • Export Period - 全部记录、今天、最近 7 天或当前月份。
  • Export Source - 全部来源、手动、Expert Advisor 或其他。
  • Magic Number Filter - -1 表示包含所有交易;其他数值则仅包含对应 Magic Number 的交易。

重要说明

  • ChartLedger 只记录其所附加图表对应的交易品种。
  • 如果希望记录其他品种,请在对应品种图表上分别加载一个 ChartLedger 实例。
  • 同一个品种只能运行一个 ChartLedger 实例。为了保护日志状态并避免重复记录,第二个实例会被拒绝。
  • ChartLedger 可以运行在与其他 Expert Advisor 相同品种的独立图表上,并观察该 EA 的交易活动。
  • ChartLedger 只记录在其运行期间检测到的新交易活动。重启后本地日志会保留,但不会重建开始记录之前已经发生的交易。
  • 截图会反映创建截图时的当前图表状态。
  • 只有在能够确定交易初始风险时,才会提供 R 结果。
  • 所有交易日志数据和导出文件均保存在 MetaTrader 终端数据目录中。
  • 无需外部账户、云服务或 Web 服务。
  • ChartLedger 是一款交易记录与复盘工具,不提供交易信号,也不保证任何交易结果。
推荐产品
Exact Time — detailed time on the seconds chart. The utility shows the opening time of the selected candle. This is necessary when working with seconds charts. For example, it can be used on a seconds chart built using the Seconds Chart utility. Inputs Base corner — the chart corner to which an object Is attached. X distance — the horizontal distance from the chart corner. Y distance — the vertical distance from the chart corner. Text font — font name Font size — font size Color — text color
FREE
Proton Candle Time MT5 OVERVIEW Proton Candle Time MT5 is an indicator for MetaTrader 5 that displays a real-time countdown timer showing the number of seconds remaining in the current candle. The indicator updates continuously as the candle develops and resets when a new candle opens. This tool is designed for traders who need precise timing information while analyzing price action. PRIMARY FUNCTION The indicator displays the active candle countdown timer directly on the chart. The timer show
FREE
TradeInfo MT5
Manuraj Dhanda
4.38 (16)
TradeInfo is a utility indicator which displays the most important information of the current account and position. Displayed information: Information about the current account (Balance, Equity, Free Margin). Current spread, current drawdown (DD), planned profit, expected losses, etc. Number of open position(s), volume (LOT), profit. Today’s and yesterday’s range. Remaining time to the next candle. Last day profit information. MagicNumber filter. Comment filter. Indicator parameters: ShowPro
FREE
Axilgo PipPiper CoPilot
Theory Y Technologies Pty Ltd
5 (2)
Axilgo Pip Piper CoPilot Elevate your trading game with the Axilgo Pip Piper CoPilot, the first in our revolutionary Pip Piper Series. This all-inclusive toolset is meticulously crafted for serious traders, focusing on key areas such as Risk Management, Trade Management, Prop Firm Rule Compliance, and Advanced Account Management . With CoPilot, you’re not just investing in a tool—you’re gaining a strategic partner in the intricate world of trading. Important Notice: To ensure you receive the fu
FREE
This tool allows you to export Ticks for any financial instrument available in MetaTrader 5. You can download multiple symbols into the same CSV file. You can also schedule the download frequency (every 5 minutes, 60 minutes, etc.). There is no need to open multiple charts to get the latest data—the tool downloads the data directly. The CSV file will be stored in the following folder: \MQL5\Files . How it works Select the symbols to download: Click an item to select or deselect it. Enter the CSV
FREE
Hard Scalping Assistant
Jorge Javier Catalan Garcia
Hard Scalping Assistant is a semi-automatic Expert Advisor for MetaTrader 5 created for traders who want to keep making their own decisions, but with a much more advanced, organized and professional execution. It does not enter the market on its own: you choose the direction, define the trade idea and adjust the zone directly on the chart, while the assistant automatically calculates the risk, lot size and the full execution structure. With just a few clicks, you can prepare BUY or SELL trades
FREE
================================================================ MATRIX CONDITION MONITOR Live Trade Condition Panel for MetaTrader 5 Fully Automatic -- Works with ALL Matrix EAs ================================================================ NEVER MISS A TRADE SETUP AGAIN Matrix Condition Monitor is a free utility that attaches to any chart and automatically checks all 10 trade conditions in real time -- showing you exactly why a trade will or will not open, and alerting you the moment ever
FREE
EA Follower Version any Follow Copy Account  (Acc. Number)  need a open MT Terminal, download multiple times Step1:   Open Master MT5 Terminal    =  install master- Version   (on any Symbol just one Time) Step2:   Open Follower MT5 Terminal = install follower- Version  (on any Symbol just one Time) Step3:   all Trades from any Symbol or any Robot are copy now to follow- Terminal immediately for simple copy set on Chart and   Start   no optimization. This Robot is a Trade Copier for MT5 that auto
FREE
RealCost Gold Session Zones MT5 is an entry-level session map utility for gold traders using MetaTrader 5. It draws Asia, London and New York session zones on the chart and shows a compact live dashboard for current-session context. The utility is designed for visual market timing, manual preparation and quick broker-condition checks. It does not trade, does not open or close positions, and does not provide buy or sell signals. Main features: - Asia, London and New York session zones. - Config
FREE
Smart Ruler MT5
Serhii Shevchuk
5 (1)
This tool is designed to measure the distance between two points on a chart and much more. List of measured values:  Distance in points  Profit (with and without spread)  Time difference  Percentage price change  Slope angle  Number of bars (various variations)  Ratio of distance in points to the reference value Features:  Snap to OHLC prices  Automatic color profile setting based on chart background color  Various types of pointers to choose from  Display of values ​​of selected points on th
FREE
这个小工具可让您以分钟为单位定义一个计时器 根据您设定的分钟数平仓 例如,如果将其设置为30分钟,则该工具会在打开30分钟后关闭每个打开位置。 设定 活动:这是激活工具并在定义的分钟数后使用它来平仓。 管理:您可以选择工具管理的符号。 如果您希望系统将其应用于帐户中的所有未平仓头寸,请选择“所有货币” 选择“仅此货币”以仅在当前货币上应用头寸的暂时平仓。 分钟持续时间交易:选择交易持续时间的分钟数。 时区: 定义您的时区。 如果您默认为0 这个小工具可让您以分钟为单位定义一个计时器 根据您设定的分钟数平仓 例如,如果将其设置为30分钟,则该工具会在打开30分钟后关闭每个打开位置。 设定 活动:这是激活工具并在定义的分钟数后使用它来平仓。 管理:您可以选择工具管理的符号。 如果您希望系统将其应用于帐户中的所有未平仓头寸,请选择“所有货币” 选择“仅此货币”以仅在当前货币上应用头寸的暂时平仓。 分钟持续时间交易:选择交易持续时间的分钟数。 时区: 定义您的时区。 如果您默认为0
FREE
MarketPro toolkit
Johannes Hermanus Cilliers
Start earning profits by copying All trades are sent by our successful Forex trader & are extremely profitable. You can earn profits by copying trades daily Trial Period included You'll also get access to extremely powerful trading education which is designed in a simple way for you to become a profitable trader, even if you have no trading experience. https://ec137gsj1wp5tp7dbjkdkxfr4x.hop.clickbank.net/?cbpage=vip
FREE
Breakeven Bot
Gabriel Paul Ange Perrin
Optimize your trading management with Breakeven Bot, the essential tool for active traders managing multiple positions at once. No more wasting time manually adjusting your stops—one click is all it takes to secure your profits! Main Feature: ️ "BREAKEVEN" Button – Instantly set all profitable positions to breakeven and protect your gains quickly. ️ Customization Options: Set breakeven in pips or currency, depending on your preference. Choose whether breakeven should be at the entr
FREE
Free Global Stop Loss and Take Profit Setter with Break Even Free one click Stop Loss and Take Profit tool for manual trading. Apply a fixed SL and TP to every open position on the symbol, or move them all to break even, with a single button. It only modifies Stop Loss and Take Profit levels — it never opens or closes a trade. Set your SL and TP distance in points, click once, and every position on the current symbol is protected. The break even button moves stops to entry (or a configurable num
FREE
Quick Scale Trading Panel FREE Quick Scale Trading Panel FREE is a manual trading utility for MetaTrader 5 designed to simplify order execution and position sizing directly from the chart. The panel allows traders to open and manage trades using predefined lot multipliers, reducing the need for manual calculations during fast market conditions. Users can define a base lot size and execute trades using multiplier buttons (1x, 2x, 4x, 8x). This helps maintain consistent position sizing and improv
FREE
EmaRsi robot
Deepak Saini
https://youtu.be/KHhg88fXWTk?si=ZoVtpc-wpfTVImSL 5-Minute Trading Strategy | Quick & Effective for Beginners Welcome to our trading channel- the deepak trading In this video, we'll be exploring a simple 5-minute trading strategy that can help you capture quick market movements and make profitable trades. Whether you're a beginner or an experienced trader, this strategy is designed to give you clear entry and exit points using technical indicators like EMA, RSI, and Stochastic Oscillator.
FREE
Renko Chart Generator 90
Ahmd Abrahym Mhmwd Abrahym
A deterministic Renko engine for MetaTrader 5. It builds a real, custom Renko symbol from broker M1 tick/candle history using a fixed brick size (in pips) — so the chart plays out identically whether it's running on your VPS or your local PC, restart after restart. No ATR-based sizing, no drift between terminals. Key features Fixed brick size in pips — no ATR drift, same lattice every time Creates its own custom Renko symbol in Market Watch — works on any broker or symbol Optional wicks — toggle
FREE
Global Market Sessions – Visual Analyzer for MT5 A lightweight MT5 indicator that visually maps Tokyo, London and New York sessions, auto-detects broker timezone & DST, and highlights the best liquidity windows for smarter trading. See the market’s rhythm at a glance. Trade with clarity, precision, and confidence. Overview Global Market Sessions is a powerful yet easy-to-use MT5 indicator that visually displays the world’s major trading sessions (Tokyo, London, New York) directly on your chart
FREE
Click Trading
Jawad Tauheed
5 (2)
One Click Trading – Auto TP SL Developer TraderLinkz Version 1.00 Category Utility What it does Adds missing TP and SL to your manual trades and pending orders Sets them once per ticket Lets you move TP and SL afterward Works on hedging and netting accounts Scans on every tick and reacts on trade events Why you want it You place faster entries You get consistent risk and exit targets You reduce fat finger errors You keep full manual control Quick start Attach the EA to any chart Keep TP and SL e
FREE
Mini Panel Plus
PATRICK ANTONIO MORELO A.
4.33 (15)
Remodeling the BoletaMiniPanel, the Mini Panel Plus has the same functionalities, but is now in the form of a box that allows it to be minimized and placed anywhere on the chart. Simple Panel with Stop loss (Loss), Stop gain (Gain), Trailing stop (TS) and Breakeven (BE-P). The Lot is the number of contracts to be traded. Gain is the number, in points, at which the stop gain will be positioned. If you don't want to place a stop gain, just put 0 (zero) in its place and when you open the order it w
FREE
FiT Panel Pro
Thonglak Janyakorn
Overview FiT Panel Pro is a professional-grade trade management panel designed for MetaTrader 5 traders who demand speed, precision, and full control over their trades. Built with a modern dark-theme UI, it combines one-click execution with advanced risk management, visual SL/TP drag lines, automatic Fibonacci-based levels, and comprehensive order management — all in a single, compact panel. Whether you are a scalper, day trader, or swing trader, FiT Panel Pro gives you the edge you need to exec
FREE
TRADE COMMANDER ULTIMATE MT5 Professional Trading, Risk Management and Account Protection Panel Trade Commander Ultimate MT5 is an all-in-one utility designed to help manual traders and Expert Advisor users execute, manage and protect trades from one professional black dashboard. It does not provide trading signals. It focuses on disciplined execution, position management and account-level risk control. IMPORTANT BEFORE USING ACCOUNT PROTECTION The Daily Profit Target and Daily Loss Limit must
FREE
Crystal Cross Sync
Muhammad Jawad Shabir
Crystal Cross Sync Advanced MT5 Chart Synchronization & Backtesting Engine Crystal Cross Sync is a high-performance MetaTrader 5 utility designed to transform the way traders analyze, replay, and synchronize market data. Built specifically for serious MT5 traders, this tool delivers ultra-fast chart synchronization, automatic time alignment, precision zoom control, and structured backtesting assistance — all in one optimized engine. This is not an indicator. This is a professional chart control
FREE
SmartRisk Trade Tool — One-Click Risk-Based Trade Panel SmartRisk Trade Tool is a manual trading panel for MetaTrader 5 built around position sizing and risk control rather than signal generation. It does not analyze the market or suggest trade direction — it exists so that every order sent from the chart already has a calculated lot size, stop loss, and take profit consistent with a risk value the trader chooses, removing the manual arithmetic that normally happens between deciding to trade and
FREE
Server Clock
Flavio Javier Jarabeck
5 (5)
Many friends asked me for a simple, non-obtrusive, resource-friendly clock to track the time during their trades. It seems pretty obvious, but it is a must-have for those trading the market manually, waiting for the Market News, or just to visually know what time it is... Trading is an absorbing endeavor! So, here it is... Totally configurable, including Font Type, Font Size and Chart Location: Upper Left/Center/Right OR Lower Left/Center/Right, with a little twist of adjusting the Offset, just
FREE
Iranian stock market
Kourosh Hossein Davallou
5 (1)
Smart money is a powerful currency. This money is available to major investors who can identify, predict or even generate capital movements ahead of others. This money can flow into financial and capital markets and create dramatic price changes in various stocks. Therefore, detecting smart cash flow, which usually enters the market in a coherent manner and confronts the volume and value of transactions in a market with high returns, is one of the methods that some investors use to invest. But h
FREE
陰影指標:揭示每根蠟燭的隱藏力量! 厭倦了膚淺的價格行為分析嗎?想要更深入地了解每個時間框架內買家和賣家的力量嗎? 隆重推出 陰影指標 – 您不可或缺的工具,用於可視化和分析市場的隱藏動態!這個強大的指標將蠟燭陰影大小所反映的買方和賣方之間無形的戰鬥,轉化為清晰且資訊豐富的直方圖,直接顯示在您的圖表上。 什麼是蠟燭陰影?為什麼它們如此重要? 蠟燭陰影,或稱「燭芯」和「燭尾」,代表特定時間段內價格達到的最高價和最低價,然後收盤於特定水平。長上影線表示強大的賣壓,將價格從其達到的高點向下推動。相反,長下影線表示積極的買家逢低買入。 陰影指標使您能夠: 可視化市場參與者的力量: 通過觀察相應直方圖柱的高度,立即評估每根蠟燭上買家或賣家的主導地位。 識別潛在的反轉點: 不成比例的長陰影可能預示著趨勢的衰竭和未來可能發生的價格反轉。 確認來自其他指標的信號: 使用陰影大小的信息作為額外的過濾器,以確認您最喜歡的指標發出的信號。 提高對波動性的理解: 隨著時間的推移觀察陰影大小的變化,以評估市場的波動程度。 做出更明智的交易決策: 更全面地了解內部價格動態,您將能夠做出更自信和準確的交易決策。 陰
FREE
TradePulseMonitor for MetaTrader 4 & 5 Overview: TradePulseMonitor is a comprehensive, real-time dashboard indicator designed for MetaTrader 4 and MetaTrader 5. It provides traders with an at-a-glance overview of their account's financial health, risk exposure, position metrics, and historical performance. By consolidating critical data into a single, customizable on-chart dashboard, it eliminates the need to constantly check the Terminal window, allowing for faster and more informed trading de
FREE
Phone Trade Manager
Krutik Piyushkumar Parekh
Smart Lot-Size Calculator And Trade Assistant for Mobile Trading Overview: This is the tool every trader in the market must have no matter if you are scalper, swing traders, day trader, or long term trader. This On-The-Go trading tool will help you stay disciplined and also stay free from daily trade management chores, Most traders face common problems like   1. Calculation of proper lot-size of a position to take controlled risk  2. Managing every trade and trailing stop-loss if trades goes in
FREE
VP hidden
Emr Aljnaby
4.33 (12)
The indicator works to convert normal volume into levels and determine financial liquidity control points. It is very similar in function to Fixed Volume Profile. But it is considered more accurate and easier to use than the one found on Trading View because it calculates the full trading volumes in each candle and in all the brokers present in MetaTrade, unlike what is found in Trading View, as it only measures the broker’s displayed prices. To follow us on social media platforms: telegram
FREE
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.41 (216)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   附加材料和说明 安装说明   -   应用程序说明   -   模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR -
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
TradePanel MT5
Alfiya Fazylova
4.88 (167)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單
Astro Trade MT5
Indra Maulana
5 (2)
AstroTrade Trading Assistant AstroTrade is a comprehensive multi-functional trading utility developed for the MetaTrader 5 platform. It integrates essential tools for trade execution, risk management, and technical monitoring into a single unified interface. The application is designed to assist traders in managing their daily operations through a visual and structured environment. Visual Trade Execution and Risk Management The application includes a specialized trading panel that assists in c
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (146)
通过 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 >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 如果您无法
测试版发布 Telegram to MT5 Signal Trader 即将进入正式的 Alpha 版本。一些功能仍在开发中,您可能会遇到一些小错误。如果您遇到问题,请反馈,您的意见将帮助我们改进软件。 Telegram to MT5 Signal Trader 是一款强大的工具,能够将 Telegram 频道或群组的交易信号自动复制到您的 MetaTrader 5 账户。 支持公开和私人频道,可将多个信号提供者连接至一个或多个 MT5 账户。软件优化、高效、稳定,精准控制每笔复制交易。 界面简洁,仪表盘美观,图表交互性佳,导航直观。您可以管理多个信号账户,自定义每个提供者的设置,并实时监控所有操作。 系统需求 由于 MQL 限制,EA 需要配合 PC 端应用与 Telegram 通信。 安装程序可通过官方 安装指南 获取。 核心功能 多提供者支持: 从多渠道复制信号至多个 MT5 帐户 高级信号识别: 关键词、模式和标签全面自定义 逐提供者控制: 可启用/禁用特定信号类型、平仓策略等 灵活风险管理: 固定手数、固定金额、余额/权益百分比、部分平仓设置 可定制 SL/TP: 覆盖信号
Telegram to MT5 Multi-Channel Copier 可自动将您 Telegram 频道中的交易信号直接复制到 MetaTrader 5。无需机器人,无需浏览器扩展,无需手动复制。您在 Telegram 上收到信号,EA 会在几秒钟内在您的终端上开仓。 本产品包含两个组件:一个监听您 Telegram 频道的 Windows 应用程序,以及在您的 MT5 终端上执行信号的 EA。同时也提供 MT4 版本。 设置指南和应用程序下载: https://www.mql5.com/en/blogs/post/768988 工作原理 Windows 应用程序使用您自己的 API 凭据连接到 Telegram,而不是机器人。这意味着它可以读取您订阅的任何频道、群组或话题,包括私人和 VIP 频道。检测到信号后,它会进行解析并发送给 EA。EA 根据您的经纪商解析交易品种名称,基于您的风险设置计算手数,然后开仓。 整个过程都是自动的。您无需守在电脑前。 打开应用程序并登录 Telegram(仅第一次)。 选择要监听的频道或话题。 按下 Start。EA 会处理其余的一切。 支持的
Trade copier MT5
Alfiya Fazylova
4.58 (52)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 促销活动 - 如果您已经购买了“Trade copier MT5”,您可以免费获取“Trade copier MT4”(用于 MT4 > MT5 和 MT4 < MT5 的复制)。欲了解更多详细条款,请通过私人消息与我们联系! 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
HINN MagicEntry Extra
ALGOFLOW OÜ
4.71 (17)
LIMITED SUMMER SALE -40% !   ONLY $30 insead of $50!  Maximum real discount!  ONLY UNTIL 08/22 HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-p
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
适用于 MetaTrader 5 的专业交易复制器 快速、专业、稳定可靠的 交易复制器 ,适用于 MetaTrader 。 COPYLOT 可在 MT4 和 MT5 终端之间复制 Forex 交易,并支持 Hedge 和 Netting 账户。 COPYLOT 的 MT5 版本支持: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版本 完整说明 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试和优化 Expforex 的所有产品 您也可以将交易复制到 MT4 终端(MT4 → MT4,MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT 是一款专业的交易和持仓复制器,可同时与 2、3 甚至 10 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
Premium Trade Manager - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (4)
Telegram To MT5 — 信号复制器 将您的 Telegram 频道中的交易信号变成真实的 MT5 订单 — 自动执行,可用于任意数量的账户,风险与规则完全由您掌控。 Telegram To MT5 将您已在 Telegram 关注的 VIP / 信号频道连接到您的 MetaTrader 5 终端。一个免费的配套桌面应用读取消息(即使是禁止机器人的频道),而本 EA 在您的账户上执行这些信号 — 应用您自己的风险设置、品种映射、止盈处理、交易时段与新闻过滤。 它是一个信号复制器,而非黑箱策略:由您决定信任哪些频道,以及每笔交易如何计算手数和管理。 分步设置与配套应用安装指南 工作原理 [您的 Telegram 频道] -> [配套桌面应用] -> [MT5 + 本 EA] -> 订单 配套桌面应用(免费,已包含)使用您的 Telegram 账户登录并监视您所选择的频道。即使是禁止机器人的 VIP 频道也能正常工作,它通过一个私有、加密的本地桥接转发每条消息。 本 EA 挂在一个图表上,在 MT5 接收这些信号,并按照您的规则开仓 / 管理交易。 应用与 EA 之间的连接是位于
Timeless Charts
Samuel Manoel De Souza
5 (8)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
Trade Dashboard MT5
Fatemeh Ameri
4.95 (132)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT4 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
YuClusters
Yury Kulikov
4.93 (43)
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
Custom Alerts AIO:多市场智能监控,一键启动,无需设置 概述 Custom Alerts AIO 是一款“开箱即用”的高级市场扫描工具,无需额外安装任何其他指标或进行复杂设置。它内置了 Stein Investments 的所有核心指标(FX Power、FX Volume、FX Dynamic、FX Levels 和 IX Power),可帮助您轻松监控所有主要资产类别,如外汇、黄金、指数和加密货币。如果您的经纪商支持股票,您也可以手动添加个股进行监控。 1. 为什么选择 Custom Alerts AIO? 无需额外购买任何指标 • 所有关键指标均已内置,开箱即用。 • 专注于实时预警,不包含任何图形元素,性能高效,界面简洁。 全面覆盖所有主要市场 • 支持监控外汇、金属、加密货币和指数市场。 • 无需手动输入任何交易品种,只需在设置中勾选资产类别即可启用。 • 股票并不属于默认类别,如有需要可手动通过参数输入添加。 高效、专业、便捷 • 无需图表模板和手动加载,适合自动化或远程交易环境。 • 非常适合 VPS 上长期运行,或作为后台市场预警工具使用。 2
Seconds Chart MT5
Boris Sedov
4.61 (18)
秒级图表 (Seconds Chart) - 一款专为 MetaTrader 5 设计的独特工具,用于创建秒级时间框架的图表。 通过 秒级图表 ,您可以构建以秒为单位的时间框架图表,获得标准分钟或小时图表无法提供的极致灵活性和分析精度。例如,时间框架 S15 表示每根蜡烛图持续15秒。您可以使用任何支持自定义交易品种的指标和EA交易系统。操作它们就像在标准图表上交易一样方便。 与标准工具不同, 秒级图表 让您能够在超短时间框架下进行高精度交易,无延迟干扰。 免费演示版: Seconds Chart v2.29 Demo.ex5 下载免费演示版,亲自体验: 功能齐全 - 所有功能均可使用 24小时测试 - 足够评估准确性和便利性 仅限模拟账户 - 大多数经纪商均可轻松开立 仅限GBPCAD图表 - 大多数终端均可使用 这些限制仅适用于演示版。完整版适用于任何账户类型(真实、演示、竞赛)和任何图表(XAUUSD、EURUSD 等),无任何限制。 如何安装演示版 通过上方链接下载演示文件 打开MetaTrader -> 文件 -> 打开数据文件夹 -> MQL5 -> Experts 将下
Anchor Trade Manager
Kalinskie Gilliam
5 (7)
Anchor: The EA Manager Your EAs manage their own trades. Anchor manages the account around them. Anchor gives you one place to control your EAs, manage risk and decide when trading is allowed. Any EA, any vendor, any broker or symbol. No source-code changes required. The Problem Most EAs only know what they are doing. They cannot see when another EA is already trading, when several EAs open and are stacking risk or when the account has reached your loss limit. Even using just one EA, it may not
VirtualTradePad PRO SE MT5 — MetaTrader 5 专业交易控制中心 VirtualTradePad PRO SE 是一款基于图表的高级交易面板,也是适用于 MetaTrader 5 的交易管理工作区。它专为希望获得更快执行、更清晰持仓控制、结构化交易管理、可视化价位规划,以及直接在图表上完成专业交易流程的交易者而设计。 这不仅仅是一个 BUY / SELL 面板。PRO SE 将手动交易、挂单、持仓管理、部分平仓、篮子利润/亏损控制、加仓均价层级、ATM 规则、信号监控、实时市场信息、策略测试器 (Strategy Tester) 流程以及面向 VPS 的运行方式整合到一个互相关联的界面中。 MT4 版本 | 完整说明和截图 | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会选择这套面板 图表一键交易 ,并支持键盘快速操作 快速完成开仓、平仓、修改、反转、锁仓与部分平仓 深度控制仓位、挂单、总利润与风控逻辑 自动参数计算,减少手动输入与重复劳动 为什么 PRO SE 比标准手动交易更高
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 —— 单终端内的专业持仓复制系统 这是一款面向专业交易者的可靠 Expert Advisor,用于在 MetaTrader 5 中自动复制已经打开的持仓、放大总仓位、应用自定义手数规则,并按照明确的逻辑管理复制出来的持仓。 它非常适合手动交易者、自动化系统使用者,以及希望在同一个终端内更灵活地管理已有持仓的用户。 Duplicator for MT5 并不会依靠自己的交易策略主动开仓。它的职责是监控 MetaTrader 5 账户中已经存在的持仓,并根据你的设置创建对应副本,包括复制次数、手数、Stop Loss、Take Profit、注释以及额外的管理条件。 如果你需要的是 同一个 MetaTrader 5 终端内部 的持仓复制工具,而不是不同平台或不同终端之间的复制系统,那么 MT5 版 Duplicator 正是为这种需求而设计。 MT4 版本 详细描述 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试和优化 Expforex 的所有产品 链接 如果你需要 MetaTrader 终端之间 的交易复
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 Copier Ultimate
Janitha Sandaruwan Amaradasa Wickramasingha Arachchilage
5 (4)
Trade Copier Ultimate - Telegram to MT5 Signal Copier Trade Copier Ultimate automatically copies Telegram trading signals into MetaTrader 5. The EA can read signal messages, detect the symbol, order type, entry price, Stop Loss, Take Profit levels and selected update commands, then execute or manage the trade in MT5 using your lot and risk settings. It is more than a basic Telegram to MT5 copier. TCU also supports Bot API and user-account Bridge workflows, Discord signal routing, local MT5 to MT
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading op
作者的更多信息
概览 FundedBridge MT5 不只是一个简单的多策略 EA:它是一个面向 MetaTrader 5 的完整系统,适合希望自动化交易,同时保持对风险、回撤、盈利目标、预设以及 Prop Firm 常见操作规则控制的交易者。 它专为 Challenge、Verification、Funded 账户和个人账户而设计,目标是让交易过程更加结构化、可控且可衡量。 它包括 6 种可选择策略、高级风险管理、每日和总回撤控制、自动盈利目标管理、即用型预设以及多实例模式支持。 MQL5 官方链接,用于教程、手册、预设、更新和完整指南: https://www.mql5.com/it/blogs/post/765071 购买后还包含 FundedBridge Manager ,这是一款专用桌面应用,可简化预设管理、配置创建、账户组织以及用于 MetaTrader 5 的文件准备。要获取 FundedBridge Manager,只需在购买后通过 MQL5 联系我。 购买前后,你都可以直接联系我,以澄清疑问、更好地了解 FundedBridge 的工作方式,并获得初始配置支持。 平台:MetaTr
Price Context Map
Riccardo Borello
查看上下文中的价格 价格背景图是一个免费的 MetaTrader 5 指标,适用于每日、每周和 ADR(平均每日范围)水平。它使与当前会话最相关的参考价格在一张干净的图表上可见。 您无需每天手动标记开盘价、前一交易日的极值和范围边界,而是获得一个结构化地图,其中显示价格现在的位置、正在接近的价格以及已使用了多少典型的每日范围。 为了清晰而不是混乱而构建。 该指标是为那些想要基本背景而不用不必要的工具填充图表的交易者而设计的。级别按类别进行颜色编码,标签放置在图表右侧的专用区域中,附近的标签会自动间隔以保持可读。 专为希望了解每日、每周和 ADR 背景而没有图表混乱的全权日内和价格行为交易者 而设计。 关键级别一览 每日开放 前一日最高价、最低价和收盘价 当日最高价和最低价 每周开放 上周高点和低点 ADR 高位和 ADR 低位 每个可见级别都可以显示其简称、确切价格以及与当前价格的符号距离。外汇交易品种的距离可以自动显示为点,其他工具的距离可以显示为点,也可以手动选择。 了解当前会话 紧凑的仪表板总结了您交易时最重要的信息: 已使用的 ADR:今天覆盖了所选平均每日范围的多少 日内头寸
FREE
MACD EA for Prop Firms is an Expert Advisor designed specifically to overcome Proprietary Firms challenges such as MyForexFunds to obtain a founded account. In fact, it has specific functions to comply with the rules imposed by the companies that offer managed accounts. - It is based on a strategy with MACD and EMA indicators that signals to the EA when to open positions - Works on all Forex pairs, recommended on M5, M6, M10 timeframes. - The EA should work on VPS 24/7 - Write to me private
Alligator EA for Prop Firms is an Expert Advisor designed specifically to pass the challenges of Proprietary Firms such as MyForexFunds and obtain a founded account. In fact, it has specific functions to comply with the rules imposed by the companies that offer managed accounts. Link for tutorial, detailed description, manual and presets: https://www.mql5.com/en/blogs/post/751530 - It is based on a strategy with William's Alligator, EMA and ATR indicators that tell the EA when to open position
Parabolic SAR EA for Prop Firms is an Expert Advisor designed specifically to overcome the challenges of Proprietary Firms such as MyForexFunds and obtain a founded account. In fact, it has specific functions to comply with the rules imposed by the companies that offer managed accounts. - It is based on a strategy with Parabolic SAR , EMA and ATR indicators that tell the EA when to open positions and where to set the stop loss. - Works on all Forex pairs, recommended on M5, M6, M10 timeframes
Prop Firms 的多指标策略 EA 是一种专家顾问,专门设计用于克服 MyForexFunds 等专有公司的挑战并获得成立的账户。 事实上,它具有特定的功能来遵守提供托管账户的公司所施加的规则。 教程、详细说明、手册和预设的链接: https://www.mql5.com/en/blogs/post/751550 - 它基于 MACD、RSI、STOCH 和 EMA 指标的策略,向 EA 发出开仓信号 - 适用于所有外汇对,推荐在 M5、M6、M10 时间范围内使用。 - EA 应该在 VPS 24/7 上工作 - 私信我以获取我已经针对各种挑战和预设进行优化的参数 道具公司的功能: 每日和每月的反回撤控制 可以设置 EA 自动停止的最大利润目标(例如 MFF 要求的 8% 以通过第一阶段) 可以回溯测试过去几个月它会通过挑战的数量(通过自定义最大值,例如 31001 -> 31 个月通过了挑战,1 个月关闭积极) 如果达到回撤,则 EA 停止并丢弃参数组合(自定义最大值设置为 0) 附加的功能: 选择资本与风险的百分比 风险回报的选择 选择营业日和营业时间 可以设定
Ultimate EA for Prop Firms
Riccardo Borello
4.33 (3)
Prop Firms 的 Ultimate EA 是专为克服 MyForexFunds 等专有公司的挑战并获得成立账户而设计的专家顾问。 事实上,它具有特定的功能来遵守提供托管账户的公司所施加的规则。 教程、详细说明、手册和预设的链接: https://www.mql5.com/en/blogs/post/752189 新( 2023 年 8 月):时间网格操作和超级趋势策略! - 根据以下指标,从 6 种不同的可用策略中选择您想要使用的策略:MACD、鳄鱼线、MACD+RSI+Stoch、抛物线转向指标、Ichimoku 或 SuperTrend! - 适用于所有外汇对和指数,推荐在 M5、M6、M10 时间范围内使用。 - EA 应该在 VPS 24/7 上工作 - 私信我以获取我已经针对各种挑战优化的参数和要优化的预设。 此外,其中一些已经在博客上可用! 道具公司的功能: 每日和每月的反回撤控制 可以设置 EA 自动停止的最大利润目标(例如 MFF 要求的 8% 以通过第一阶段) 可以回溯测试过去几个月它会通过挑战的数量(通过自定义最大值,例如 31001 -> 3
筛选:
无评论
回复评论