A simple example is the trading tactic, based on the crossover of two moving averages. If the fast moving average crosses theslow one upward, it opens a deal to buy, if on the contrary, downwards, it opens a deal to sell. This formulation is sufficient for writing a trading model that...
, but the actual code and its compatibility is far enought to start a new project. This project is a server for the Metatrader trading community. It is based on ZeroMQ sockets and uses JSON format to communicate. We usually use it with Python clients, but you can use it with any ...
The MQL5 language has become completely event-driven. The entire trading logic can now entirely be based on handling incoming events. The OnTick() handler allows you to analyze the tick flow for any symbol, receive an entry signal and send an asynchronous trading request. After a fraction of...
The MQL5 language has become completely event-driven. The entire trading logic can now entirely be based on handling incoming events. The OnTick() handler allows you to analyze the tick flow for any symbol, receive an entry signal and send an asynchronous trading request. After a fraction of...
need to make it multi symbol and order monitoring... both open orders and order suggestions... eventually all 5, dow, nas, s&p, rus2k and gold will be viewed on the chart... the little bomb symbol will be for an alert if the market turns against open orders on other symbols.....
This is a discussion on Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview within the General Discussion forums, part of the Trading Forum category; Every novice trader dreams of steadily making a lot of money in the financial markets. How to do that without .....
Developing graphical interfaces based on .Net Framework and C# (part 2): Additional graphical elements Since October 2018, MetaTrader 5 supports integration with Net Famework libraries. This set of libraries is actually much more than a framework or a specialized system for performing a specific ra...
I want to set the Magic Number in my robots in Metatrader 5 (MQL5). In MQL4 was easy, on OrderSend() I just put the Magic number in order to identify what orders are from each expert advisors (I want to use several different robots, and each robot can only close the positions the...
based on Your and Company's compliance with this Agreement regarding the use of www.mql5.com by You and the Company; (ii) You have obtained all consents, approvals and authorizations from the Company whatsoever needed, allowing You to officially act on behalf of the Company under these mql5...
ORDER_FILLING_IOC 和 ORDER_FILLING_RETURN 可能很困难, 但如果在 MQL4 中实现并非不可能或不切实际, 主要是因为专家交易系统没有任何方法来确定某笔交易请求的交易量能够满足 (即便如此, 这些信息也可能是巨幅波动地, 并且会经常受到改变)。因此, 为了确保 MQL4 和 MQL5 之间的兼容性, ORDER_FILLING_FOK 将是...