I bring to your attention a dynamic indicator Adaptive Envelope . The main qualitative characteristic of the technical indicator is adaptability. This means that it does not need to be adjusted for each tool. The adaptive envelope itself dynamically adjusts to the volatility of each individual instrument, or even timeframe. And thanks to a wide range of...
Here's a simple script which i concocted using ideas from various authors with the goal of creating a slightly better Moving Average dashed line script imo...I think i managed to do just that and a bit more.. =) Features: - Contains one of each VWMA SMA EMA. You can set the input length. - Ability to set spacing between characters of the plotted moving average...
This moving average takes all of the moving averages between 1 and 700 and takes the average of them all. It also takes the min/max average (donchian) of every one of those averages. Also included is Bollinger Bands calculated in the same way. One nice feature I have added is the option to use geometric calculations for. I also added regular bb calculations...
VWAP Oscillator - Awesome Oscillator but using different period Volume Weighted Average Price values instead of moving averages. Used to get an idea of the momentum of price movements and when momentum might be reversing.
This script is a teaml job with Indicator-Johns. First he used my script, then i transform his code. The origine: The first transformation: www.tradingview.com Funny moment together, thanks for that. :) This sharing is an indicator where you can see the average of different time frames. The RSI is the blue line The Stock is the yellow line You can manage...
Includes 4 customizable Moving Average with multipliers and multi-timeframe (MTF). Tweaks the parameters to your liking, it should be pretty simple to understand Used here with BTC/USD (1W) to identify good sell and buy zone for Bitcoin. Got the idea from the 2-year MA Multiplier indicator, but didn't find something of my liking on TradingView, so I made my...
Users can display moving averages from higher time frame charts and display them on their current chart. This script supports up to 4 moving averages aggregated from a selected time frame. Each plot can be toggled if the user does not wish to have all 4 plots displayed. Inputs allow user to edit: Moving average length Average type Color Timeframe input...
This is my first Pine script. So please critique it, if it looks funky. It is a colored SMA that turns green when above x angle and red when below -x value There is also a small yellow table that tells you the current degree of the SMA
Script calculates & displays the average price of two selected points. Request from @Bosstradamus3 on Twitter. This is a quick & dirty script that should be updated in the future. If you use it and/or modify it, I'd love to hear about it. Once the indicator is selected, click & drag the label base to reset starting & ending points. To display label on top of...
Description This indicator is an entry-level script that simplifies volume interpretation for beginning traders. It is a handy tool that removes all the noise and focuses traders on identifying potential smart money injections. Uniqueness This indicator is unique because it introduces the principle of a moving average in the context of volume and then...
OBJECTIVE: The purpose of this indicator is to synthesize via an average several indicators from a wide choice with in order to simplify the reading of the bitcoin price and that on a long term vision. Useful for those who want to see things simply, typically to make a smart DCA based on risk. I originally used this script as a sandbox to understand and test the...
"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...
Ichimoku_cloud + Daily-Candle_cross(DT) + HuLL-MovingAverage_cross + MacD any timeframe, all indicators settings adjustable for fine tuning to pair/timeframe Target Point and Stop Loss settings set SL low to reduce repaint
Uses past 5 day's daily average ranges and calculates average ADR percentage with respect to latest day's open Acknowledgement - Uses code from another excellent indicator from critian.d
description: • Zig Zag indicator plots points on the chart whenever prices reverse by a percentage greater than a pre-chosen variable. • Forecasts area based on zigzag statistics. • Displays labels with detected patterns. • Displays slope information rate of price, time diferentials and angle(experimental)
This indicator returns the average of stochastic oscillators with periods ranging from 4 to length . This allows for a slightly more reactive oscillator as well as having information regarding the position of the price relative to rolling maximums/minimums of different periods. We introduce settings that allow for pre and post-smoothing, with selectable...
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.
Uses daily average ranges of 5 and 10 (most used) as buy (support) and highs (resistance) areas - half ranges used in calculations for a more accurate "forecast" of the H and L . Uses open but not close, so it does not repaint - experimental