Hello,
I have an explore code that i used to run in different periodicity settings and add results to excel to find tickers that match certain criteria in different periods.
Now i wanted to automate this process through afl.
I understand that timeframeset is not a replacement for periodicity (as stated by the documentation) and that i cannot control periodicity using afl, but is there anything else that i can use through my afl code that can allow me test for different periods on my code ?
I tried running the code using timeframeset on multiple frames i got wrong and different results than changing the periodicity manually and checking results.
Regards,