• 信息
13+ 年
经验
12
产品
49
演示版
5
工作
0
信号
0
订阅者
📚 Series of articles:
◉ Developing a multi-currency Expert Advisor (32 parts) ( https://www.mql5.com/ru/blogs/post/756958 )
◉ Moving to MQL5 Algo Forge (4 parts) ( https://www.mql5.com/ru/blogs/post/765536 )
◉ Developing a terminal manager (3 parts) ( https://www.mql5.com/ru/blogs/post/765539 )

📢 Channels:
Telegram: 📲 https://t.me/adwizard_mql5
MQL5 Channels: 🌐 https://www.mql5.com/en/channels/adwizard-en
Yuriy Bykov
已发布文章Developing a Terminal Manager (Part 2): Running Multiple Terminal Instances
Developing a Terminal Manager (Part 2): Running Multiple Terminal Instances

Let's move on to using multiple terminal instances on the server by setting up a simple control panel for starting and stopping them. Now it is time to expand the functionality and move on to the next stages — implementing more complex features, such as managing multiple terminal instances, state persistence, integration with the MetaTrader 5 API, and a web interface with comprehensive information about the terminals.

1
Yuriy Bykov
已发布文章Developing a Terminal Manager (Part 1): Problem Statement
Developing a Terminal Manager (Part 1): Problem Statement

How can we conveniently monitor multiple terminals running Expert Advisors, especially when they are on different computers? Let's try to create a web interface for managing the launch of MetaTrader 5 trading terminals and viewing detailed information about the operation of each instance.

1
Yuriy Bykov
已发布文章迁移至 MQL5 Algo Forge(第 4 部分):使用版本和发布
迁移至 MQL5 Algo Forge(第 4 部分):使用版本和发布

我们将继续开发 Simple Candles 和 Adwizard 项目,同时还将描述使用 MQL5 Algo Forge 版本控制系统和仓库的细节。

Yuriy Bykov
已发布文章Developing a Multi-Currency Expert Advisor (Part 29): Improving the Conveyor
Developing a Multi-Currency Expert Advisor (Part 29): Improving the Conveyor

We are going to improve the usability of the automated optimization conveyor: we will explore the process from creating an optimization project to testing the final EA. For clarity, let us walk through the entire process step by step creating the final EA, while stopping to make any desired corrections.

1
Yuriy Bykov
已发布文章迁移至 MQL5 Algo Forge(第 3 部分):在您自己的项目中使用外部仓库
迁移至 MQL5 Algo Forge(第 3 部分):在您自己的项目中使用外部仓库

让我们探索如何开始将 MQL5 Algo Forge 存储中任何仓库的外部代码集成到您自己的项目中。在本文中,我们最后转向这个有前景但更复杂的任务:如何在 MQL5 Algo Forge 中实际连接和使用来自第三方仓库的库。

Yuriy Bykov
已发布文章迁移至 MQL5 Algo Forge(第 2 部分):使用多个存储库
迁移至 MQL5 Algo Forge(第 2 部分):使用多个存储库

在本文中,我们将探讨在公共存储库中组织项目源代码存储的一种可能的方法。我们将把代码分发到不同的分支,为项目开发建立清晰方便的规则。

Yuriy Bykov
已发布文章开发多币种 EA(第 28 部分):添加平仓管理器
开发多币种 EA(第 28 部分):添加平仓管理器

在并行运行多个策略时,您可能希望定期关闭所有持仓,并重新启动策略。现有代码仅允许通过手动操作来实现这一行为。让我们尝试将这一部分自动化。

Yuriy Bykov
已发布文章开发多币种 EA(第 27 部分):多行文本显示组件
开发多币种 EA(第 27 部分):多行文本显示组件

如果需要在图表上显示文本,我们可以使用 Comment() 函数。但它的功能相当有限。因此,在本文中,我们将自行开发一个组件 — 一个全屏对话框,该对话框能够显示多行文本,支持灵活的字体设置和滚动功能。

Yuriy Bykov
已发布文章开发多币种 EA(第 26 部分):交易品种信息工具
开发多币种 EA(第 26 部分):交易品种信息工具

在继续开发多币种 EA 之前,让我们尝试使用已开发的库创建一个新项目。这个例子将演示如何最佳地组织源代码存储,以及如何利用 MetaQuotes 的新代码库来帮助我们。

Yuriy Bykov
已发布文章迁移至 MQL5 Algo Forge(第 1 部分):创建主存储库
迁移至 MQL5 Algo Forge(第 1 部分):创建主存储库

在 MetaEditor 中处理项目时,开发人员经常需要管理代码版本。MetaQuotes 最近宣布迁移到 GIT,并推出具有代码版本控制和协作功能的 MQL5 Algo Forge。在本文中,我们将讨论如何更有效地使用新的和以前存在的工具。

Yuriy Bykov
已发布文章开发多币种 EA 交易(第 24 部分):添加新策略(二)
开发多币种 EA 交易(第 24 部分):添加新策略(二)

在本文中,我们将继续将新策略与创建的自动优化系统联系起来。让我们看看需要对优化项目创建 EA 以及第二和第三阶段 EA 进行哪些更改。