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.
Double EMA CROSS (DEC) Useful for identifying and receiving alerts about uptrends and downtrends. This script uses two Exponential Moving Averages (EMAs) to find price uptrends and downtrends. An Exponential Moving Average ( EMA ) is a type of moving average that places a greater weight and significance on the most recent data points. The script produces...
*** Use it at your own risk This indicator has 3 indicators and gives a buy/sell signal depending on the EMA. 3 indicators: - Ichimoku - Bollinger Band - EMA It also shows the value on the candle as a warning in the Buy and Sell signals. This value is calculated with a special formula I have created. On the other hand Bollinger Band and Ichimoku...
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...
This indicator is a set of 3 moving averages for which you can configure the type of the moving averages , their length , and of course the time frame . The moving averages you can choose from are: - Simple Moving Average ( SMA ) - Exponential Moving Average ( EMA ) - Weighted Moving Average ( WMA ) - Running Moving Average (RMA) - Hull Moving Average ( HMA...
"Momentum Explosion Template for Mobile Metatrader", that is a trading system trend momentum based on two Commodity Channel Index (CCI) , RSI and two Moving Averages.The trading signals are generated by the crossing of the moving averages confirmed by the agreement of the two CCIs and the RSI. Two Moving averages Filtered by double CCI and RSI Credit is to...
Logistic Map Equation - The logistic map connects fluid convection, neuron firing, the Mandelbrot set and so much more. This study is an attempt to apply Logistic Map Equation in Trading Logistic Map Equation Xn+1 = r * Xn * (1 - Xn) Where, r - growth rate Xn - percentage of theoretical maximum of measured event (from 0 to 1) (1 - Xn) - represents...
This strategy is based on a lagged 24 periods Donchian Channel and a 200 periods EMA . The enter positions are calculated this way : Bull entry 1. we wait for the close of a candle below the channel and it must be below the 200 EMA 2. the following candle must be a green one and close in the lagged channel 3. we put a long order at the close of the...
DESCRIPTION: With this script you can plot 6 moving averages. You can decide which Moving Average you want to show or hide. For every plot you can decide to display the Simple Moving Average ( SMA ) or Exponential Moving Average ( EMA ). It provides CrossOver and CrossUnder labels when loading the script. Those labels you can show or hide. You have the possibility...
One-Stop Trading Setup: This script designed to identify up, down, and sideways trends. 200 HMA, 9 EMA, PSAR, and ATR are used to identify the strength of any instrument. Candle Colors - Simpler approach to follow: Green color indicates for up side trade signals Red color indicates for down side trade signals Yellow color can be interpreted for stop,...
Trends & Ranges uses EMA ATR bands as a SuperTrend indicator. How to use: This indicator can be used to give you a direction bias, with the added function to create ranges which often lead to reversals or flat trading periods. Trade the break-out or wait for pull backs in the direction of the trend. I'm not great at explaining stuff and will probably make...
Perform forward-backward filtering using exponential averaging, thus providing a zero-phase exponential moving average. The output repaint and cannot be used as input for other indicators. Settings Length : moving average period Src : data input of the moving average Plot Color : the color of the displayed plot Line Width : width of the plotted line ...
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.
This script looks for a set up condition where 5 consecutive candles have broken away from the fast EMA (set to 8 by default) followed by a "trigger" candle that crosses back over the fast EMA but not the medium EMA (set to 13 by default). It then determines the entry point based on the bar high or low (not tail or wick) depending on direction of the trend. Once...
A collection of 6 EMAs. Each EMA can be attached to a different timeframe and have a different offset. Great for building strategies that combine EMAs from different timeframes.
Hi, that's an "enhanced" version of this indicator gently published by myfye13 . Here's the things I've implemented: Up to 8 moving averages Now you can set the source of each moving average Now you can set the length of each moving average. Hope this will help especially those who have an indicato limit or who use multiple emas and don't wan't to...
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. :)