程序库: MT4Orders - 页 65

 
Торговый оборот в триллион USD и другие достижения библиотеки за пять лет.
Торговый оборот в триллион USD и другие достижения библиотеки за пять лет.
  • www.mql5.com
Для MetaTrader 5 написана торговая библиотека MT4Orders . Начиналось так. // Список изменений: // 03.08.2016: //   Релиз - писался и проверялся только на оффлайн-тестере. Сегодня библиотеке
 

该图书馆已有五年历史。


在这里,您可以通过选择需要翻译的语言来阅读该库的成就

Results.

  • Open source and freely redistributable source code.
  • The easiest to learn and use trading library (from public) for MetaTrader 5. Does not require its own documentation.
  • Allowed some authors to write articles on the practical application of machine learning and other trading techniques without difficulty.
  • Simplified the transition from backtesting robots to combat versions.
  • Highest reliability of any hedge account solution.
  • High performance for live trading accounts and backtests.
  • Made it easier to work with the trading history and control the quality of execution of trade orders: slippage, rejections.
  • Cross-platform (MetaTrader family).
  • Fully translated into English by MetaQuotes.
  • She attracted a large number of programmers to the corresponding section of the MQL-Community (one of the world's largest trader-community).
  • Provided tens of thousands of Market sales and Freelance work.
  • Huge contribution to the popularization of MetaTrader 5 and services related to the trading platform.
  • Allowed to create reproducible reports on errors in the trading part of the platform, prompting them to fix them.
  • It greatly influenced the acceleration of the trading part of the platform (client and server parts).
  • Identified errors / flaws and weaknesses in third-party brokerage software and platform settings on the part of admins.
  • Library-based products have made millions of transactions with a  total turnover of about USD trillion  .
  • Contributed to the mass segment of algorithmic trading.
  • Has advanced scalping and multicurrency trading methods by simply switching to the MetaTrader 5 trading strategy tester.
  • Influenced the development of the retail-Forex industry and related industries.
  • Demonstrated the possibility of writing the most convenient (mass) unified trading API based on various third-party trading APIs.


特别感谢 MetaQuotes
Торговый оборот в триллион USD и другие достижения библиотеки за пять лет.
Торговый оборот в триллион USD и другие достижения библиотеки за пять лет.
  • www.mql5.com
Для MetaTrader 5 написана торговая библиотека MT4Orders . Начиналось так. // Список изменений: // 03.08.2016: //   Релиз - писался и проверялся только на оффлайн-тестере. Сегодня библиотеке
 
fxsaber:
五年 ...
祝贺并感谢你们!
的确,这是使用人数最多的图书馆。
 
fxsaber:
五年 ...
火灾
 
fxsaber:

  • 影响了零售外汇行业及相关产业的发展。

很好

 

关于交易、自动交易系统和测试交易策略的论坛

库:MT4Orders

fxsaber, 2017.09.03 18:52

// 更改列表:
// 03.09.2017:
// 添加:已添加 OrderTicketOpen() - MT5 仓位开仓交易票据
// OrderOpenReason() - MT5 开仓交易的原因(开仓原因)
//OrderCloseReason() - причина проведения MT5-сделки закрытия (причина закрытия позиции)

对于远程挂单,OrderCloseReason 始终等于 OrderOpenReason -下单 原因。

MT5 不提供有关订单被删除原因的信息。例如,不知道订单是自己删除的还是经纪商删除的。

 
同步性 非常好,但并不完美。有机会我一定要在这方面做些调整.....。
Проверка на наличие дублей ордеров/позиций в MT5
Проверка на наличие дублей ордеров/позиций в MT5
  • www.mql5.com
Появление дублей ордеров/позиций в MT5 - архитектурная особенность платформы, с которой многие сталкиваются. Данная неприятность вызывает серьезные перекосы в торговых рисках, ломает логику, усложняет
 
您好,"OrderSend"函数在成功时会返回订单票据。但您的 MT5 版本返回的是 bool。

我怎样才能通过返回票据使其生效。因为当 "OrderSend "函数返回订单票据时,我可以用它来使用 "OrderModifiy "修改订单。

而您的库却不能这样做。
 
fxsaber

您好,"OrderSend"函数在成功时会返回订单票据。但您的 MT5 版本返回的是 bool。

我怎样才能通过返回订单票据使其生效。因为当 "OrderSend "函数返回订单票据时,我可以用它来使用 "OrderModifiy "修改订单。

而你们的库却不能这样做。
 
mercanet:
您好,"OrderSend"函数在成功时会返回订单票据。但您的 MT5 版本返回的是 bool。

我怎样才能通过返回票据使其生效。因为当 "OrderSend "函数返回订单票据时,我可以用它来使用 "OrderModifiy "修改订单。

而在您的库中,我无法做到这一点。

请展示您的代码。