Choose two completely different moving averages and determine crossover points. Feel free to copy and paste the code into any strategy using MA crosses in order to optimize backtesting.
版本注释
Added Arnaud Legoux and Least Squares
版本注释
Added smoothed MA
版本注释
Added Triple Exponential MA
版本注释
TEMA simplified by 4 lines
版本注释
Cleaned up code, double and triple ema no longer calculate until they are called for. Added quadruple ema.
版本注释
Moved smoothed MA's into switch so they don't calculate until called.
版本注释
Changed Smoothed to Welles Wilder, found a new way to do the calculation
版本注释
Added the Ehlers version of Kaufman's adaptive moving average
版本注释
Added option to choose timeframe. Repainting now removed by default.