Ema 14 and 59 with the current graph timeframe by Gabriel Cheda
Hey Folks, Just created my first script, It's basically 4 DEMA in one indicator which helps you not to use multiple indicators. It's more accurate than Exponential Moving Average & give signals much prior to the breakout, very helpful in short timeframes. Tweak it according to your preference Instructions to use -When 55 DEMA crosses all the DEMA it's a clear...
Multiple EMA indicator for trading view This indicator can plot 6 emas using 1 indicator
this strategy is very simple scripting to buy and sell based on crossover of exponential moving averages
testing my first script this strategy is very simple scripting to buy and sell based on crossover of exponential moving averages
Original script from ©akpaswaniitk. I just added MACD to filter out bad trades and alert function so that we get notified whenever indicator gives us an entry signal. Most of the false breakout has been removed but the remaining ones only pop up during consolidation, so it's wait for the retest before entry. Works better in continuous market. Also look at the...
ACTION ZONE-ATR MOD v0.1 DOCUMENTATION Overview This tradingview pine script strategy is mainly created to enrich my coding skill. It is a combination of “CDC-ACTIONZONE” and my personal studies of trading techniques in various sources e.g.book, course or blog. This strategy purposefully built to connect with my automatic trading bot. However, It will be very...
// Indicator Features: // 1) 3 Exponential Moving Averages and 3 Simple Moving Averages. // 2) Additional EMA input for colored candles(EMA is hidden from chart, input used for coloring of candles only) // 3) Turn colored candles on/off from main input tab of indicator settings. // 4) Turn SMA's and EMA's on/off from main input tab of indicator...
Multi Range Pivots works by recognizing the high and low of the timeframe selected and plotting range high to MEAN averages and range low to MEAN averages. This is essentially the VWAP pivots updated to include not only VWAP as a MEAN, but also SMA, EMA, VWMA, DEMA, TEMA, TRIMA, KAMA, MAMA, T3, H/L basis and Donchian basis. Also, with high and low no longer...
A modification of the classic MACD to use Double EMAs which tends to have less lag than the standard indicator. Alert conditions are pre-configured for simple line crosses and you can enable/disable the histogram from the indicator options menu. Enjoy!
Hello, I am trying to build a short momentum strategy that is based off of the DEMA crossing under the EMA, but because many momentum strategies send too many signals, I have also implemented a volatility condition based on the average true range percentage (ATRP). Essentially, as momentum moves downwards + volatility (ATRP) moves upwards, it shorts the security....
This indicator contains the main exponential moving averages (9, 21, 80, 200, 305 and 610), which I use in my operational. It was developed by my friend Giovani, who is a 10 note guy! I hope he can help you on your journey to becoming a Professional Trader. You can modify it the way you prefer, it is very simple. Neste indicador estão reunidas as principais...
The Stacked Moving Averages indicator lets you see if a ticker is in an uptrend, downtrend, or no trend based on the condition of the moving averages. If the moving averages are stacked such that MA1>MA2>MA3>MA4>MA5, then that is described as an uptrend. If the moving averages are stacked such that MA5>MA4>MA3>MA2>MA1, then that is defined as a downtrend. The...
This indicator plots a moving average of 4 different timeframes. The types of averages available are: SMA, EMA, DEMA, VWMA, RMA, WMA.
This is a crypto strategy suited for big time frames like 3h+. THIS IS A LONG ONLY STRATEGY , SUITED TO BEAT BUY AND HOLD ! It's a very risky strategy because it has no stop loss at all, so be extremely careful with it. This strategy is made of 2 DEMA a fast and a slow one. We have two rules : entry it's when we have a crossunder between the slow DEMA and...
This script contains all commonly used types of moving averages in a single script. To our surprise, it turned out that there was no script available yet that contains multiple types of moving averages. The following types of moving averages are included: Simple Moving Averages (SMA) Exponential Moving Averages (EMA) Double Exponential Moving Averages...
Hello friends, All your popular moving average now in one indicator, also no need to open a lot of tabs to see where is that moving average at that time frame, with multi time frame feature, now u can see up to six multi time frame MA in the same chart with option to show/hide it list of moving averages: SMA Smooth SMA SuperSmooth MA EMA DEMA TEMA Triangular...
Moving averages are used to determine trend. These moving averages are designed to determine trend with reactive coloring and utilizes a unique version of the Hull moving average. This is one of many iterations of fishnet MAs I have made in the past. I first found fishnet MAs, which is a lot of moving averages of increasing length, from @TusenPix YMMV on...