⬜ Process ▶ Scan pivots which are in trend. This means, series of pivot Highs or pivot lows either in ascending order or descending order. ▶ Draw trend line between each of the pivots in the trend series. For example, if there are 5 pivot high uptrend pivots , draw mXn lines between each of these points. ▶ Select the trend line which is more accurate or stronger....
This simple indicator plots out ICT's New York midnight open price and a vertical divider at that time. 12am NY time is a key level to watch for daytrading and intraday scalping, often providing entry levels and orderblocks. The session time may need to be adjusted for different exchanges, but the default is for most of forex.
English: This indicator shows the NYSE's new highs (green) and new lows (red). Extreme trading days with more than 99 % new highs relative to new lows vice versa are marked via lines (theoretically values) and triangles (breaches). Deutsch: Dieser Indikator zeigt die neuen Hochs (grün) und neuen Tiefs (rot) der NYSE. Extreme Handelstage mit mehr als 99...
With this indicator i tried to create a more clear view of the daily chart. This indicator only works on the daily chart. This is how the plotted line is created: When the 'day close' is greater then the 'day hl2' it plots 1 up 'color = green' When the 'day close' is lesser then the 'day hl2' it plots 1 down 'color = red' When the 'day hl2' is greater then...
These Bollinger Bands are exponential because the variance is calculated using the exponential moving average, rather than just adding the normal standard deviation to the ema. This may be more useful because the exponential standard deviation should be more sensitive to near term increases or decreases in volatility. Please do not forget that Bollinger Bands...
English: This indicator shows the NASDAQ's new highs (green) and new lows (red). Extreme trading days with more than 99 % new highs relative to new lows vice versa are marked via lines (theoretically values) and triangles (breaches). Deutsch: Dieser Indikator zeigt die neuen Hochs (grün) und neuen Tiefs (rot) der NASDAQ. Extreme Handelstage mit mehr als...
CBTV - Candlesticks Based on Traded Volume This is the first robust implementation of volume based candlesticks (bars) on TradingView. This type of bar was describe in the book "Advances in Financial Machine Learning," written by Lopez de Prado, a well-known quant who has managed billions of dollars over the course of his career. Volume Candlesticks (Bars)...
//Forex Sessions study("Forex Sessions", shorttitle="SessionsFX", overlay=true) t1 = time(period, "0700-1600") t2 = time(period, "0200-1100") t3 = time(period, "1800-0300") t4 = time(period, "1600-0100") NewYork = na(t1) ? na : green London = na(t2) ? na : red Tokyo = na(t3) ? na : blue Sydney = na(t4) ? na : aqua //white silver gray maroon red purple fuchsia...
This indicator consists of two lines. One is a gray line (USD) and the asset indicator is green or red. The basis of this indicator is the true strength indicator (TSI) with parameters 5,15. Both line sets are based on a TSI (5,15). The lookback period is for new highs / new lows. Default value is 200 periods. GREEN/RED LINE The first that is green and red is...
Introducing the Pivot Regression Oscillator. This oscillator uses a similar formula to the Stochastic Oscillator. However, instead of comparing the closing price to the lowest price of a period, it compares the distance between current price and the current pivot point. By basing our oscillator on pivot levels, we incorporate a much more relevant and...
English: This indicator shows the AMEX's up volume (green) and down volume (red). Extreme trading days with more than 90 % up or down volume are marked via lines (theoretically values) and triangles (breaches). Deutsch: Dieser Indikator zeigt das Aufwärts- (grün) und Abwärts-Volumen (rot) der AMEX. Extreme Handelstage mit mehr als 90 % Aufwärts- oder...
It marks out different world markets active timings on the bitcoin charts. You can also modify the script to a strategy and test out different strategies.
Script is meant for finding stocks in new uptrends and has had a pullback. Looking for support confirmation before going long. My first script.