Pivot
Simple Low/High PivotAuthor: maqpie
Date: 11th of August, 2017
Nothing fancy here. Just a simple pivot script which I made whilst doing other more complicated scripts.
Inputs:
- Source pivot bottom
- Source pivot top
Pivot Zones - Support and Resistance AreasAdaptive Pivot Zones (with 4 each support and resistance areas and a main pivot zone).
Coding and Copyright by Spreadburn / Daily Alpha.
Daily Deviations (Self Input Version)
Plots the standard deviation resistance/support levels.
Input the previous settlement price and the implied volatility.
credit to u/UberBotMan and u/Living_Granger for the idea and formulas
(preview example is using settlement of 2420 and IV of 11)
Simple Session PivotShows the pivot of the current session also with support and resistance levels up to 2 levels.
Multi-Day VWAP V2Updated from V1.
Chart the multi-day Volume Weighted Average Price ( VWAP ). Normally, the VWAP is tracked for the current day, from the first bar of the day (regular or extended session). The VWAP shows the current value of:
-> sum(hlc3 * volume , barsForDay) / sum( volume , barsForDay),
-> where 'barsForDay' is the total number bars that have elapsed during the day for the chart interval.
The multi-day version tracks the VWAP for N days back, by averaging the previous N - 1 day bars VWAP and the current VWAP for the current bar (chart interval).
This is very different that simply using a volume weighted moving average , since the closing VWAP values are used for the historical day bars. The results are interesting for intraday trades... especially for values of 1, 2, 3, 4, and 5 days.
Version 2 includes the closing VWAP for the previous day. There are enough instances where the price chooses to bounce from the previous day's closing VWAP value that it is worth discussing. Usually this value is at or near the daily pivot, but sometimes not. Circled in the chart are some areas of recent SPY bounces on the previous day's closing VWAP.
It seems that when the 5-Day VWAP and normal VWAP have "enough" percentage separation, that there can be good intraday swing opportunities using bounces off VWAP indicators. This is similar to waiting for Hourly/Daily/Weekly/Monthly/etc pivots to have "enough" separation to allow for swing setups. When pivots are "closely" spaced, odds are the price is range bound for the time period (daily range in the case of day pivots, etc).
Previous closing VWAPs can be plotted for all 5 of the original. As with my other scripts, I welcome all comments to spark new ideas that we can all benefit from.
Enjoy.
Heiken Ashi Pivot Blue Candle over Regular CandlesThis mixes Heiken-Ashi with regular candles by adding blue candle to regular candles. A blue candle appears anywhere that you are going from red Heiken-Ashi to green Heiken-Ashi. Also, black candles appear anywhere that you are going from green Heiken-Ashi to red Heiken-Ashi.
[naoligo] Pivot Points (Daily)Suporte/Resistência do Pivot diário para gráficos intraday
Marcação do S/R tradicional e S/R Fibonacci
Daily Pivot Point Support/Resistances on intraday charts
Both Traditional and Fibonacci methods plotted
Operación con Pivotes V.1.0 -BETA-Permite identificar puntos pivote diario, semanal y mensual e implementa la estrategia de Day of Reversal con RSI para identificar puntos de inflexión (compra o venta) en los instrumentos.
[PW]D/W/M/Y pivots with S/R levelsI could not find a pivots script that was entirely to my liking on TV so I re-worked this from the ' Shifted Pivots V1' script by RicardoSantos.
You can choose which timeframe pivots you would like to display from day, week, month, and year.
You can also choose how many levels of S/R you would like to show.
HiLo Daily Fibonacci R1 by JustUncleLThis is another indicator in my Pivot level series. This one automatically draw Fibonacci levels based on the previous day's lowest (0%) and highest (100%) values, similar to a Fibonacci retracement.
Manual TimeFrames can be given, it is just a text string though and is not checked, so needs to be a valid resolution eg: 60, 120, 240, 360, 480, 720, 1D, 1W, 1M, 2D, 2W, 3M
LEVELS:
Green = 100% - 200% Levels
Blue = 0 - 100% Levels
Red = -100% - 0 Levels
Optionally can display historical Daily Fibonacci Levels.
Auto Daily Fib Levels R2 by JustUncleLThis study is a variation of my "Automatic Daily Fibonnacci" indicator. This variation automatically draw Fibonacci Pivot levels (or optionally Classic Pivots) based on the previous day's highest and lowest points. The HLC3 is used as the default Daily Pivot level.
Unlike the "Automatic Daily Fibonnacci", this indicator does not redraw/update levels on current day even if the price goes past the R3/S3 levels.
Timeframe: is just a text string and is not checked, so needs to be a valid resolution eg: 60, 120, 240, 360, 480, 720, 1D, 1W, 1M, 2D, 2W, 3M
Pivot LEVELS:
Green = Pivot and Pivot Zone
Blue = R1,S1 Levels and Zone
Red = R2,S2 Levels and Zone
Black = R3,S3 Levels
HYPER PIVOT V2As requested added two more Fib levels. 0.618 and 1.272. Turn them off from style menu if no need.
AP_NthPivotCreated by: Andrew Palladino
Date: 1/16/2017
This indicator will display ONLY unhit pivots preceded by additional consecutive unhit pivots.
A pivot is defined as unhit when price travels above or below it without ever crossing the pivot level. A pivot is hit only when prices crosses that level at any given time after the pivot is formed.
The trader can change the following settings:
Pivot Time Frame can be set to: 15, 60, 240, D, W, M or Y
Minimum number of consecutive unhit pivots to display: Default set to 1.
GBPAUD Example:
In the example above there are two AP_NthPivot indicators overlayed.
The blue pivot corresponds to the most recent unhit daily pivot preceded by a second unhit pivot. The red pivot corresponds to the most recent unhit weekly pivot preceded by a second unhit pivot.
The minimum number of consecutive unhit pivots to display, for both cases, is set to 2.
Unhit pivots can become high probability targets, especially when the count is set to 2 or more.
Aggregated BTC VOLUMEAggregated Volume from all major exchanges. Price must touch or drop below pivot but close above it. Volume must break SMA.
Volume Pivot BreakoutVolume breaks its MA. Price touches or goes below pivot then closes above it. Buy on purple and blue.