|
Hello,
1. Your understanding is correct.
2. AB keeps 2 * WorstRankHeld signals (note that WorstRankHeld
is guaranteed to be greater or equal to MaxOpenPos).
3. There is no need to keep signals with scores LESS than 2 *
WorstRankHeld as if they are not in the table it means exit anyway
so there is no need to keep any signal that has score of zero.
Simply, in your code you have to assume that if symbol is not
in the signal array it means that it should be exited (and it does not
really
matter if it is because of just low or zero
score).
All exit signals are tracked only in REGULAR mode when such
assumptions can not be made.
Best regards, Tomasz Janeczko amibroker.com __._,_.___ 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
- Re: [amibroker] Low level backtest for rotational... Tomasz Janeczko
