MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading and Strategy Testing Forum

// Global Variable F3

To add comments, please log in or register

tsng
25
tsng 2012.02.25 05:47

How to use the Global Variable F3 in MT5?

A Virtual Order Manager to track orders within the position-centric MetaTrader 5 environment
This class library can be added to an MetaTrader 5 Expert Advisor to enable it to be written with an order-centric approach broadly similar to MetaTrader 4, in comparison to the position-based approach of MetaTrader 5. It does this by keeping track of virtual orders at the MetaTrader 5 client terminal, while maintaining a protective broker stop for each position for disaster protection.
tsng
25
tsng 2012.02.25 19:20
I read through the above 3 web sites. They only explain what global varibles mean but don't explain or don't provide any example how the global varibles work. For example

Global variables

what are the gvar0  1.2, gvar1  1.7, gvar2  0.3? Where  will those gvars be applied to? How do they affect the MT5?

/

To add comments, please log in or register