Discussion of article "Library for easy and quick development of MetaTrader programs (part VII)"

 

New article Library for easy and quick development of MetaTrader programs (part VII): StopLimit order activation events, preparing the functionality for order and position modification events has been published:

In the previous articles, we started creating a large cross-platform library simplifying the development of programs for MetaTrader 5 and MetaTrader 4 platforms. In the sixth part, we trained the library to work with positions on netting accounts. Here we will implement tracking StopLimit orders activation and prepare the functionality to track order and position modification events.

To test the implemented improvements, we will use the EA from the previous article. Simply rename the TestDoEasyPart06.mq5 EA from the \MQL5\Experts\TestDoEasy\Part06 folder to TestDoEasyPart07.mq5 and save it in the new \MQL5\Experts\TestDoEasy\ Part07 subfolder.

Compile the EA, launch it in the tester, place a StopLimit order and wait for its activation:

Author: Artyom Trishkin

Reason: