Hi,
The issue I am facing to is similar https://forum.amibroker.com/t/import-the-trades-from-csv-to-backtester/6280
I am looking at parsing a csv file containing possible trade list. I need to validate them further to buy and sell signals which I am able to do using SetForeign(symbol,fixup=True, tradeprices=True).
However I am not getting correct results in explore. Is there a way, I can run explore by selecting the current symbol in afl itself. Something similar to if SetOption takes a option ApplyTo of a symbol.
Basically I need to traverse thru the FilterList for each line in csv file.
Regards
Dhananjaya