Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
LAND SECURITIES GROUP PLC ORD 10 2/3P, BURFORD CAPITAL LIMITED ORD NPV (DI), SMITH & NEPHEW PLC ORD USD0.20, BIDSTACK GROUP PLC ORD 0.5P, LLOYDS BANKING GROUP PLC ORD 10P, BARCLAYS PLC ORD 25P
FTSE 100, DAX Index, Euro Stoxx 50, S&P 500, Nasdaq Composite, Nikkei 225
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
This script is a crossing of eleven different MA, with alerts and SL and TP. The simplest is what works best. SMA --> Simple EMA --> Exponential WMA --> Weighted VWMA --> Volume Weighted SMMA --> Smoothed DEMA --> Double Exponential TEMA --> Triple Exponential HMA --> Hull TMA --> Triangular SSMA --> SuperSmoother filter ZEMA --> Zero Lag Exponential Using...
This is simply three moving averages in the same indicator, with the possibility to change the source, length, offset and type on every moving average (Simple, Exponential, Weighted, Volume-weighted, Triple EMA or a moving average that uses RSI ). If you want to disable any of the moving averages, then do that under the "Style"-tab by unchecking the box for that...
This script allows you to add two moving averages to a chart, where the type of moving average can be chosen from a collection of 15 different moving average algorithms. Each moving average can also have different lengths and crossovers/unders can be displayed and alerted on. The supported moving average types are: Simple Moving Average ( SMA ) Exponential...
Just a crude but functioning ma indicator with bullish and bearish crosses and alert functionality.
The TEMA/DEMA/HMA strategy is a basic trend follower looking for when the TEMA crosses above the DEMA as a buy signal and the opposite for the sell. The HMA is used as a longer more Dynamic MA to confirm the wider trend to filter out bad trades. This is a basic idea that can be expanded on using different indicator types to either add signals or filter out...
This study demonstrates 15 different common moving averages. SMA, Double SMA, Triple SMA EMA, Double EMA, Triple EMA WMA, Double WMA, Triple WMA VWMA, Double VWMA, Triple VWMA Hull, Double Hull, Triple Hull Buy/Sell alerts are given for crossover/under conditions. Triangles at the bottom, pointing up are buy signals. Triangles at the top, pointing down, are sell signals
A Study of Moving Average Types // SMA Simple // WMA Weighted // VWMA Volume Weighted // EMA Exponential // DEMA Double EMA // ALMA Arnaud Legoux // HMA Hull MA // SMMA Smoothed // LSMA Least Squares // KAMA Kaufman Adaptive // TEMA Triple EMA // ZLEMA Zero Lag // FRAMA Fractal...
Bollinger bands with the option to use different types of moving averages. -SMA -EMA -RMA -WMA -VWMA -SWMA -DEMA -HMA -SMMA -T3 -TEMA
This type of moving average was originally developed by Bruno Pio in 2010. I just ported the original code from MetaTrader 5. The method uses a linear combination of EMA cascades to achieve better smoothness. Well, actually you can create your own X-uple EMA, but be sure that the combination' coefficients are valid.
This type of moving average was originally developed by Dennis McNicholl (Futures Magazine, (October, 1998): "Better Bollinger Bands"). A kind of TEMA. He used it as a centerline of the new bands, called Better Bollinger Bands or DEnvelope. The Better Bollinger Bands is a modification of the well-known Bollinger Bands that has a better response for changes in volatility.
Just converted TEMA to RSI type fast above slow=bullish in lime slow above fast=bearish in red fast=blue line slow=red line so not so much to write about it but it good as another weapon in arsenal :)
This type of moving average was originally developed by Bruno Pio in 2010. I just ported the original code from MetaTrader 5.
This script has both the Triple Exponential Moving Average (TEMA) and zero lag sma written as functions. Both from Capturing Profit with Technical Analysis (24-25) by Sylvain Vervoort. Best regards, capam
EMA is a lagging indicator, but we can do better by correcting it with its first and second derivative, which may be more theoretically sound than how DEMA and TEMA are trying to achieve the same.