|
Tomasz:
Thanks.
All signals under rotational mode have type 0, and
the script has to enter and exit trades based on PosScore. Is my understanding
correct?
Another question:
How many of these signals are kept (to save memory
etc)?
Based on the document:
(2*MaxOpenPositons) for signals with PosScore > 0;
(2*MaxOpenPositons) for signals with PosScore < 0;
Unlimited for signals with PosScore == 0; (since
they are exit signals)
However, based on my own testing, not
all signals with PosScore==0 are kept. The number kept seems to be related
to "WorstRankHeld".
I have to keep the "WorstRankHeld" very big to
avoid missing exit signals, but that greatly slow down the backtesting (from a
few minutes to more than half an hour).
I use "WorstRankHeld"==5000 for a 5000 stock
portfolio.
Please advice how to make it more
efficient,
Thanks,
- Mark
__._,_.___ 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
__,_._,___ |
- Re: [amibroker] Low level backtest for rotational mode Tomasz Janeczko
- Re: [amibroker] Low level backtest for rotational mod... Mark H
