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.