On the Equity curve, we see a big leap from 200k to 400k before 2020.
I suppose, that's why I work with free data at the moment.
Is it possible to exclude those trades through a code in AFL?
On the Equity curve, we see a big leap from 200k to 400k before 2020.
I suppose, that's why I work with free data at the moment.
Is it possible to exclude those trades through a code in AFL?
You can exclude any trade by adding appropriate code to your formula. For example:
Buy = Buy AND DateNum() != 1020403; // exclude trades from 2002-04-03
Look for split and Bonus adjustment on your data.
Thank you very much.
Tools->Database Purify will detect probable unadjusted splits.
This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.