Comparing data point to EMA note

I have been using EMA comparison a lot lately. For example, if MyRSI > XAverage(MyRSI, MALength) then … as a breakout indicator. However, there might be a small problem.

A better form might be to use “MyRSI > XAverage(MyRSI, MALength)[1]” Such that the current MyRSI isn’t included in the XAverage calculation. This would yield more difference since the EMA isn’t “pulled” closer by the current value to itself, as the latest data point has the most significance in an EMA calculation.

Related posts:

  1. 3-MA crossovers, claimed 1.84 profit factor
  2. Day-after-95-point-rally-retracement still looking good
  3. Data Scraping the Toronto Stock Exchange: Extracting 3,660 companies’ data
  4. Comparing Trading API from 6 Online Forex Brokerages
  5. Using new MA algorithm to rewrite old indicators

Leave a Reply

Your email address will not be published. Required fields are marked *

*

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>