Marco Capacci / Publications
Forum
Meta tester agent do not start
I am facing a strange behaviour of the visual tester agent in MT5 I do not understand. I have a custom (home made) expert system that I am developing by long time. The code looks to work good by the program point of view; i t is compiled without error and, for example, I can launch it in the
Setting position mode to hedging or netting
Is it possible to set the Position mode either in "Hedging" or "Netting" by code statements in Expert System (or fixing it in the setting of options for MT5 ) or it is something that is defined by the Provider only (es. MetaQuotes-Demo)? It results that presently I have an edging account but I would
Debug problems in MetaEditor
I am debugging a Trading System program on MT5 build 3683. I have a bool variable used as input variable in a file that is included in main code file. If I compile and run the code within MT5, and then open the program panel showing input variables, the variable is listed with the right value set
#import files does not allow the use of break-points during debug
I am creating an EA by using several files included in the main one in a tree file structure; the files are also located in a tree of directories/sub directories; to avoid long files and to avoid to repeat block of statements. I use the #include statement to include each file with extendion "mqh"