Analysis XAUUSD (1-Hour Chart) Currently, XAUUSD is trading around $3454.49. Key resistance levels can be identified at previous swing highs of $3458.83, $3463.33 and $3468.27. Support levels are around $3451.00, $3451.34 and $3451.42 based on recent sw ...
Hi, I made an EA (this is my first Ea) and when testing it, even there is no date and time variables on it, the orders on Friday are not executed and the Diary send a message "market closed". The startegy is based on the direction of an MA and it has 3 variables for stop los...
Hi, I made an EA (this is my first Ea) and when testing it, even there is no date and time variables on it, the orders on Friday are not executed and the Diary send a message "market closed". The startegy is based on the direction of an MA and it has 3 variables for stop los...
The initial project was a forked fromMetaquotes MQL5 - JSON - API(all credit to Khramkov efforts, thank you!), 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 ...
While OOP is good practice in general, MQL5 works just fine by solely using the event calls OnStart, OnTimer, OnTick, OnCalculate, etc. They even work the same as the old MQL4 equivalents like start, init, etc. -- just a few different namings and arguments. And you can use top-...
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...
Sergey Golubev 2025年3月16日 14:41 Developing a Calendar-Based News Event Breakout Expert Advisor in MQL5 - https://www.mql5.com/en/articles/16752Sergey Golubev 2025年3月15日 19:11 Developing a multi-currency Expert Advisor (Part 6): Automating the selection of an instance group - ...
02 01:00:00 deal #3 sell 0.10 EURUSD at 1.05172 done (based on order #3) DS 0 16:19:15.747 Trade 2017.01.02 01:00:00 deal performed [#3 sell 0.10 EURUSD at 1.05172] 请注意第一行右侧所说的 "close #2"。对冲模式表明哪笔特定交易将被抵消 (平仓)。另一方面, 在净持模式下, 我们仅...
and Moving Average, when entering transactions, this EA also considers the Orderblock zone which makes the analysis more accurate. The algorithm used in developing this EA is a reliable algorithm both in entry and managing floating minus. This EA is designed to be used on the XAUUSD / GOLD ...