How can we exclude some unrealistic trades in AFL?

Unbenannt

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
3 Likes

Look for split and Bonus adjustment on your data.
image

2 Likes

Thank you very much.

Tools->Database Purify will detect probable unadjusted splits.

1 Like

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.