An implementation of the classic exponential moving average cross for the QuantConnect University (video in university). The Exponential Moving Average is implemented in a separate indicator file/class. One sample is taken per day, and a tolerance of 0.1% is used to "debounce" the algorithm and reduce misfires.

Author