| / | Forum |
|
monomonono
2008.10.03 21:20
I¡m working with an EA that wotk in 4 hour "Close4=iClose(NULL,PERIOD_H4,1)" and after a succesfull pattern it change to true a logical bool and it start working with 1 hour "Close1=iClose(NULL,PERIOD_H1,1)", the problem it's that when im testing it, when its going to long or short positions i get this error: "2008.10.03 01:43:40 TestGenerator: unmatched data error (volume limit 4045 at 2008.09.24 04:00 exceeded)" I want to know why this happend, EA cant work with double time? or it's because the tester can work just with 1 time frame? if I test my EA directly on the platform it will work? the problem is that is dificult to test it in real because this EA work with patterns that happend a few times at MONTH. thank you for your answers :) |
|
Interview with Alexander Ovchinnikov, the current Championship Leader I agree that stops must be placed. I just could place a StopLoss for my expert at 400 to 500 points. I think there is not a great difference, in terms of historical data of 2006. It is true, the expert does not close positions by itself. I did not even notice that during testing as I only watched profit. |
|
fbj
2008.10.03 23:59
¡ha! ¡nuestra cruz de las trayectorias otra vez!
AFAIK, is tester. only work with one pair and one timeframe per run if search site using search box at page top right - u can find clues as to why u have error i put in search - got 23hits using this search string: TestGenerator unmatched data error also, are articles on site on HOW TO use tester and of course Terminal users guide "F1" Best . trust not mind pidgeon Spanish via Babelfish ! i get big :-) when see wat it make of my English tbh, breaks up otherwise ugg coding day - is good be happy... :) |
|
monomonono
2008.10.04 21:38
thank for your help man :)
|