- Joined
- 24 October 2005
- Posts
- 1,302
- Reactions
- 834
Here's the post from the mailing list. It was in regards to same bar exit but generally it's best to remove exrem from backtest code. You'll need it for your indicator code though.
http://www.mail-archive.com/amibroker@yahoogroups.com/msg23130.html
I notice there's no positionscore in the code? It's a good idea to set positionscore to random if you're going to do some monte carlo runs or to assign some way of ranking entry signals if there are more entries than capital available on a particular day.
http://www.mail-archive.com/amibroker@yahoogroups.com/msg23130.html
I'm not sure if it's causing issues with the TT code but it's good practice not to use it unless necessary as I've seen problems occur with some code.Generally speaking you don't need to use ExRem at all, because the backtester handles signals even if there are redundant ones.
I notice there's no positionscore in the code? It's a good idea to set positionscore to random if you're going to do some monte carlo runs or to assign some way of ranking entry signals if there are more entries than capital available on a particular day.