Hi all,
Iâm trying to compare three different trading methods and would like opinions on the pros and cons of such an approach. Each method involves filtering on the daily chart and then implementing a strategy intraday. At this point the filter method and strategies are not so important as determining what benefits or problems are associated with the methods. Iâm also curious if others use similar methods for their trading systems.
Method 1:
Filter the market using criteria such as daily charts with an RSI(14) > 90. Take all the stocks returned by this filter over a 5 year period and run a simple intraday MA crossover strategy on them.
Method 2:
Use the same daily filter RSI(14) > 90 on a basket of 5 stocks over a 5 year period and run the simple intraday MA crossover strategy on them every time they meet the criteria.
Method 3:
Use the same daily filter RSI(14) > 90 on a single stock over a 5 year period and run the simple intraday MA crossover strategy on it every time it meets the criteria.
Iâm trying to compare three different trading methods and would like opinions on the pros and cons of such an approach. Each method involves filtering on the daily chart and then implementing a strategy intraday. At this point the filter method and strategies are not so important as determining what benefits or problems are associated with the methods. Iâm also curious if others use similar methods for their trading systems.
Method 1:
Filter the market using criteria such as daily charts with an RSI(14) > 90. Take all the stocks returned by this filter over a 5 year period and run a simple intraday MA crossover strategy on them.
Method 2:
Use the same daily filter RSI(14) > 90 on a basket of 5 stocks over a 5 year period and run the simple intraday MA crossover strategy on them every time they meet the criteria.
Method 3:
Use the same daily filter RSI(14) > 90 on a single stock over a 5 year period and run the simple intraday MA crossover strategy on it every time it meets the criteria.