█ Overview Breakout Probability is a valuable indicator that calculates the probability of a new high or low and displays it as a level with its percentage. The probability of a new high and low is backtested, and the results are shown in a table— a simple way to understand the next candle's likelihood of a new high or low. In addition, the indicator displays...
A tool that automatically draws out trend lines by connecting the most recent fractals. Description: The process of manual drawing out trend lines is highly subjective. Many times, we don’t trade what we see, but what we “want to see”. As a result, we draw lines pointing to the direction that we wishfully want price to move towards. While there are no...
Due to popular demand, I'm pusblishing Fourier Extrapolator of Price w/ Projection Forecast.. As stated in it's twin indicator, this one is also multi-harmonic (or multi-tone) trigonometric model of a price series xi, i=1..n, is given by: xi = m + Sum( a*Cos(w*i) + b*Sin(w*i), h=1..H ) Where: xi - past price at i-th bar, total n past prices; m - bias; ...
This is a complex indicator that looks to provide some insight into the correlation between volume and price volatility. Rising volatility is depicted with the color green while falling volatility is depicted with purple. Lightness of the color is used to depict the length of the window used, darker == shorter in the 2 -> 512 window range.
The following script is an original creation originally posted on the blog section of the broker Alpaca. The proposed indicator aims to measure the degree of variations of individual up-trends and down-trends in the price, thus allowing to highlight the direction and amplitude of a current trend. Settings Length : Determines the significance of the trends...
This is a very simple script which can be used as measure to define your trading zones based on volatility. Concept This script tries to identify the area of low and high volatility based on comparison between Bandwidth of higher length and ATR of lower length. Relative Bandwidth = Bandwidth / ATR Bandwidth can be based on either Bollinger Band, Keltner...
The genesis of this project was to create a POC library that would be available to deliver volume profile information via pine to other scripts of indicators and strategies. This is a republish of an invite only script to open access This is the indicator version of the library function. A few points of significance: - Allows the choice of reset of the study...
This script displays a histogram from the mean and standard deviation of the visible price values on the chart. Bin counting is done relative to high/low prices instead of counting the price values within each bin, returning a smoother histogram as a result. Settings Bins Per Side: Number of bins computed above and below the price mean Deviation...
This indicator displays polynomial regression channels fitted using data within a user selected time interval. The model is fitted using the same method described in our previous script: Settings Degree: Degree of the fitted polynomial Width: Multiplicative factor of the model RMSE. Controls the width of the polynomial regression's channels Timeframe:...
This indicator returns a moving average converging toward the price the more a trend makes new higher-highs or lower-lows depending on the detected trend. Settings Length: Controls the initial moving average smoothing factor ( 2 / (Length + 1) ), as well as the period of rolling maximums/minimums. Increment: Smoothing factor increment ( 2 / (Increment+ 1)...
█ OVERVIEW This indicator displays a Volume-Weighted Average Price anchored to the leftmost visible bar of the chart. It dynamically recalculates when the chart's visible bars change because you scroll or zoom your chart. If you are not already familiar with VWAP, our Help Center will get you started. The typical VWAP is designed to be used on intraday...
The strategy version of AlphaTrend indicator for backtesting and optimisation purposes for TradingView users: Screener / Explorer version and an English explantion video will be published soon... AlphaTrend's parameters are designed for daily and 4H charts, feel free to optimize on all time frames. Hope you all use Alphatrend in your profitable trades. Kıvanç
Highlights orderblocks based on fractal market structure. Whenever a new fractal high/low is created, it will search for the Orderblock and plot lines and labels Options: 1. Select 3/5 bar fractal 2. Plot lines and labels on OB's - Ability to filter OB only when a candle is fully engulfed 3. Change bar color of engulfed candles 4. Option to filter OB that...
Briefly flashes chart background colors as a visual alert whenever a condition occurs, from the insatiable mind of @scarf . Special thanks to @LucF for his advice on improving efficiency when working with dynamic tables.
Library "FunctionKellyCriterion" Kelly criterion methods. the kelly criterion helps with the decision of how much one should invest in a asset as long as you know the odds and expected return of said asset. simplified(win_p, rr) simplified version of the kelly criterion formula. Parameters: win_p : float, probability of winning. rr : float,...
The RedK Chop & Breakout Scout (C&BS or just CBS) is a centered oscillator that helps traders identify when the price is in a chop zone, where it's recommended to avoid trading or exit existing trades - and helps identify (good & tradeable) price breakouts. i receive many questions asking for simple ways to identify chops .. Here's one way we can do that. (This...
This indicator is a spin-off of the popular TMA Overlay indicator made by request of the original author that narrows down the scope to simply identifying a couple of key candlestick patterns - Engulfing candles and 3 Line Strikes. In addition to being a far more tailored and purpose-specific indicator, we have also update the indicator code to the latest version...
Hello! Introducing Crypto Terminal (: The indicator makes use of cryptocurrency data provided by vendor INTOTHEBLOCK. NOTE: The cryptocurrency on your chart must be paired with USD or USDT. Data won't load otherwise - possibly transient. For instance, BTCUSD or BTCUSDT, ETHUSD or ETHUSDT. Provided datasets: Twitter Sentiment Data Telegram Sentiment Data ...