SMA EMA HMA VWMA Crossover Strategy with MA Turning Point ExitsThis version adds HMA and VWMA, allowing you to backtest different crossover strategies for any combination, with the exits on the turning point of the faster MA. Due to order limitations this will only work on higher timeframes for some combinations, or on more recent exchanges with less history. You can edit the code though to add the timestamp to a recent date.
Triple Exponential Moving Average (TEMA)
Ultimate Moving Average StrategyConverted famous indicator CM_Ultimate_MA_MTF to strategy.
Works well only at big timeframes from 8H and with stop-losses.
TEMA - Triple Moving Averages (17,72,200)Triple Moving Average to analyse short, medium and long terms.
3_TEMAThis codes shows three triple exponential moving average (50, 100, 200) in one single indicator
TEMA/hullMA Ribbon with Bollinger BandsDesigned for shorted time frames.
Bollinger bands based off of TEMA as source.
Ribbon based off TEMA and hullMA divergence.
RMA used to signal Bollinger bands.
Ribbon:
pinch -> reversal
blue -> sign of possible uptrend
red -> sign of possible downtrend
Bollinger bands background:
blue -> sign of continuing uptrend
red -> sign of continuing downtrend
Stratergy CM_Ultimate_MA_MTFThis is the script for the idea published by @ChrisMoody
Below is the link to the idea
()
Try the scripts for longer periods (e.g. 1 D).
The script still requires some tweaks as one of the issue is that the shorts and puts are being placed 2 candles after a confirmation is there. So use this strategy at your own risk.
Any inputs will really be helpful.
(Also thanks to @ChrisMoody for such a good indicator).
TEMA momentum value cumulativeTEMA momentum value cumulative
This indicator is show trend strong and change trend.
MT4 backtest EURUSD H1/M15 (japanese article)
mt4program.blogspot.jp
mt4program.blogspot.jp
mt4program.blogspot.jp
Moving Average RibbonThis is an extension of the Madrid Moving Average Ribbon public script to allow for different kinds of moving averages (the original allows only exponential and simple). Possible entries in the MA Type argument field are:
sma (simple moving average)
ema (exponential moving average)
wma (weighted moving average)
trima (triangular moving average)
zlema (zero-lag exponential moving average)
dema (double exponential moving average)
tema (triple exponential moving average)
hma (hull moving average)
If the argument given by the user does not match anything from the above list, it will default to ema.
Yacine MA Bands ModMashed together the ema-bands from IvanLabrie with some moving average script stuff from ChrisMoody and LazyBear and this is the result. Credit goes to them, 'cause I don't know to how to code tbh. Just copy/pasted stuff untill I got the result I wanted.
Bands work as support/resistance among other things. You can use them to trade breakouts or reversals or whatever.
Combining them with a momentum indicator would probably be useful for timing divergence or OB/OS and stuff like that.
Included moving average types;
SMA
EMA
RMA
WMA
VWMA
HullMA
TilsonMA
TEMA
Not sure if all of them works as they should... y'know since I cant code/script. Looks good to me though.¨
Default should work pretty good for the DAX, But you'll probably want to fiddle a bit with the settings.
Here's a pic of how they can be used. Ofc everything looks simple in hindsight, but you get the point.
MA Marvel - MultiMA by AGPymMulti-Moving Average in a single color changing indicator. Lines change color when they cross.
Ultimate Moving Average-Multi-TimeFrame-7 MA TypesAll Moving Averages and Features Built In To ONE Indicator. The Only Moving Average Indicator You Will Need. Details In 1st Post.