New article at mql5.com - Processing of trade events in Expert Advisor using the OnTrade() function

 

New article Processing of trade events in Expert Advisor using the OnTrade() function is published at mql5.com:

MQL5 gave a mass of innovations, including work with events of various types (timer events, trade events, custom events, etc.). Ability to handle events allows you to create completely new type of programs for automatic and semi-automatic trading. In this article we will consider trade events and write some code for the OnTrade() function, that will process the Trade event.

Author: KlimMalgin