Opening Range with Infinite Price Targets is an ORB indicator that automatically generates price targets into infinity based on a user-defined % of range. This indicator includes many nice-to-have features missing from other indicators. Such as: Price Target Labels with Price tooltip, want to know exactly what price pt3 is at? Hover over it and see. Custom...
█ OVERVIEW Here I present to the community at large a collection of code comment blocks that I think will be useful, especially for larger script projects bordering on 2,000 lines or above of code. █ PLANNED FUTURE UPDATES Work with the community to expand this template to be even more useful with the inclusion of useful global colour sets,...
Library "DataCleaner" Functions for acquiring outlier levels and acquiring a cleaned version of a series. outlierLevel(src, len, level) Gets the (standard deviation) outlier level for a given series. Parameters: src : The series to average and add a multiple of the standard deviation to. len : The The number of bars to measure. level : The...
This script improves on many of the existing EMA ribbon scripts out there: Reduces visual clutter with shorter labels / titles, and thinner, transparent lines which don't obscure the actual price chart Two beautiful color gradients for up and down trends All colors and EMA periods are fully configurable, using the new input grouping / inline features ...
This is a simple RSI indicator that overlays the current chart to show labels for specified oversold and overbought areas defined with inputs. It will delete any labels of the same kind within the last 3 candles so you don't see as many labels as you would otherwise. Red labels with white text represent overbought RSI levels as defined by the user. Green labels...
This is the best way I've found so far for gauging directional bias (i.e. overall trend) at-a-glance. It shows current price in black along with the 20, 50 & 100 daily MAs, all of which are visible at all times, and from all timeframes. No wondering where the 100MA is cause it's now showing on the chart. I also find this good for keeping my charts visually...
Very simple indicator script to display multiple simple moving averages. I know others have made this but they often are too feature-rich and can get cluttered. Can optionally show a cross when MA 1 crosses MA 3. These are colors such that when MA 1 crosses BELOW MA 3 a red cross is shown, and green when crossing above.