I am trying to run a very simple version of Amibroker on all symbols I have. It somehow works on few other symbols. But, not on these symbols. Just buy and sell at each timestamp (I am working on minute level data).
@snoopy.pa30 But, Trade signals should have been generated during backtesting. Even if I remove one of the buy or sell statement, backtesting results still come out to be empty.
Inspecting the Detailed Log will tell you precisely what signals are generated each and every bar, what are position scores and when / why signals are ignored (due to constraints such as insufficient funds)
@snoopy.pa30 I just want to run this simple code. I need to write the complete strategy. If I am able to write this code, half of my work is done. Here is the current simple code.
All this seems to work for other (daily) symbols which I downloaded from yahoo finance. But, backtesting multiple symbols does not seem to work for these symbols.
@snoopy.pa30 All I want is to generate trade signals on multiple symbols even if I run amibroker once only. Here, I thought it would be generating backtest report with atleast some trades. This works for symbols I downloaded from yahoo finance. I think it has something to do with current data properties like minute level, etc. I have attached data here https://drive.google.com/open?id=1NAS1oIP7e_-s7xEejtqvWUc9pwUHl96B Could you please run the above code on this dataset?
Is following the settings in Analysis window?
Following is the backtester settings for general tab.