Opening Range with Breakouts & Targets is based on the long-standing Opening Range Breakout strategy popularized by traders such as Toby Crabel and Mark Fisher. This indicator measures and displays the price range created from the first period within a new trading session, along with price breakouts from that range and targets associated with the range width. 🔶...
The Pi Cycle Top & Bottom Indicator is designed for long-term cycle analysis, particularly useful for detecting significant market tops and bottoms in assets like Bitcoin. By comparing the behavior of two moving averages, one with a shorter period (default 111) and the other with a longer period (default 350), the indicator helps investors identify potential...
Hma Swing Points | viResearch Conceptual Foundation and Innovation The "Hma Swing Points" script introduces a simple yet effective method for identifying key swing points in the market using Hull Moving Averages (HMA). The Hull Moving Average is a faster and smoother alternative to traditional moving averages, making it ideal for detecting significant price...
Gaussian SWMA For Loop Indicator The "Gaussian SWMA For Loop" is a sophisticated indicator designed to identify potential trading opportunities by combining a Gaussian-weighted moving average (WMA) with a simple moving average (SMA), enhanced by a loop-based scoring system. This indicator is tailored for traders looking to capture trends and reversals with a...
Advanced Position Management This Pine Script code is for a strategy titled "Advanced Position Management," aimed at effective trade execution and management using multiple take profit levels, trailing stop loss, and dynamic position sizing. Take Profit Levels: It defines up to three take profit (TP) levels, allowing partial position exits at different price...
The DSL Trend Analysis indicator utilizes Discontinued Signal Lines (DSL) deployed directly on price, combined with dynamic bands, to analyze the trend strength and momentum of price movements. By tracking the high and low price values and comparing them to the DSL bands, it provides a visual representation of trend momentum, highlighting both strong and...
Explanation of the Code: Initial Setup: The strategy initializes with a capital of 100,000. Variables track the capital and the amount invested in the current trade. RSI Calculation: The RSI and its SMA are calculated on the monthly timeframe using request.security(). Entry and Exit Conditions: Entry: A long position is initiated when the RSI is above its SMA...
The Hyperbolic Tangent SuperTrend (HTST) is designed for technical analysis, particularly in markets with assets that have lower prices or price ratios. This indicator leverages the Hyperbolic Tangent Moving Average (HTMA), a custom moving average calculated using the hyperbolic tangent function, to smooth price data and reduce the impact of short-term...
The Auto Anchored Swing VWAP's indicator automatically anchors Volume-Weighted Average Price (VWAP) lines to recent swing highs and swing lows. VWAPs often act as key support or resistance levels because they represent the average price at which the majority of trading volume has occurred over a given time. What is VWAP? VWAP is an essential tool in trading,...
Overview: The Boosted Moving Average (BMA) is designed to enhance the traditional Exponential Moving Average (EMA) by introducing a boositng factor that amplifies its responsiveness to price changes. This means that the BMA will react more quickly to significant market movements, while still maintaining a smooth trajectory. Key Features: Boost Factor...
Adaptive Gaussian MA For Loop PLEASE Read the following carefully before applying this indicator to your trading system. Knowing the core logic behind the tools you're using allows you to integrate them into your strategy with confidence and precision. Introducing BackQuant's Adaptive Gaussian Moving Average For Loop (AGMA FL) — a sophisticated trading...
The Sine-Weighted MA ATR is a technical analysis tool designed to emphasize recent price data using sine-weighted calculations , making it particularly well-suited for analyzing cyclical markets with repetitive patterns . The indicator combines the Sine-Weighted Moving Average (SWMA) and a Sine-Weighted Average True Range (SWATR) to enhance price trend...
The Hyperbolic Tangent Volatility Stop (HTVS) is an advanced technical analysis tool that combines the smoothing capabilities of the Hyperbolic Tangent Moving Average (HTMA) with a volatility-based stop mechanism. This indicator is designed to identify trends and reversals while accounting for market volatility. Hyperbolic Tangent Moving Average (HTMA): The...
The Cosine-Weighted Moving Average (CWMA) ATR (Average True Range) indicator is designed to enhance the analysis of price movements in financial markets. By incorporating a cosine-based weighting mechanism , this indicator provides a unique approach to smoothing price data and measuring volatility, making it a valuable tool for traders and investors. ...
Dema Supertrend | viResearch Conceptual Foundation and Innovation The "Dema Supertrend" indicator by viResearch combines the benefits of the Double Exponential Moving Average (DEMA) with the popular Supertrend method to provide an advanced tool for trend detection and volatility management. By integrating DEMA into the Supertrend calculation, the indicator...
Median Supertrend | viResearch Conceptual Foundation and Innovation The "Median Supertrend" indicator, developed by viResearch, offers a unique approach to identifying trends by combining a median-based smoothing mechanism with a modified Supertrend calculation. Unlike the traditional Supertrend, which relies solely on price data, this version calculates a...
It's time to come back! hope I can not to be busy for a while. █ Introduction and How It Is Different The FlexiMA Variance Tracker is a unique trading strategy that calculates a series of deviations between the price (or another indicator source) and a variable-length moving average (MA). Unlike traditional strategies that use fixed-length moving averages, the...
Ewma | viResearch Conceptual Foundation and Innovation The "Ewma" indicator from viResearch combines the benefits of the Exponentially Weighted Moving Average (EWMA) with the Weighted Moving Average (WMA) to offer traders a more responsive and precise method for trend-following. The EWMA applies greater weight to recent price data, allowing the indicator to adapt...