Using new MA algorithm to rewrite old indicators

Seeing that many indicators use a MA for calculation. It may be possible to use new MA algorithm to improve on their calculation.

For example, the RS in RSI is something like RS = EMA(up days) / EMA(down days). We could change it to RS = HMA(up days) / HMA(down days). Since HMA is much faster, the resulting H-RSI may be faster too. This can be useful in day trading strategies.

More work needs to be done to test this idea.

Related posts:

  1. Work log
  2. Trending and Ranging indicators
  3. Comparing data point to EMA note
  4. Filtering out the whipsaws
This entry was posted in Quantitative Tools and tagged EasyLanguage, indicator. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>