The following script returns a moving average designed to be used as a signal line in a moving average crossover system. The moving average will diverge from the price during ranging markets and reach the value of a regular moving average during trending markets. Settings Length: Moving average period Src: Source input of the indicator Usage Moving...
"Trend Indicator A-V2" and "Trend Indicator B-V2" are updated and improved versions of my initial trend indicators. Totally rethinking the code, adding highs and lows in the calculations, including some more customisation through colour schemes. In practice, this indicator uses EMAs and Heikin Ashi to provide an overall idea of the trend. The "Trend...
Multiple moving averages in one indicator, so those of you without a pro membership can add multiple moving averages to your chart while only taking up 1 of the 3 indicators.
Everyone wants a short-term, fast trading trend that works without large losses. That combination does not exist. But it is possible to have fast trading trends in which one must get in or out of the market quickly, but these have the distinct disadvantage of being whipsawed by market noise when the market is volatile in a sideways trending...
This script plots a higher timeframe EMA to your chart. You can specify the timeframe and the length of the EMA in the settings. This chart demonstrates the 5-minute 50EMA (black) combined with the 1-hour 50EMA (colored) on the 1 minute timeframe.
This indicator shows the distance between the current price and the Moving Average price. Key Features: Show the distance between price and Moving Average (Read Distance Calculation for more information) Show Historic Highs and Lows Show Highest High and Lowest Low Show current Highest High, current Lowest Low and current distance Key...
How do I use it? Never use this indicator as standalone trading signal, it should be used as confluence. When the price is above the moving average this shows the bullish trend is strong. When the price is below the moving average this shows the bearish trend is strong. When the moving average is purple, the trend is bullish, when it is gray, the trend is...
Moving average deviation rate Simple moving average deviation rate and standard deviation. The bollinger band is momentum value standard devition. Bat the bollinger band is not normal distribution to close price. Moving average deviation rate is normal distribution. This indicator is draw Moving average deviation rate and fill area 2σ standard devition. If it...
The 10/20 MA Heikin-Ashi Strategy is the best I know. It's easy, it's elegant, it's effective. It's particularly effective in markets that trend on the daily. You may lose some money when markets are choppy, but your loss will be more than compensated when you're aboard during the big moves at the beginning of a trend or after retraces. There's that, and you...
MACDAS script by KIVANCfr3762, i added Plots and Alerts original script
ATR is an indicator that has been removed and replaced with a moving average.Bar colors and infopanel have been added. //Barcolor Green = ExMov > Most and close > Most and low > Most Blue = ExMov > Most and close > Most and low < Most Red = Most > ExMov and close < Most and high < Most Yellow = Most > ExMov and close < Most and high > Most //It gives White color...
Hi everyone, Just sharing a script that I made when I began to be interested in Mark Minervini, Wiliam O'Neil, Nicolas Darvas,.. trading style. This script displays : - 10 EMA (orange) - 20 EMA (blue light) - 50 SMA (blue) -150 SMA (green) -200 SMA (red) - Shows when the stock is "extended" from EMA10 to high of the candle (Works in Daily, you can adjust the %...
Ignore the other one (it contains some errors). On this FRAMA you can play with length, SC and FC. Just read on below links to understand more about this super useful moving average: etfhq.com etfhq.com www.quantshare.com
7, 30, 50, 100, 200 simple moving averages, bundled in one indicator (for users who are using the free TradingView service and can only load limited number of indicators at any given time). You can turn each moving average on or off at will and change the colors.
This is a full-fledged implementation of a system presented in an unique research paper 'Profitability of Candlestick Charting Patterns in the Stock Exchange of Thailand' (2017) on candlestick charting, candlestick patterns, trend identification methods, and testing. You can easily find this paper in the Web. For example, visit: www.researchgate.net This script...
The Hull Moving Average (HMA), developed by Alan Hull, is an extremely fast and smooth moving average. In fact, the HMA almost eliminates lag altogether and manages to improve smoothing at the same time. The Hull Moving Average solves the dilemma of making a moving average more responsive to current price activity whilst maintaining curve smoothness. (hoping in...