When backtesting only partial data is being used by Amibroker, how to correct it so that all the data is backtested in one go.
Eg:
IEOD Data already imported into Amibroker: from Jan 2007 to Dec 2013
On backtesting for all quotes it only shows trades from Jan 2007 till Dec 2007.
I have to backtest again starting from Dec 2007 till date for which it shows trades till Nov 2013 & so on...
Eg:
IEOD Data already imported into Amibroker: from Jan 2007 to Dec 2013
On backtesting for all quotes it only shows trades from Jan 2007 till Dec 2007.
I have to backtest again starting from Dec 2007 till date for which it shows trades till Nov 2013 & so on...
One of the reasons can be that all the capital gets exhausted . . . increase the capital or limit the number of shares being bot/sold
Try using in the AFL
Code:
SetPositionSize(1,4);