Hi,
I am doing the typical raking of the stocks in a list, executing the raking when the first stock in the Filter Settings is processed.
https://www.amibroker.com/guide/afl/staticvargenerateranks.html
The problem is that, in this case, the first stock in the filter for the analysis (Status("stocknum") == 0) happens to have been delisted in 2019 so my program does not generate any signals after its delisting date.
Is there a way to tell Amibroker to process for example AAPL or BA as the first stock in the filter settings instead of the first stock by alphabetic order?
Thanks,
Regards