Hi,
i want the backtester to execute every trade the system gives it
even
if the symbol passes the criteria on 2 consecutive days it should
reflect this in the results list and not stop it from showing
up.
right now, its not doing it and i think its there's a setting
within
amibroker which sets that once you enter a trade in a symbol, it
won't let it enter another trade in that symbol eventhough it passes
all criteria despite having sufficient funds. I'm looking for this
setting if that what y'all reckon is causing the problem.
My
explorer indicates that there would have been a Buy on both days
but the
backtester will only reflect the first bar's Buy but not the
second bar.
so i'm very very sure i've got sufficient equity and all.
I've read
through the pyramiding functionality and the 'sigscalein'
and
'sigscaleout' however, i don't need it for that level of
complexity. and
what i'm trying to achieve isn't REALLY
pyramiding...its just forcing
backtester to show all trades passing
the system eventhough it might be 2
consecutive symbols.
thanks in advance