// Indicator Name: "Significance Condensed"
// This is a "Multi-Indicator", which includes:
// Custom Candlesticks with Bearish/Bullish Engulfing Body Fills, otherwise hollow.
// 3 EMA's with user inputs + 2 Static EMA's
// Continuous plots of high/low values with up to 3 overlapping timeframes.
// Table: Contains the TICKER.ID, Current Price, Percent On Day (note that it does not work for extended hours charts well), Current Timeframe RSI Value(Adjustable), Spread(Difference from the Current Price to High value, 2 Static EMA displays, Upside/Downside(Percentile from Current Price to High/Low Range, respectively, and Volume(Daily Volume + Current Bar Volume)
//CANDLESTICK DISCLAIMER
// If you would like to use the custom candlestick plots, (hollow, else engulfing), that come along with this indicator,
// be sure to disable the Candlestick Body, Wick, and Border under Chart Appearance; and then enable "Candlesticks Active" in the indicator settings.
//Final Product. Finito. Done.