Plots the first time the close price is above or below the colored portion of the chosen MA. The MA's formula is from TradeStation's indicator: "Colored Moving Averages Can Help You Spot Trends" . I modified that indicator with customizations that include: Buy and Sell signals. Each time the current bar closes above the MA, while it's red (bearish), there's a...
This oscillator is an attractive way to view hidden price divergence... The formula originated from the Lark, but I have cleanly displayed this information. When the two moving averages (ema) cross with a simple moving average, you find the hidden price divergence. What kind of market should you use this in? It works well when a trend is already established....
This script is a variation of the popular Bollinger Bands indicator, which uses exponential moving averages (EMA) instead of simple moving averages (SMA) as its core calculation. The indicator is designed to provide a visual representation of volatility, with the distance between the upper and lower bands being determined by the standard deviation of the...
This script (indicator) provides Bollinger Band, EMAs (5,20,50), SMAs (100,200). You can enable and disable everything from styles tab.
This script is a technical analysis tool for financial traders that plots Simple Moving Average (SMA) and Exponential Moving Average (EMA) indicators in a chart. It is an overlay indicator, meaning that the plotted values will be superimposed on top of the price chart. The script provides a visual representation of the trend of a financial instrument's price over...
This indicator will display two types of moving averages on a chart, the 20-period Simple Moving Average (SMA) and the 21-period Exponential Moving Average (EMA). The length of the SMA and EMA can be adjusted by the user through input parameters. The script plots the SMA and EMA as two separate lines on the chart, with the SMA displayed in red and the EMA...
Volume Divergence • Formula originated from: "Hidden Price Divergence" (circles) by TheLark. I did two things to harness its effectiveness: • Firstly, I developed a unique way to filter out the divergence signals that were appearing on both sides of the midline. This filter will be known as the "Midline Tool" . It filters out a lot of the false...
Features: If you are looking for an indicator table that can project the distance between the price of the stock/index and different simple/exponential moving averages, this can be it. This is an indicator table overlaid on the main chart of your index/stock selection allowing you to see the distance in percentage terms between price and simple/exponential moving...
There are many linear regression indicators out there, most of them draw lines or channels, but this one actually draws a chart.
See when two moving averages cross. With the option to choose between four moving average calculations: SMA = simple moving average EMA = exponential moving average (default) WMA = weighted moving average Linear = linear regression The moving averages can be plotted from different time-frames, like e.g. the weekly or 4 hour time-frame using HL2, HLC3 or...
CM_Ultimate_MA_MTF_V2 - Added Tilson T3 Defaults to Current Timeframe on Chart. Ability to Plot 2nd Moving Average. Ability to set Moving Averages to Custom Chart TimeFrame. Example Daily Ma on 60 Minute chart. Many Different Options from Weekly to 1 Minute. Ability to Plot Cross where Moving Averages Cross (If using 2nd Moving Average). Ability to Plot Highlight...
All Moving Averages and Features Built In To ONE Indicator. The Only Moving Average Indicator You Will Need. Details In 1st Post.
This plots a moving average ribbon, either exponential or standard. It provides an easy and fast way to determine the trend direction and possible reversals. Lime : Uptrend. Long trading Maroon : Reentry (buy the dip) or downtrend reversal warning Red : Downtrend. Short trading Green : Short Reentry (sell the peak) or uptrend reversal warning To best determine...
BUY & SELL Scalp Signals for Crude Oil Future Contracts (Or it can be used with any scrip with good amount of Volume) based on Sma & RSI overbought/oversold alert (!) for possible reversal indication. Take Buy position only if candle breaks the high of alert candle & for Sell positions, take position if candle breaks low of the alert candle. Best to perform with...
***For a Detailed Video Overview Showing all of the Settings... Click HERE to View Video New _CM_Ultimate_MA_MTF_V4 - Update - 08-24-2021 Thanks to @SKTennis for help with code Added Ability to Plot 1 or 2 Moving Averages - Fast MA & Slow MA Added Ability to Plot Fast MA with Multi TimeFrame Added Ability to Plot Slow MA with Multi TimeFrame ...
This script will give you the ability to put an EMA and/or SMA on the chart that changes color based upon the direction. Default at startup is EMA visible and SMA hidden. When the MA is moving up, it is green. When the MA is moving down, it is red. You can change the color to whatever you like.
Fibonacci levels that show the critical top and bottom levels. There is no way to miss the top and bottom. And a top detector. Also the most important SMA lines (SMA 50, 200), EMA21. Those are the most frequently used lines by traders. This indicator is based on the work of www.tradingview.com His work set me thinking. Could I also see the bottom using...
This applies a 'corrected' formula to the version created by alpine_trader (which is slightly off). It calculates the Average Daily Range (in percent) over the previous 20 periods and plots it in a chart. I am grateful to GlinckEastwoot for the 'corrected' formula.