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.