| / | Forum |
|
cbalta
2006.11.09 08:45
System tester fails if expert uses two or more different pairs.
Even all used pairs having historical minute data, tester simulates only main pair (EURUSD) The others in the expert are not simulated in this case (USDCHF, GBPUSD, USDJPY) Thanks. Cengiz |
|
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. |
5089 |
stringo
2006.11.09 15:46
Of course. Other symbols are not modelled. Don't use their current (0) bar
You can access to current bar of M1 for current close price |
|
cbalta
2006.11.09 17:43
Ok, I've learned only working pair is simulated in the tester. Here is part of the
code that I use. |