Home › Forums › Trading System Mentor Course Community › AmiBroker Coding and AFL › Rotational systems – custom backtester
For those people who are working on rotational trading systems, are you using the custom backtester to control your entries/ exits?
No
For me I use similar to this SetBacktestMode(backtestRotational); EnableRotationalTrading() ;
And position score is the one that will control everything
This may help
Rotational trading
Said, the EnableRotationalTrading() function is now obsolete. Just use SetBacktestMode( backtestRotational ) as they do the same thing apparently.
Thanks guys – will have a play around with a few things
We started with the Custom Backtester then discarded it. We didn’t understand what was going on
Yeah Nick that was my problem