This library introduces the `PolylinePlus` type, which is an enhanced version of the built-in PineScript `polyline`. It enables two features that are absent from the built-in type: 1. Developers can now efficiently add or remove points from the polyline. In contrast, the built-in `polyline` type is immutable, requiring developers to create a new instance of the...
This script plots VWAP as a horizontal line starting at the most recent candle and extending backwards for a period of 10 to make it easier to see. (default is 10 but can be changed to fit your needs) You may only want to see where VWAP is currently and not need to see the entire day. Helps keep the chart clean. Colors and line settings can all be modified. You...
Library "Drawings_public" : Functions to manage drawings on the chart extend_line(lineId, labelId) : Extend specific line with its label Parameters: lineId labelId update_line_coordinates(lineId, labelId, x1, y1, x2, y2) : Update specific line coordinates with its label Parameters: lineId labelId x1 y1 x2...
This indicator will display the strength of 8 currencies, EUR, AUD, NZD, JPY, USD, GBP, CHF, and CAD. Each line will represent each currency. Alongside that, Fibonacci levels will be plotted based on a standard deviation from linear regression, with customizable lengths. For more steady Fibonacci levels, use higher lengths for both Standard Deviations and Linear...
OHLC Tool allows you to display Current or Historical OHLC Values as horizontal lines that extend to the right on your chart. Features Variable Lookback to display a specific historical bar's values. Default = 1 (Previous Candle) Customizable Timeframe to view HTF Candle values. Custom Line Colors, Styles, and Thicknesses. Price Scale Value Display...
This is a simple line tool that can give you active feedback based on the closing price. It is intended for a live chart whose ticker is not changed by the user every 10 minutes, like a general overview of an asset in a higher time frame. What can it provide: Price difference from the price to the line Price at the current collision point How to use it: When...
// Hello tradeurs, ChasinAlts here with a script you've DEFINITELY never seen before. Hope everyone is well. Ok, so heres the low-down...When a wick's // % size is above the threshold set by the user it is plotted with light blue (these aren't really the significant ones) and are put into an array. // These large wick lines are great S&R lines but we're...
█ Support & Resistance Trendlines with Pivot Points + Fibonacci Channel This script automatically draw support and resistance trend lines based on pivot points and add a fibonacci channel. It will show potential patterns with the help of support and resistance lines as well as breakout target and pullback entry with the fibonacci extension and retracement...
Library "Algebra" Algebra functions. line_fromXy(x1, y1, x2, y2) Get line slope and y-intercept from coordinates Parameters: x1 : x coordinate 1 (int - bar index) y1 : y coordinate 1 (float - price/value) x2 : x coordinate 2 (int - bar index) y2 : y coordinate 2 (float - price/value) Returns: of line line_getPrice(x, slope,...
This indicator that draws vertical lines for each year and month starting from the specified date and time. For example, starting from August 26th, 2022, The annual vertical lines are Aug 26th, 2022, Aug 26th, 2021, Aug 26th, 2020, Aug 26th, 2019, Aug 26th, 2018, Aug 26th, 2017... It is useful to check the action of the chart at the event of each year and...
Automatically plots horizontal lines at user defined increments around the current price of the chart. No more wrist ache from typing in the baseline number, this script automatically finds the baseline! The example image uses three sets of this script with different colours and opacities.
First off, huge thanks to @fikira! He was able to adapt what I built to work much more efficiently, allowing for more strategies to be used simultaneously. Simply put, I could not have gotten to this point without you. Thanks for what you do for the TV community. Second, I am fairly new to pinescript writing, so I welcome criticism, thoughtful input and...
Indicator to profit all market movements. The idea behind this indicator is: - to sell 1% if price reach upside line - to buy 1% if price reach downside line This going to take profit from volatility of market. Use only in the most reliable values, it have risk in less reliable values - In cases of big crashes / going to 0, it will make loose your capital...
SPEICALLY USED FOR BANKNIFTY RIGHT NOW Draw vertical lines based on script, based on many conditions : Conditions used right now are : 1. its a wednesday and the range of day is less than 600 points
Have you ever wished you could easily see the daily magnitude line of a Strat Combo while on a smaller timeframe intraday chart? This indicator allows you to do that and much more! Description This indicator does two simple things, but it does them very well. The first thing it does is draw a small horizontal line at the magnitude level of a Strat Setup (a...
Description This indicator combines three daily moving average lines and one intraday moving average lines into one convenient indicator. If you routinely use moving average lines on your charts this indicator will reduce indicator clutter, allow you to add more indicators, and provide one central location for all of your moving average settings. The ...
This is a script so that you can visualize crossover/under indicators on the chart as zones/boxes or as lines. By default the source is "Close". When the source is Close and the default RSI is checked, then the indicator will visualize crossover and under from a 14 period RSI as shown in the published chart. How this indicator works: Add the indicator you want...
Plots a vertical line on each hour. Only goes back so far. This indicator is great to look at the structure of the 15m, 5m, 3m, or 1m within the block of a 60m candle.