MQL4 - automated forex trading   /  

Forum

log_test.mq4 dont seen to work in Strategy Tester.

Back to topics list To post a new topic, please log in or register

avatar
29
tintin92 2006.10.19 22:35 
Hello,

If I use the Expert Advisors log_test.mq4 from :
'Information Storage and View'
in a chart I got a log file like expected.
But if I use the same Expert Advisors log_test.mq4 in a Strategy Tester, I got nothing.
Why ?

Thanks,

Tintin92
Transferring an Indicator Code into an Expert Advisor Code. General Structural Schemes of an Expert Advisor and Indicator Functions

Transferring an Indicator Code into an Expert Advisor Code. General Structural Schemes of an Expert Advisor and Indicator Functions

This article dwells on the ways of transferring an indicator code into an Expert Advisor Code and on writing Expert Advisors with no calling to custom indicators, and with the whole program code for the calculation of necessary indicator values inside the Expert Advisor. This article gives a general scheme of Expert Advisor changing and the idea of building an indicator function based on a custom indicator. The article is intended for readers, already having experience of programming in MQL4 language.


avatar
29
tintin92 2006.10.19 23:56 
I answer myself.
The log files are not at the same place.
Instead of :
MetaTrader 4/experts/files/logs
they are at :
MetaTrader 4/tester/files/logs

Tintin92


Back to topics list  

To add comments, please log in or register