This Indicator in a refinement of my earlier script PC*VC Moving average Old with easier to follow color codes, overbought and oversold zones. This script has converted the previous script into a standardized measure by converting it into Z-scores and also incorporated a volatility based dynamic length option. Below is a detailed Explanation. The "Dynamic...
//==================================================================================================================== The "MACD_with_reference" indicator aims to illustrate the MACD (Moving Average Convergence Divergence) on two distinct timeframes: the base timeframe (typically the chart's timeframe, e.g., 1D) and the reference timeframe (defaulted to 1W). This...
VAcc (Velocity & Acceleration) is a momentum indicator published by Scott Cong in Stocks & Commodities V. 41:09 (8–15). It applies concepts from physics, namely velocity and acceleration, to financial markets. VAcc functions similarly to the popular MACD (Moving Average Convergence Divergence) indicator when using a longer lookback period, but produces more...
Quantoshi Genesis is a selective trend-following strategy. Its goal is to offer a good compromise between being too quick to enter and too slow to exit. The strategy uses a combination of both classic and proprietary elements, e.g. MAs, Risk & Reward, Minimum Reward, Maximum Risk, "Anti fake out logic", "Calm down logic", Primary and Secondary trailing stop loss...
This Pine Script indicator, called "Average Triangular Moving Averages SWMA" (ATMAs SWMA), is designed for TradingView. It creates a visual representation of moving averages to help traders analyze price trends. The indicator allows users to customize its behavior through input parameters: length1, length2, and length3 represent the lengths of three moving...
Description: MADALGO's Enhanced OBV Divergences indicator is a unique tool designed for traders to visualize the divergences between price action and On Balance Volume (OBV), a fundamental aspect often indicative of underlying strength or weakness in the market. By keenly identifying these divergences, traders are better positioned to anticipate potential trend...
Futures/Spot Dominance Indicator: Overview: The futures/spot dominance indicator is a versatile tool used by traders and analysts to assess the relative strength or dominance of the futures market in relation to the spot (or cash) market for a specific asset. It offers insights into market sentiment, potential arbitrage opportunities, and risk management while...
Overview: YinYang Momentum is a Price, Volume and Momentum Oscillator. Its job is to help you see swings in momentum and the strength of it. It also creates signals (Blood Diamond (Bear) and Support Cross (Bull)) where these momentum swings may occur. YinYang Momentum features 3 Price and 3 Volume 'Mountains with Ice'. There are Predictive, Regular and Confirming...
The Giga Kaleidoscope GKD-C Super Smoother Velocity w/ Floating Levelsis a confirmation module included in Loxx's "Giga Kaleidoscope Modularized Trading System." █ GKD-C Super Smoother Velocity w/ Floating Levels The Super Smoother Velocity with Floating Levels is a technical tool devised to provide clearer price movement insights, drawing from the power of...
The Super Smoother Velocity with Floating Levels is a technical tool devised to provide clearer price movement insights, drawing from the power of the "Super Smoother" function. The Super Smoother function is fundamentally a unique formula which leverages trigonometric and exponential concepts to generate a highly smooth value for the given data. This function's...
The "Momentum Channelbands" is indicator that measures and displays an asset's momentum. It includes options to calculate Bollinger Bands and Donchian Channels around the momentum. Users can customize settings for a comprehensive view of momentum-related insights. This tool helps assess trend strength, identify overbought/oversold conditions, and pinpoint...
This script is based on divergence situation related to momentum and price. For this we have 4 strategies divergence calculation : So user can choose which strategy will be applied on chart from input. one of them or all of them. Also user can activate swing High ang swing Low be shown on chart. Below explanation of strategy what is doing : Strategy 1 or...
Composite Momentum Indicator" combines the signals from several oscillators, including Stochastic, RSI, Ultimate Oscillator, and Commodity Channel Index (CCI) by averaging the standardized values (Z-Scores). Since it is a Z-Score based indicators the values will be typically be bound between +3 and -3 oscillating around 0. Here's a summary of the code: Input...
The Coppock Curve is a momentum oscillator developed by Edwin Coppock in 1962. The curve is calculated using a combination of the rate of change (ROC) for two distinct periods, which are then subjected to a weighted moving average (WMA). History of the Coppock Curve: The Coppock Curve was originally designed for use on a monthly time frame to identify buying...
The Velocity Acceleration Indicator was created by Scott Cong (Stocks and Commodities Sep 2023, pgs 8-15). This is another personal variation of his formula designed to capture the overall velocity acceleration of the underlying stock by applying the velocity formula to the original indicator to find the acceleration of the underlying velocity. I changed a few...
The Velocity Indicator was created by Scott Cong (Stocks and Commodities Sep 2023, pgs 8-15). This is my variation of his formula designed to capture the overall velocity of the underlying stock by applying the typical velocity formula. This indicator is visually similar to a typical stochastic indicator but uses a different underlying calculation. This works well...
Taylor Series Approximations for Trigonometry: 1. The indicator starts by calculating sine and cosine values of the close price using Taylor Series approximations. These approximations use polynomial terms to estimate the values of these trigonometric functions. Mathematical Component Formation: 2. The calculated sine and cosine values are then multiplied...
If you've ever been confused because Ta-Lib RSI differs from TradingView's RSI... Look no further than here which instead of using the Rolling Moving Average, will instead use the Simple Moving Average