Hi,
When I set the backtester settings to n last
quotes/days, n = x, and then call
Equity( 1, -1 )
the final equity is
not the same as
Equity( 1, 1, x ).
After a little testing, it seems that
Equity( 1, -1 ) // n = x
gives the same results as
Equity( 1, 1, x-1 )
Delays are set to zero. On rare occasions, the
difference in equity can be quite large. Shouldn't both methods yeild the same
results? Which is more accurate? Thank you!
Steve
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
|