JUVENTUS FC, UNICREDIT, INTESA SANPAOLO, ENI, Apple, Advanced Micro Devices Inc
FTSE MIB, Euro Stoxx 50, Indice DAX, FTSE 100, S&P 500, Nasdaq Composite
Petrolio Brent, Petrolio greggio, Oro, Argento, Gas naturale, Bitcoin
Italia 10Y, Euro Bund, Germania 10Y, Francia 10Y, UK 10Y, US 10Y
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.
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...
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...
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...
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...
Script is meant for finding stocks in new uptrends and has had a pullback. Looking for support confirmation before going long. My first script.
//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...