This indicator will create lines on the chart based on W.D. Gann's Square of 144. All the inputs will be detailed below Why create this indicator? I didn't find it on Tradingview (at least with open source). But the main reason is to study the strategy and be able to draw it fast. Manually drawing the square is not hard, but moving all together to the right...
This indicator returns pivot point high/lows alongside the percentage change between one pivot and the previous one (Δ%) and the distance between the same type of pivots in bars (Δt). The trailing mean for each of these metrics is returned on a dashboard on the chart. The indicator also returns an estimate of the future time position of the pivot points. 1....
Its the part 2 of Multiple Indicators 50EMA Cross Alerts. Its more suitable for the seconds chart. Beside, you can use it in higher timeframe. The input bars length is the sample size that the code will use to trigger all alert. 20 mean 20 bar after the current candle. When you activate volume alert you can select an amount of volume that when volume cross it...
This indicator fits a polynomial with a user set degree to the price using least squares and then extrapolates the result. Settings Length: Number of most recent price observations used to fit the model. Extrapolate: Extrapolation horizon Degree: Degree of the fitted polynomial Src: Input source Lock Fit: By default the fit and extrapolated result...
Smart Money Concept is being used to understand the Market Structure, Demand/Supply, and Risk Management. - Lines represent BoS and CHoCH. - X-cross and Diamond shapes represent Peak and Trough. - Numbers represent the Spread Percentages.
Detects divergence before it has formed a valid divergent pivot, across multiple indicators. After publishing my Strength of Divergence Across Multiple Indicators script, it seemed there were a lot of people who wanted to see the divergence signals before the divergent pivots were actually confirmed. Everyone complains about indicators repainting, yet in the next...
K's reversal indicator I is a special combination between Bollinger bands and the MACD oscillator. It is a contrarian indicator that depends on the following conditions: • A buy signal is generated whenever the current market price is below the 100-period lower Bollinger band while simultaneously, the MACD value must be above its signal line. At the same time,...
This indicator will acquire the financial data provided by Tradview. the data is compare between Quarter, Annual and TTM in term of percent of growth. YoY, QoQ and CAGR is also available by this script (The minimum is 4). in addition, ploting of data, label and table also available (you can check the mark to toggle on / off). Data : Revenue, Net Income,...
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; ...
Shows the highest probability daily high and low for the New York session in its first hour. Then detects the trend in which this session is likely to move during the day. This script will use the first hour of NY session (9:30 am to 10:30 am) to determine the Defining Range between that range's highest high and lowest low. It will also determine the Implied...
Fourier Spectrometer of Price w/ Extrapolation Forecast is a forecasting indicator that forecasts the sinusoidal frequency of input price. This method uses Linear Regression with a Fast Fourier Transform function for the forecast and is different from previous forecasting methods I've posted. Dotted lines are the forecast frequencies. You can change the UI...
This market structure indicator plots HH/LL labels with a little twist - it can identify upto 14 custom patterns of your choice! Indicator settings: Pivot strength - highest or lowest point in a number of x left+right bars Show - show zigzag lines, HHLL labels, Pattern Matches Patterns - upto 14 patterns (7 bear, 7 bull) with custom label text Styles - for...
The following script allows for the extrapolation of a Cubic Bézier Curve fit using custom set control points and can be used as a drawing tool allowing users to estimate underlying price trends or to forecast future price trends. Settings Extrapolation Length: Number of extrapolated observations. Source: Source input of the script. Style Width:...
An indicator that lets you visualize the historical Yearly Percentage returns of any symbol . Key Features: Displays the yearly returns from start to end of each year Displays a table showing all yearly returns for current symbol Displays start of each year as a vertical line Displays up to 5 custom horizontal levels Table Settings: ...
Preface: I'm just the bartender serving today's freshly blended concoction; I'd like to send a massive THANK YOU to all the coders and PineWizards for the locally-sourced ingredients. I am simply a code editor, not a code author. Many thanks to these original authors! Source 1 (Aug 8, 2019): Source 2 (Aug 11, 2019): About the Indicator: The term yield curve...
// This source code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org // © Nephew_Sam_ -------------------------------------------------------------- This code for version is entirely different from the previous two SMT divergence indicators that I had published in terms of effeciency. There is an option to have upto 10 custom pairs and 1...
Fed liquidity model based on #MaxJAnderson's work. Incorporates the Treasury General Account, Reverse Repo and Fed balance sheet to determine how much "net liquidity" is available to markets. Very much a beta version.
Polynomial Regression Bands w/ Extrapolation of Price is a moving average built on Polynomial Regression. This indicator paints both a non-repainting moving average and also a projection forecast based on the Polynomial Regression. I've included 33 source types and 38 moving average types to smooth the price input before it's run through the Polynomial...