█ OVERVIEW A Lorentzian Distance Classifier (LDC) is a Machine Learning classification algorithm capable of categorizing historical data from a multi-dimensional feature space. This indicator demonstrates how Lorentzian Classification can also be used to predict the direction of future price movements when used as the distance metric for a novel implementation of...
A Population Sampled linear regression model that provides additional detail about the distribution moments (skew, kurtosis, variance and mean) as well as providing indicators that track when a pivot has enough momentum to trade on as well as expected ranges of future price action based on Std Devs. For the momentum lines -- red indicates that there has been a...
Hello! This script presents volume delta data in various forms! Features Classic mode: Volume delta boxes oriented to the right of the bar (sell closer / buy further) On Bar mode: Volume delta boxes oriented on the bar (sell left / buy right) Pure Ladder mode: Pure volume delta ladder PoC highlighting Color-coordinated delta boxes. Marginal volume...
This is my first attempt on implementing a statistical method. This problem was given to me by @lejmer (who also helped me later on building more efficient code to achieve this) when we were debating on the need for higher resource allocation to run scripts so it can run longer and faster. The major problem faced by those who want to implement statistics based...
This is my VIX Oscillator indicator. About it: This indicator takes the Z-Score of the VIX and of the current ticker you are on and presents them in the format of an oscillator. Key parts of the indicator: A diagram of the key elements of the indicator are displayed above. Purple Line: Represents the Z-Score of the current Ticker. Blue Line: Represents...
Hello everyone! I am releasing my Intra-day expected move plotter indicator. About the indicator: This indicator looks at 3 differing time frames, the 15, 30 and 60 minute time frames. It calculates the average move from high to low over the past 5 candle period and then plots out the expected move based on that average. It also attempts to determine the...
█ OVERVIEW Aggregate Volume Profile - Shows the Volume Profile from 9 exchanges. You can enter your own desired exchanges, on/off any others, as well as select the sources of SPOT, FUTURES and others. █ INDICATOR Aggregated Volume Profile (AVP) is a financial indicator used to visualize the trading activity in a specific market or security over a certain...
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...
The script is a custom technical indicator for TradingView that is based on an analysis of the price movements of a financial instrument over the course of a week. The indicator uses a variety of inputs, including the open and close prices for each day of the week, to determine the "BOF" (BOF) for each day. The BOF is calculated based on the relative magnitude of...
aka weighted fair price The ultimate price source for all your stuff, unless you go completely nuts. The ultimate way to build line charts & do pattern trading, unless you go completely nuts. Why occ3? You need a one-point estimate for every bar, a typical price of every bar aye? But then you see that every bar has a different distribution of prices. You can...
Plots the sum of the balance sheets of the world's major central banks - FED, ECB, BoE, PBoC, BOJ, India and Switzerland - in a currency of your choice. Defaults to USD. Also shows FED net liquidity (balance sheet - tga - rrp) for comparison. Uses a configurable multiplier to make the two lines viewable on the same price scale.
This module can be integrate in your code strategy or indicator and will help you to calculate the percentage probability on specific event inside your strategy. The main goal is improve and simplify the workflow if you are trying to build a quantitative strategy or indicator based on statistics or reinforcement model. Logic The script made a simulation inside...
This USD Liquidity Index composed of 2 parts, total assets and major liabilities of the Federal Reserve . There is a certain positive correlation between USD liquidity and risk asset price changes in history. Suggested that USD Liquidity is mostly determined by the Federal Reserve balance (without leveraged), this index deducts three major liabilities from the...
Difference between US 10 yr bond yield and US 3m bond yield to indicate recession.
Hi dear Traders, Here I would present you my 'Risk Management' tool which is based on your buy orders, trading fees and your desired benefit. Easily, fulfill the price and volume of each entries. Add to this, you can prepare the info about your next proposed entries, just let them not check at first and by meeting the prices then active the check-box beside...
#### ENGLISH #### This script visualizes divergences between the price and new highs and new lows in the US stock market. The indicator should be used exclusively on the US stock indices (timeframe >= D). This is the indicator for the main chart. It should be used together with the subchart indicator of the same name. In order to get the same results between the...
#### ENGLISH #### This script visualizes divergences between the price and new highs and new lows in the US stock market. The indicator should be used exclusively on the US stock indices (timeframe >= D). This is the indicator for the sub chart. It should be used together with the main chart indicator of the same name. In order to get the same results between the...
Taking the average daily range from low to high or high to low isn't the "best" way to get an idea of how much to set targets. So, I made this indicator to make the system better. This indicator calculates the daily range from Open to High on Bullish Days & Open to Low on Bearish Days . Nobody can catch the absolute low of the day on bullish days and get out at...