| / | Forum |
|
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 |
|
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. |
|
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 |