This model based on DEMA with non repainting MTF if you want to change the MTF use int2 buy and sell show in triangke signals alerts included you can smooth the signal with len1 if needed
// Fixed error message "Index should not be negative(-8)" // // @author lonestar108 // study(title = "3/9/27/9 Zero Lag EMA / EMA / Pivots / Dynamic Support", shorttitle="3/9/27/9 ZLEMA/EMA/Pivots/Support", overlay=true) src=close lengths=input(3, title="Short Period Length") length=input(9, title="Fast Period Length") length2=input(27, title="Slow Period...
Pine Script version=3 Author CryptoJoncis Heikin-Ashi Smoothed The Heikin-Ashi Smoothed study is based upon the standard Heikin-Ashi study with additional moving average calculations. The following is the calculation formula for the bars: 1. The current bar Open, High, Low, Close values are smoothed individually by using the moving average type specified by the...
Plots different kinds of averages (EMA, SMA, SMMA, WMA, VWMA) referred to a fixed timeframe/period indipendent from the one that you are watching (example: plot daily EMA on the 4h chart). Highlights the crossing of averages.
This script plots 12 different DEMA's for which you can set inputs yourself, similar to CM_Guppy_EMA but then for DEMA. Due to the nature of DEMA, I've called it the "fast Guppy".
You can choose one of these MA types in params: Simple Moving Average (SMA) Exponential Moving Average (EMA) Weighted Moving Average (WMA) Arnaud Legoux Moving Average (ALMA) Hull Moving Average (HMA) Volume-weighted Moving Average (VWMA) Least Square Moving Average (LSMA) Smoothed Moving Average (SMMA) Double Exponential Moving Average...
This 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...
A simple yet configurable indicator that shows recent traffic volumes. The time period is specified as weeks/days/hours/minutes, not as bars. Set the volume period to non-zero if you want to use a generalized double EMA instead of plain. The "ratio" option will show the size of the current volume compared to the average volume as computed for the specified time...
A simple yet configurable indicator that shows recent traffic volumes. The time period is specified as weeks/days/hours/minutes, not as bars. Set the volume period to non-zero if you want to use a generalized double EMA instead of plain. The ratio option will show the size of the current volume compared to the volume in the specified time period (expect to see...
A simple yet configurable indicator that shows recent traffic volumes. The time period is specified as weeks/days/hours/minutes, not as bars. For using the generalized double EMA, set the velocity to something other than zero.
About: I developed the original as an experiment to potentially replace or augment my BB and RSI based strategies. After some back-testing I could see some really interesting results but it wasn't quite where I wanted it, so after some tweaking and further back-testing, and adding in more MA options, here we are. Mostly tested on 1h and greater time-frames using...