Just to learn about running tests, I am trying a very simple code (below). The backtest result lists only symbols beginning with the letter A. I can't find a control that would limit the results like that.
@beppe, in that previous reply I understood that I needed Position Score only if Max Open Positions was 1. In a previous strategy, I had a Max Open Positions of 10 and it worked fine without the Position Score. This simpler code also has Max at 10, so I am puzzled that this code is giving me that problem again.
I will try to understand the position score. Thanks.
PositionScore tells AmiBroker how to order your entry signals. This will only be important when there is "competition" for a slot (position). It's certainly possible to write a strategy where every possible entry signal results in a trade entry (e.g. Max Pos = 10 and your watchlist only has 10 symbols), but it's good practice to always define PositionScore.