Let’s use the long, medium and short term magic filters to only approve strategies
that have at least 5 trades and a Profit Factor of at least 1.2 for each filter.
Let’s further restrict each filter to only look back in their recent trade history,
using a different look back period for each filter.
- Short term filter – only look at the last 10 trades
- Medium term filter – only look at the last 20 trades
- Long term filter – only look at the last 50 trades
We are also going to sort the top 10 magics that match all filters by Profit Factor,
largest to smallest, using the long term filter.
You can also do:
- Use a custom time interval to recalculate the approved list.
- Filter by trades or date! You can restrict the filter to only look at the last X trades, or within the last X days.
- Filter and group by magics or symbol!
- Control the output of the CSV to only display the statistics you are interested in
- Rank and sort your magics/symbols by specific metrics like Profit Factor, Trade Count, Gross Profit, Return / Max-drawdown and more! More metrics are added every update!
- Use your own filters! We don't impose any preset restrictions!