LAND SECURITIES GROUP PLC ORD 10 2/3P, BURFORD CAPITAL LIMITED ORD NPV, SIRIUS MINERALS PLC ORD 0.25P, BIDSTACK GROUP PLC ORD 0.5P, LLOYDS BANKING GROUP PLC ORD 10P, TCG
FTSE 100, DAX Index, Euro Stoxx 50, S&P 500, Nasdaq Composite, Nikkei 225
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
Gold, Brent Oil, Crude Oil, CFDs on Natural Gas, Palladium, Silver
Coloring of candles by RSI trend rule above 50 is buyer and below seller
This script facilitates visualization of week-of-the-month breaks with Sunday highlighting the beginning of a new week. Code breaks at the monthly time-period and since I don't ever look at that time period i'm not inclined to fix it unless someone sends me a 'push' via message.
Simple backround colouring based upon input criteria. Published by request of a TV user. Sorry if this is duplicate, but I couldn't see any other scripts on TV.
A colorful indicator that visually shows momentum, fast-moving average on the outside and the slower moving averages in the core. The outer moving average is to see where the outer momentum breaks below again.
Buy in Red, Sell in Lower Red UPTREND = IF the bar stays in the red DOWNTREND = If the bars Stays in the lower Red Price will come on green in long term. use for day trades, long trades not recommended !
Colours for candles/bars determined by - up/down, - standard deviation of price, and also - additional inputs to determine if the candle/bar is significant:- 1) volume more than half the average volume, or 2) net movement (up, down) same as previous candle/bar Developed for black background, but you can adjust the colours to your liking. Best used...
//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...
Combines color toggle/swap for histogram prediction with standard MA lines.
This indicator was made to allow four moving averages to be displayed at the same time.
Plot an EMA lime green when it's going up and red when it's going down.
Credit to HPotter - colour code borrowed from his AO script.
color coded RSI that looks at larger time frame RSIs for confirmation (2 times and 4 times the selected RSI length).