Strategy Introduction: 1. We know that the exchange can only set a maximum of 100 grids. However, our grid strategy can set a maximum of 350 grids. 2. We have added the modes of proportional and differential warehousing. 3. It should be noted that we have not set any filtering conditions, which means that when the price falls below the grid, we will execute a...
Особая благодарность за оригинальную идею Александру Горчакову Индикатор предсказывает вырастет или упадет цена на следующей свече Индикатор отображает красные или зеленые кружки над каждой из свечей Зеленый кружок прогноз роста Красный кружок прогноз падения Индикатор выдает прогноз для шестой свечи на основе пяти свечей Индикатор берет цены...
Indicator for displaying a timed, intraday Range of Price as a Point of Interest (POI) that you may want to track when trading as a potential magnet for price. Quite often you will see Price return to prior days price range before continuing to move. This enables you to track specific portions of a Days Trading session to see what has been revisited and what has...
📊 Kwiatkowski-Phillips-Schmidt-Shin Model Indicator & Dickey-Fuller Test 📈 This algorithm performs two statistical tests on the price spread between two selected instruments: the first from the current chart and the second determined in the settings. The purpose is to determine if their relationship is stationary. It then uses this information to generate...
The Correlation Clusters is a machine learning tool that allows traders to group sets of tickers with a similar correlation coefficient to a user-set reference ticker. The tool calculates the correlation coefficients between 10 user-set tickers and a user-set reference ticker, with the possibility of forming up to 10 clusters. 🔶 USAGE Applying...
The "Volume-Supported Linear Regression Trend Table" (VSLRT Table) script helps traders identify buy and sell opportunities by analyzing price trends and volume dynamics across multiple timeframes. It uses linear regression to calculate the trend direction and volume strength, visually representing this data with color-coded signals on the chart and in a table....
The Spent Market Trading Pattern is a strategy developed by Larry Connors, typically used for short-term mean reversion trading. This strategy takes advantage of the exhaustion in market momentum by entering trades when the market is perceived as "spent" after extended trends or extreme moves, expecting a short-term reversal. Connors uses indicators like RSI...
Local Polynomial Regression (LPR) is an advanced statistical method that offers a flexible approach to estimating the underlying trend in financial time series data. The Mathematical Explanation The core idea of LPR is to fit a polynomial of degree p at each point x using weighted least squares. The weight of each data point decreases with its distance from x,...
This strategy is based on trading signals derived from the behavior of the Volatility Index (VIX) relative to its 10-day moving average. The rules are split into buying and selling conditions: Buy Conditions: The VIX low must be above its 10-day moving average. The VIX must close at least 10% above its 10-day moving average. If both conditions are...
This Pine Script™ strategy is a modified version of the original Larry Connors VIX Reversal II Strategy, designed for short-term trading in market indices like the S&P 500. The strategy utilizes the Relative Strength Index (RSI) of the VIX (Volatility Index) to identify potential overbought or oversold market conditions. The logic is based on the assumption that...
The Connors RSI with Down Gap indicator is a technical tool designed to support Larry Connors' Terror Gap Strategy, which is part of his broader framework outlined in the book "Buy the Fear, Sell the Greed: 7 Behavioral Quant Strategies for Traders." This specific indicator integrates the ConnorsRSI calculation with a focus on detecting down gaps in price,...
Сигналы BUY/SELL — они, вероятно, основаны на анализе тренда или индикатора объемов. Зоны ликвидности — области, где происходит максимальный объем торгов, отображаются в виде прямоугольников. Горизонтальный объем (Volume Profile) — используется для отображения объемов на различных ценовых уровнях
Breakdown of the Leading Indicator: Linear Regression (LRC): A linear regression line is used to estimate the current trend direction. When the price is above or below the regression line, it indicates whether the price is deviating from its mean, signaling potential reversals. Rate of Change (ROC): ROC measures the momentum of the price over a set period. By...
Define Pip Size: Since 1 pip for XAUUSD is usually considered as 0.1, the pip Size is set to 0.1. A 50-pip interval is therefore 50 * 0.1 = 5.0. Nearest Pip Level Calculation: We find the nearest 50-pip level based on the current price of XAUUSD. The formula nearestPipLevel = round(close / pipInterval) * pipInterval rounds the current price to the nearest...
Track Intraday ATH: The script maintains an intradayATH variable to track the highest price reached during the trading day up to the current point. This variable is updated whenever a new high is reached. Calculate Drawdown and Percentage Drawdown: The drawdown is calculated as the difference between the intradayATH and the current closing price (close). The...
Linear Regression Channel with Logarithmic Scale Option This advanced Linear Regression Channel indicator offers traders a powerful tool for technical analysis, with unique features that set it apart from standard implementations. Key Features: Logarithmic Scale Option: One of the most distinctive aspects of this indicator is the ability to switch between...
Regression Indicator Indicator Overview: The Regression Indicator is designed to help traders identify trends and potential reversals in price movements. By calculating a regression line and a normalized regression indicator, it provides clear visual signals for market direction, aiding in making informed trading decisions. The indicator dynamically updates...
Overview The Market Cycle Phases Indicator is a powerful tool designed to help traders identify and visualize the different phases of market cycles. By distinguishing between Accumulation, Uptrend, Distribution, and Downtrend phases, this indicator provides a clear and color-coded representation of market conditions, aiding in better decision-making and strategy...