Disregard the above chart, I am not sure why it isn't showing the one I want, which is linked below: This is as far as I can tell the closest representation to Dr. Alexander Elder's updated "Elder Impulse System" that has added ATR-volatility bands up to 3x deviations from price. I got the idea from watching this recent video (www.youtube.com) of Dr. Elder...
Since I noticed there was no Script with actually 3 EMA together (all the ones I found said it was Exponential, but actually was Simple), i created this one. The lengths, 17 72 305, are based on the phi cube theory, introduced by Bo Williams. The slow length (305) indicate a likely strong support/resistance and the region between the fast and medium lengths (17,...
3 EMAs will help identify and predict uptrends and downtrends -If EMAs are all above the candles it a sign to sell & if the EMAs are below its a sign to buy - If the Green-8 EMA crosses or touches red candle then flips under the other EMAs & candles then it's time to sell -If the Green-8 EMA crosses or touches green candle then flips above the other EMAs &...
This EMA Candles indicator use the price movement between two user selected Exponential Moving Averages to help determine the current trend. As of release, there are 5 possible bar color outputs, all of which are shown in the legend above. The Five Electable Color Outputs: Uptrend; Strong Uptrend; Downtrend; Strong Downtrend; n/a I hope you all enjoy!...
This script consists of: 1) to narrow down volatility - SSL crossover, which helps in defining a trend and index volatility 2) define support and resistance - Current day high/low and Previous day/week/month high and low (day high, day low, pdh,pdl,pwh,pwl,pmh,pml) 3) ema to define a trend - 6 different EMA, you also have the freedom to change the length of...
Hello Traders, this is a very simple script. It paints the background color based on the close price in reference to an exponential moving average. If the close is above the EMA the background color will be green. If the close is under the EMA the background color will be red. You can adjust colors and the EMA period by yourself. This little indicator...
This is an indicator based on the MA rainbow concept. It is possible to choose between 15 or 20 MA's and if all 15 MA's is picked, the calculation will be calculated on 15 MA's and if 20 is picked the calculation is calculated on 20 MA's. The indicator will then be a line which is assigned a value from the calculation based on the MA's. If the line is above the...
Multi Time Frame Exponential Moving Averages 3 Set One indicator displays the three types of moving averages of the top bar. It can be used for environment recognition. It is easy to repel when the 4 hour foot and the pivot overlap.
Script to plot common daily/alternative timeframe moving averages on when viewing securities at other resolutions. There's lots of different MA scripts out there, but I couldn't find one that just represented the standard support/resistance indicators that were typical for my markets. So, this is the DIY. :)
Introduction Based on the exponential averaging method with lag reduction, this filter allow for smoother results thanks to a multi-poles approach. Translated and modified from the Non-Linear Kalman Filter from Mladen Rakic 01/07/19 www.mql5.com The Indicator length control the amount of smoothing, the poles can be from 1 to 3, higher values create smoother...
Multi SMA EMA WMA HMA 4x5 Moving Averages with Bollinger Bands Advanced MTF by RagingRocketBull 2019 Version 1.0 This indicator shows multiple MAs of any type SMA EMA WMA HMA etc with BB and MTF support, can show MAs as dynamically moving levels. There are 4 MA groups + 1 BB group, a total of 4 TFs * 5 MAs = 20 MAs. You can assign any type/timeframe combo to a...
This is a simple scalping strategy that works for all time frames... I have only tested it on FOREX It works by checking if the price is currently in an uptrend and if it crosses the 20 EMA . If it crosses the 20 EMA and its in and uptrend it will post a BUY SIGNAL. If it crosses the 20 EMA and its in and down it will post a SELL SIGNAL. The red line is the...
This script based on Simple Moving Average and Exponential Moving Average. The Red Line is an exponential moving average with small length. It act as a main line. The Black Line is an average of some past data of exponential moving average. Act as Trend Line The green circles is an exponential moving average with medium length. It act as a signal line. The Idea...
This is standard EMA script available on Trading View and i have just added ability to add a channel based on standard deviation. In addition to it you can enable/disable optional lines from options and it would add 50% levels of upper and under channel. I added 50% as it provide important price levels if you have right settings selected for channel factor.
This script is a custom visualization tool to plot 4 Moving Averages (MA). Each MA is customizable; you can: enable (disable) the plot of MA; select whether the MA is an EMA or an SMA; the length; the source (open, close, ...); the offset value (default is 0). Note: The 1st MA is an EMA with length 50. The others MAs are SMA with length 9, 30...
Plots the price level that the most recent EMA crossover occurred at(Green if bullish and red if bearish). Also calculates standard deviation over a shorter window-length/lookback period (of 'n_std_fast' length) and another over a much longer span of periods(n='n_std_slow', > 'n_std_fast'). These are the two dotted lines appearing as bands around the cross-level line.