• 信息
13+ 年
经验
12
产品
47
演示版
5
工作
0
信号
0
订阅者
📚 Series of articles:
◉ Developing a multi-currency Expert Advisor (29 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
已发布文章Trade Volume Copy. Описание и настройки
Описание Trade Volume Copy (TVC) - это советник-утилита для копирования объемов открытых сделок с одного MT5-счёта или MT4-счёта на другой MT5-счёт или MT4-счёт...
Yuriy Bykov 已发布产品

A simple utility to copy trade volumes from one MT5 or MT4 account to another MT4 account. You can copy positions between Netting and Hedging accounts in any combination. By default, positions opened by all matching symbols with the same volumes will be copied. If the symbol names are different or the volume of copied positions should be different or not all positions should be copied, then the desired behavior can be specified in the settings described in this   post . This product will

Yuriy Bykov
留下反馈给客户为工作 I have a Custom Made Trade Copier which needs to be Fixed & Modified.
Yuriy Bykov
已发布代码New Bar Event
Allows you to determine the occurrence of a new bar event in a multicurrency Expert Advisor
1 620
Yuriy Bykov
已发布代码Expert History Export
Добавляет возможность автоматического экспорта истории сделок после прогона эксперта в тестере стратегий.
43
Yuriy Bykov
已发布代码Trade Classes from MT5 for MT4
Trade classes CTrade, CPositionInfo, COrderInfo, CSymbolInfo from MT5 rewritten for MT4
2 967
Yuriy Bykov
已发布代码Trade Classes from MT5 for MT4
Торговые классы CTrade, CPositionInfo, COrderInfo, CSymbolInfo из MT5 переписаны для MT4
101
Yuriy Bykov
留下反馈给客户为工作 Не сложный робот mql4 работающий на отложенных ордерах
Yuriy Bykov 已发布产品

导出当前交易账户的交易历史。 该文件保存在     MQL4/文件   终端文件夹(     可以通过主终端菜单打开:           文件 -> 打开数据目录           (Ctrl+Shift+D) 并转到文件夹           MQL5/文件)         或在终端的   共同文件   文件夹。 文件名自动生成或通过脚本参数手动设置。 历史文件可用于使用 EA 在另一个交易服务器上模拟相同的交易序列       简单的历史接收器     . 文件名     :指定文件名或将该字段留空以自动生成文件名。 分隔符     :设置CSV文件中数据部分的分隔符(逗号','或分号';')和小数点(句点'.'或逗号',')

Yuriy Bykov
已发布代码Account History Export
Экспорт истории сделок на торговом счёте MT4.
1 120
Yuriy Bykov
已发布代码Account History Export
Export the history of transactions on the MT4 trading account.
773
Yuriy Bykov
已发布代码Real Trade Copy MT4
Adviser-Utility for copying transactions from one MT5 account or MT4 account to another MT4 account.
1147
Yuriy Bykov
已发布代码Real Trade Copy MT5
Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.
1074
Yuriy Bykov
已发布代码Expert History Export
Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.
1 354
Yuriy Bykov
已发布文章Real Trade Copy. Description and settings
Description Real Trade Copy is a utility Expert Advisor for copying trades from one MT5 or MT4 account to another MT5 or MT4 account. Versions to run on MT4 and MT5 are different...
· 5 2548 4
Yuriy Bykov
已发布代码Expert History Export
Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.
294
Yuriy Bykov
已发布代码Account History Export
Export the history of transactions on the trading account.
417
Yuriy Bykov
已发布代码Real Trade Copy MT4
Утилита для копирования сделок с одного MT5-счёта или MT4-счёта на другой MT4-счёт.
125
Yuriy Bykov 已发布产品

顾问工具,用于将交易从一个MT5帐户或MT4帐户复制到另一个MT4帐户。 Demo-version can be downloaded   here . 您可以在净额结算和套期保值账户之间以任何组合复制头寸。 您可以通过仪器的名称和将被复制的位置的魔术数字来设置过滤器。 到目前为止,来源仅发送有关市场头寸的信息。 挂单在变成公开市场头寸时被处理. 在一个终端上,顾问以发送者模式(发送者)启动,在另一个终端上-在接收者模式(接收者)中启动。 终端必须在同一台服务器上工作,以便它们具有相同的共享数据文件夹,通过该文件夹交换数据。 安装程序 在发件人帐户的终端中,我们以发件人模式启动顾问,配置常规参数。 在接收器帐户的终端中,我们在接收器模式下启动顾问,为接收器配置常规参数和参数。 要复制MT4->MT5,请使用此产品作为发送者,另一个真实交易复制MT5产品作为接收者。 要复制MT5->MT4,请使用此产品作为接收方,另一个真实交易复制MT5产品作为发送方。 More detailed information in the  post