Tripart Super Forex IndicatorOverview
The “Tripart Super Forex Indicator” is an advanced trading tool designed specifically for intraday trading and scalping. It combines the power of Exponential Moving Averages (EMAs), Average True Range (ATR), and the Relative Strength Index (RSI) to generate precise buy and sell signals. This indicator helps traders identify trend direction, volatility, and momentum, ensuring well-timed entry and exit points in the forex market.
What It Does
The Tripart Super Forex Indicator provides traders with the following:
1. Entry Signals: Buy and sell signals are generated based on the crossover of short-
term and long-term EMAs combined with ATR-based volatility filtering.
2. Exit Signals: Exit signals are generated using RSI to identify overbought and oversold
conditions, ensuring timely exits to lock in profits.
3. Trailing Stop-Loss: Dynamic trailing stop-loss levels are calculated using ATR to
manage risk effectively during trades.
How It Works
1. Exponential Moving Averages (EMAs):
• Short-term EMA: Represents recent price trends, reacting quickly to price changes.
• Long-term EMA: Represents longer price trends, providing a smoother view of the
market direction.
• Buy Signal: Generated when the short-term EMA crosses above the long-term EMA,
and the closing price is above the long-term EMA plus a multiple of the ATR.
• Sell Signal: Generated when the short-term EMA crosses below the long-term EMA,
and the closing price is below the long-term EMA minus a multiple of the ATR.
2. Average True Range (ATR):
• Measures market volatility.
• Used to filter out signals during low volatility periods, ensuring trades are only taken
during significant price movements.
• ATR is also used to calculate dynamic trailing stop-loss levels to protect gains and
manage risk.
3. Relative Strength Index (RSI):
• Measures the speed and change of price movements.
• Exit Buy Signal: Triggered when RSI falls below the overbought level minus a defined
threshold, indicating potential for price reversal.
• Exit Sell Signal: Triggered when RSI rises above the oversold level plus a defined
threshold, indicating potential for price reversal.
• Helps ensure exits are timely and consistent with momentum changes.
How to Use It
1. Adding the Indicator :
• Add the “Tripart Super Forex Indicator” to your chart from the TradingView library.
• The indicator will overlay buy and sell signals on the price chart and plot EMAs if
enabled.
2. Configuring Settings :
• Customize the EMA lengths, ATR length, ATR multiplier, RSI length, RSI overbought
and oversold levels, and RSI exit threshold to suit your trading strategy.
• Optionally enable or disable the display of EMAs and ATR on the chart for a cleaner
view.
3. Interpreting Signals :
• Buy Signal: Look for green “Buy” labels below the candlesticks indicating a potential
long entry.
• Sell Signal: Look for red “Sell” labels above the candlesticks indicating a potential
short entry.
• Exit Buy Signal: Look for yellow “Exit Buy” labels below the candlesticks indicating a
recommended exit from long positions.
• Exit Sell Signal: Look for orange “Exit Sell” labels above the candlesticks indicating a
recommended exit from short positions.
4. Risk Management :
• Use the dynamic trailing stop-loss levels plotted on the chart to manage open trades
and protect profits.
• Adjust the trailing stop multiplier based on your risk tolerance and market conditions.
Concepts Underlying Calculations
• Trend Detection: Utilizes the crossover of short-term and long-term EMAs to identify
trend direction and potential entry points.
• Volatility Filtering: Incorporates ATR to filter signals during low volatility periods,
ensuring trades are taken during significant price movements.
• Momentum-Based Exits: Uses RSI to detect overbought and oversold conditions for
timely exits, preventing premature or delayed exits.
By integrating these concepts, the Tripart Super Forex Indicator provides a comprehensive and robust tool for intraday trading and scalping, helping traders make informed decisions and improve their trading performance.
Feel free to reach out for further support or clarification on using the Tripart Super Forex Indicator. Happy trading!
Komut dosyalarını "scalping" için ara
OneThingToRuleThemAll [v1.4]This script was created because I wanted to be able to display a contextual chart of commonly used indicators for scalping and swing traders, with the ability to control the visual representation on the charts as their cross-overs, cross-unders, or changes of state happen in real time. Additionally, I wanted the ability to control how or when they are displayed. While looking through other community projects, I found they lacked the ability to full customize the output controls and values used for these indicators.
The script leverages standard RSI/MACD/VWAP/MVWAP/EMA calculations to help a trader visually make more informed decisions on entering or exiting a trade, depending on their understanding on what the indicators represent. Paired with a table directly on the chart, it allows a trader to quickly reference values to make more informed decisions without having to look away from the price action or look through multiple indicator outputs.
The main functionality of the indicator is controlled within the settings directly on the chart. There a user can enable the visual representations, or disable, and configure how they are displayed on the charts by altering their values or style types.
Users have the ability to enable/disable visual representations of:
The indicator chart
RSI Cross-over and RSI Reversals
MACD Uptrends and Downtrends
VWAP Cross-overs and Cross-unders
VWAP Line
MVWAP Cross-overs and Cross-unders
MVWAP Line
EMA Cross-overs and Cross-unders
EMA Line
Some traders like to use these visual indications as thresholds to enter or exit trades. Its best to find out which ones work the best with the security you are trying to trade. Personally, I use the table as a reference in conjunction with the RSI chart indicators to help me decide a logical trailing stop if I am scalping. Some users might like the track EMA200 crossovers, and have visual representations on the chart for when that happens. However, users may use the other indicators in other methods, and this script provides the ability to be able to configure those both visually and by value.
The pine script code is open source and itself is fairly straightforward, it is mostly written to provide the ultimate level of control the the user of the various indicators. Please reach out to me directly if you would like a further understanding of the code and an explanation on anything that may be unclear.
Enjoy :)
-dead1.
Automated Algorithmic Trading System with RP DetectionFirst, we use a calculation of "higher highs" and "lower lows" price channels, which we see represented on the chart in purple. These channels provide us with a broad view that helps us identify on the chart where the price has reached significantly higher levels than before during a specific period and lower points than previous levels. As we observe, a channel forms, and when the price approaches or touches this channel initially, it reacts violently. But this is where the magic begins, as we will use these as areas of significant reversal, although they won't be the only filter, as we will need confluence with other patterns once we are in areas of significant reversal to make a buying or selling decision.
Secondly, the algorithm uses a fundamental and precise calculation as it shows us the most important support and resistance levels of the asset, which we observe in two ways on the chart. First, supports are represented in a blue block, and resistances in a red block. These are also grouped in a table by default in the last 5 days, although we can modify these calculations according to our needs in the indicator's configuration.
In addition, our algorithm performs a special calculation of a rational quadratic kernel, estimating the price regression function. This provides us with a clear idea of where the price of the asset is heading and its trend. This channel is always calculated and working optimally within the "higher highs" and "lower lows" channel we reviewed a moment ago, and it provides us with a macro view of the price.
Now, the algorithm uses this last quadratic microchannel to give us some reversal signals within this same microchannel that can be utilized by us for precise scalping entries. Considering the following, as we visualize on the chart:
First, we will explain the Reversal signals. At the top of our quadratic microchannel, the first automated signal is generated, which we will observe as a Reversal and is represented by a parachutist. This occurs when the price breaks the upper microchannel, and we expect a price pullback. A piece of advice: if we are in a resistance area, the price will have more strength to return to the microchannel zone, allowing us to take a short position.
On the other hand, as observed on the chart, the same reversal signal represented by an airplane is generated when there is a downward price break of the microchannel, which makes us expect a pullback back to the channel. In case we are in a support zone, the price's return will gain more strength, enabling us to enter a long position.
As we see in the chart, we have two other types of signals with very complex calculations that the algorithm detects, alerting us about price reversals. The first reversal patterns are shown visually as purple and green flags and are executed when there is a change in the price structure and the price reversal within the microchannel is confirmed. This allows us to have buy and sell operations. The second signals are shown visually as Bear Pattern and Bull Pattern, confirming a pattern when the price does not fall (for bulls) or rise (for bears) below or above a specific level after detecting the "hook." This is explained subtly, as the calculation is very complex, but the effectiveness of these reversals is impressive for working with pullbacks within the microchannel.
Now, let's explain how the grand signal is generated through confluences from all the algorithmic calculations of the indicator:
First, the buy signal is generated when we observe that the Quadratic Channel crosses down our "higher highs" and "lower lows" channel, meaning there is now a cross between channels, and at the same time, we are in a Support Zone. At this moment, when these three confluences are met, it will send us the buy alert that we visually observe as a pile of bills.
Similarly, for the sell signal, it is generated when we observe that the Quadratic Channel crosses up our "higher highs" and "lower lows" channel, meaning there is now a cross between channels, and at the same time, we are in a Resistance Zone. At this moment, when these three confluences are met, it will send us the sell alert that we visually observe as an explosion.
These grand confluence signals are usually of the day trading type since they will be executed in a significant move.
All our indicators come with two types of alerts to automate our trading. The first type of alert will notify us on our devices when a signal of interest occurs on the chart, previously configured by us.
The second type is configured to make our indicators work for us without the need to be present on the chart. This is done with a special programming within the indicator's code, and it will execute automatic buys and sells on our preferred exchange through an alert configured for the 3Commas bot. It will only be necessary to enter our Bot number or Bot ID provided by the 3Commas provider and insert it into the alert. All premium indicators have an explanation in their configuration that will detail where to enter your Bot ID.
ESPAÑOL:
Primero, usamos un cálculo de Canales de Precios "altos mas altos" y "bajos mas bajos", que vemos representados en el gráfico en color morado. Estos canales nos otorgan una amplia visión que nos ayuda a identificar en el gráfico dónde el precio ha alcanzado niveles significativamente más altos que los anteriores durante un período específico y puntos más bajos que los anteriores. Como observamos, se forma un canal en el que, en primer instancia, cuando el precio se acerca o toca este canal, reacciona violentamente. Pero es aquí donde comienza la magia, ya que los usaremos como zonas de gran reversión, aunque no serán el único filtro, ya que necesitaremos que exista confluencia con otros patrones una vez estemos en zonas de gran reversión para tomar una decisión de compra o venta.
En segunda instancia, el algoritmo utiliza un cálculo fundamental y preciso ya que Nos muestra los soportes y resistencias más importantes del activo, que observamos de dos maneras en el gráfico. Primero, están representados en un bloque azul los soportes y en un bloque rojo las resistencias. Estos también se agrupan en una tabla por orden de importancia por defecto en los últimos 5 días, aunque estos cálculos los podremos modificar de acuerdo a nuestras necesidades en la configuración del indicador.
adicional nuestro algoritmo realiza un cálculo especial de un kernel cuadrático racional, que estima la función de regresión del precio. Esto nos proporciona una idea clara de hacia dónde va el precio del activo y su tendencia. Este canal siempre está calculado y trabajando de manera óptima dentro del otro canal de "altos mas altos " y "bajos mas bajos" que revisamos hace unos momentos, y que nos brinda una visión macro del precio.
Ahora bien, el algoritmo utiliza este último micro canal cuadrático para darnos algunas señales de reversión dentro de este mismo micro canal que pueden ser aprovechadas por nosotros para hacer entradas precisas y del tipo scalping. Considerando lo siguiente, como visualizamos en el gráfico:
Primero, explicaremos las señales de Reversión en la parte alta de nuestro micro canal cuadrático, se genera la primera señal automatizada que observaremos como Reversión y está representada con un paracaidista. Esto ocurre cuando el precio rompe el micro canal alto, y esperamos que se genere un pullback del precio. Un consejo: si estamos en un área de resistencia, el precio tendrá más fuerza para regresar a la zona del micro canal, lo que nos permitirá tomar una posición corta.
Por otro lado, como observamos en el gráfico, la misma señal de reversión representada por una avioneta se genera cuando hay una ruptura del precio hacia abajo del micro canal, lo que nos hace esperar un pullback de retorno al canal. En caso de que estemos en una zona dentro del soporte, el retorno del precio tomará más fuerza, permitiéndonos obtener una entrada larga.
Como vemos en el gráfico, tenemos otros dos tipos de señales con cálculos muy complejos que el algoritmo detecta, avisándonos sobre las reversiones del precio. Los primeros patrones de reversión se muestran visualmente como banderas moradas y verdes y se ejecutan cuando hay un cambio en la estructura del precio y se confirma la reversión del precio dentro del micro canal. Esto nos permite tener operaciones de compra y venta. Las segundas señales se muestran visualmente como Bear Pattern y Bull Pattern, confirmando un patrón cuando el precio no vuelve a caer (para alcistas) o subir (para bajistas) por debajo o por encima de un nivel específico después de detectar el "gancho". Esto está explicado de manera sutil, ya que el cálculo es muy complejo, pero la efectividad de estas reversiones es impresionante para trabajar con pullbacks dentro del micro canal.
ahora bien vamos a explicar como se genera la gran señal por confluencias por todos los calculos algoritmicos del indicador:
primero la señal de compra se generá Cuando observamos que el Canal Cuadrático cruza hacia abajo nuestro Canal de bajos mas bajos, es decir ahora hay un cruce entre canales y al mismo tiempo nos encontramos en una Zona de Soporte, en este momento al cumplirse estas tres confluencias nos enviará la alerta de compra que observamos visualmente como un cumulo de billetes.
asi mismo para la venta se generá Cuando observamos que el Canal Cuadrático cruza hacia arriba nuestro Canal de altos mas altos, es decir ahora hay un cruce entre canales y al mismo tiempo nos encontramos en una Zona de Resistencia, en este momento al cumplirse estas tres confluencias nos enviará la alerta de venta que observamos visualmente como una explosión.
estas grandes señales por confluencia suelen ser del tipo day trading ya que se ejecutarán en un gran movimiento.
Todos nuestros indicadores cuentan con dos tipos de alertas para automatizar nuestro trading. El primer tipo de alerta nos avisará en nuestros dispositivos cuando ocurra alguna señal en el grafico y que sea de nuestro interes previamente configurada por nosotros.
La segunda está configurada para que nuestros indicadores trabajen para nosotros sin necesidad de estar presentes en el gráfico, esto con una programacion especial dentro del codigo del indicador y que hará por nosotros compras y ventas automáticas en nuestro Exchange de preferencia mediante una alerta configurada para el bot 3Commas, solo bastará con que pongamos nuestro numero de Bot o Bot ID que da el provedoor de 3Commas y lo insertemos en la alerta, todos los indicadores premium tienen en su configuracion una explicacion que te indicará detalladamente donde poner tus Bot ID.
WinAlgo V1"WinAlgo" Product Description:
The indicator quickly identifies market trends with visual buy/sell alerts on the chart.
Accurate Buy Sell indicator Signal
Script work on our try and tested algorithm and provide you buy and sell indicator signals
Hama Trend based on volume
Trend changes based on asset rate and volume it's nominated as the best trend reversal indicator.
Auto Support and Resistance Lines
The purpose of technical indicators is to help with your timing decisions to buy or sell. Optimistically, the signals are clear and unequivocal.
Trend Lines for dual confirmation
A popular buying and selling indicator that is useful for predicting trend reversals is used using stochastic trends.
HAMA
HAMA basically stands for Heiken Ashi Moving Average. This indicator is a trend-following indicator that helps traders identify the general direction of the trend over the mid-term.
The Heiken Ashi Moving Average is a modified version of the Heiken Ashi Smoothed indicator. Still, the two indicators share almost the same qualities. The Heiken Ashi Smoothed indicator is based on an Exponential Moving Average ( EMA ), while the HAMA indicator is also based on a moving average. Both indicators are geared towards identifying the mid-term trend and both indicators tend to produce accurate signals with very few false signals. This allows traders to stay with the trend until it loses steam. The difference is only that the HAMA indicator has no wicks, while the Heiken Ashi Smoothed indicator has wicks.
Our WinAlgo Indicator combines various exponential moving averages and RSI in order to deliver an early entry to a buy or sell trend. The indicator also has a red and green line in order to identify better the entry. The different color ranges of the candles make you also visualize better the trend. The dark red candles, for example, can announce an early reversal bullish signal.
The indicator is useful on any timeframe available on TradingView, even for 5-minute scalping.
Use Our WinAlgo Adx Indicator to get a confirmation of Buy and Sell Signals.
Disclaimer: Trading and investing in the stock market and cryptocurrencies involves a substantial risk of loss and is not suitable for every investor. The content covered in this video is NOT to be considered investment advice. I’m NOT a financial adviser. All trading strategies are used at your own risk.
Good For Scalping With Sensibility Adjustment.
a custom technical indicator named "WinAlgo". The indicator aims to provide a simple, yet effective way to analyze price trends and generate trading signals based on the filtered price of an asset.
It starts by defining various inputs, such as the source of the price data (default is close price), the sampling period, and the range multiplier. These inputs can be adjusted by the user in the chart interface.
Next, the script calculates a smoothed average range, which acts as the basis for determining a range filter. The range filter is then applied to the price data and the resulting filtered price is plotted on the chart.
The script also calculates upward and downward trend lengths, which are used to determine the direction of the trend and to color the chart bars. The filtered price, along with the high and low target bands, are then plotted on the chart. The high and low target bands are defined as the filtered price plus or minus the smoothed average range.
Finally, the script includes conditions for detecting long (buy) and short (sell) trades, based on the filtered price crossing above or below the target bands. If a long or short trade is detected, the script will generate a visual alert on the chart and trigger an alert message.
In summary, the "WinAlgo" indicator is a combination of a range filter and a trade signal generator, designed to help traders identify trend changes and make buy/sell decisions based on these changes.
[VDB]TrendScalp-FractalBox-3EMAThere are many indicators with William’s Fractal and Alligator. As many use EMA’s it may be useful to define a 3-EMA ribbon and combining Fractal Levels/Box (filling background between top and bottom fractals) for trend scalping. I searched for this kind of indicator in community – some show fractals, some just levels, some with alligator etc. but couldn't find the one needed. Hence thought of this indicator which may be of interest to other users too.
Key Points:
EMA ribbon is created using 3 EMA’s 35/70/105. Users can change these as per their preference. This is used for trend identification – 1. Bullish bias if Price > EMA1 > EMA2 > EMA3. 2. Bearish bias if Price < EMA1 < EMA2 < EMA3.
Background is marked during crossing of EMA1 and EMA2 to alert possible trend change.
5-bar fractals are used to mark the Fractal levels and background between top and bottom fractals are filled to create a Fractal Box.
Fractal levels are marked only when the fractal formation is complete. Given offset is used this is lagging.
How to Use:
Sloping EMA ribbon is used for identifying the trend.
Fractal box break-out/ break-downs are used to trigger the trade with fractal high/low for entry/SL. Waiting for price contraction towards EMA ribbon resulting in smaller boxes is key to initiate trade. Avoid bigger boxes as SL’s will be big and price may move within. To draw the vertical lines of FractalBox change fractal level0 style to step-line.
This indicator combined with the cycle high/low (overbought/oversold) indicators such as CCI/Stochastic/RSI etc. can make it a good trend scalping setup while trading in the direction of momentum in higher timeframe.
This setup could be used for any timeframes. Do your back-testing before using it in live market.
This indicator was achieved by combing some fractal ideas from “Fractal and Alligator Alerts by JustUncleL”
DISCLAIMER : This indicator has been created for educational reference only and do not constitute investment advice. This indicator should not be relied upon as a substitute for extensive independent market research before making your actual trading decisions. Market data or any other content is subject to change at any time without notice. Liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from use of this indicator is accountability of user using it.
AJ Scalp Reversal Tops and Bottoms IndicatorReuploaded after TV took it down.
A free scalping reversal, top and bottom indicator. It prints signals in real time, and should be used for scalping.
Following candle will usually always follow the signal but from there closer management is required.
This script uses RSI, Volume, OBV, Pivots and a few more indicators to calculate the signals.
Use alongside other indicators and price action analysis for best results.
Only use on time frames above 1H, otherwise the signals fire too frequently.
*These signals are different compared to other scripts created by me
Average Band by HarmanUsually, Moving Averages (Simple & Exponential) consider "close" of each candle to form a line for a particular period. In this indicator, we have considered all the parameters (Open, Close, Low & High) of each candle to form a Band or a wave which act as a zone to provide support & resistance. It works well on all the time frames. It perfectly works on lower time frames of 15 min & 5 min for intraday trades and even for scalping. There is a line that moves very near to candles known as "Candle Line" provide support & resistance to each individual candle and a leading line which moves ahead also acts as support & resistance and helps in determining trend direction.
How to use the indicator ?
Indicator consists of 3 components :
1) A Band or wave of 3 lines (upper, middle & lower line)
2) A "Candle Line" which moves along with the candles
3) A Leading line which moves ahead of the candles
Method 1 : When candles are being formed above the candle line (line near to candles) and it crosses the band or wave from below to upside, then long trade can be initiated. Similarly, When candles are being formed below the Candle line and it crosses the band or wave from upside then short trade can be initiated. Stop loss can be maintained below the band for Long trade and above the band for short trade. Candle line can be used to trail the stop loss.
Method 2: If candles moves above and below of the band very often and frequently and candle line is in the middle of candles then it is NO TRADING ZONE. If you still want to trade, then select a higher time frame and check the price movement. If there is a stability in the higher time frame, then take the trade in the higher timeframe with stable movement.
Method 3 : Candle line acts as "First line of Defence". In a uptrend, all the candles are formed above the candle line and in case of down trend, all the candles are formed below the candle line. When a newly formed candle cross the candle line then you can book profit. For Example : In uptrend , candles are being formed above the line, when a new candle started forming below the line and when the complete candle is formed below the line, profit can be booked. Vice-versa in case of downtrend.
Method 4: Direction of leading line, band and candle line helps in determining the trend. If all these three components are in upward direction, price trend is upward and if all these three components are in downward direction, then price trend is downward. When, leading line and band cross each other from opposite direction for consecutive 2-3 times, then price movement is sideways.
Method 5 : Thickness of band play an important role in determining price action. If band is narrow, it means small candles are being formed and no any huge price movement is observed in this period. When band started expanding, it signifies that big candles are begin to form and there is a more price movement than before. Similarly, If contraction of band started, it means that small candles are being formed and there is low price movement as compared to the price movement when Band was expanded. If Band is expanded (wider) and volumes are high, It means the Band will act as strong Support or Resistance than usual. In case, candles and candle line cross the expanded Band, you can enter the Long or Short trade.
Method 6: When the Band, leading line and candle line collides or meet at a single point, then it is either strong support or resistance.
Method 7 : Usage in Scalping : Select the shorter time frame of 1 min or 5 min. If the candles are crossing the band very frequently in 1 min, then select 5 min time frame or wait for few minutes for stability. Now, when candles started forming above the candle line and it crosses the band from below then take a long position and book profit after few candles above the band. Place stop loss below the Band. Similarly, when candles started forming below the candle line and it crosses the band from above, then enter into short trade and book profit after few candles. Place stop loss above the band in the case of short trade.
You can combine above methods to give a sharp edge to your trade and increase the probability of your winning in the trade.
Indicator Settings : Default period selected is 50 for both the Band and leading line. You can change the period to 26 or 100 or 200. Select the period and check the chart, if the indicator looks fine and smooth, then you can use your settings. For most of the time, default settings work perfectly.
Proudly Developed by :
Harmandeep Singh
Graduate in Computer Science with Physics & Mathematics
MBA in Business Marketing and Finance
Experienced Computer programmer & Software developer
Stock Market & Crypto Trader
[blackcat] L3 Bias ScalperLevel: 3
Background
Bias alone is a powerful tool for trading. I use SMA3, SMA10, SMA20, SMA30 to cover short and middle term of the trend for scalping. Multiple biases can be introduced for long and short entries.
Function
Use SMAs and biases for scalping with whale move alert (banker fund flow detection)
Key Signal
buy --> entry signal for long
strongbuy --> entry signal for long
add --> buy more or re-entry signal for long
reduce --> partial exit for long
exit --> complete exit for long
sell --> short entry signal
whalemove --> banker fund move detection
Pros and Cons
This script provides entry signal together with whale detection by bias algorithms, you can use whale move to predict next move of trend in large time frame. However, trading signal should be further filtered out for more precise entry signal.
Remarks
At beginning, I want to make it simple and it looks very complex at the end...
Readme
In real life, I am a prolific inventor. I have successfully applied for more than 60 international and regional patents in the past 12 years. But in the past two years or so, I have tried to transfer my creativity to the development of trading strategies. Tradingview is the ideal platform for me. I am selecting and contributing some of the hundreds of scripts to publish in Tradingview community. Welcome everyone to interact with me to discuss these interesting pine scripts.
The scripts posted are categorized into 5 levels according to my efforts or manhours put into these works.
Level 1 : interesting script snippets or distinctive improvement from classic indicators or strategy. Level 1 scripts can usually appear in more complex indicators as a function module or element.
Level 2 : composite indicator/strategy. By selecting or combining several independent or dependent functions or sub indicators in proper way, the composite script exhibits a resonance phenomenon which can filter out noise or fake trading signal to enhance trading confidence level.
Level 3 : comprehensive indicator/strategy. They are simple trading systems based on my strategies. They are commonly containing several or all of entry signal, close signal, stop loss, take profit, re-entry, risk management, and position sizing techniques. Even some interesting fundamental and mass psychological aspects are incorporated.
Level 4 : script snippets or functions that do not disclose source code. Interesting element that can reveal market laws and work as raw material for indicators and strategies. If you find Level 1~2 scripts are helpful, Level 4 is a private version that took me far more efforts to develop.
Level 5 : indicator/strategy that do not disclose source code. private version of Level 3 script with my accumulated script processing skills or a large number of custom functions. I had a private function library built in past two years. Level 5 scripts use many of them to achieve private trading strategy.
NIKI MS MCXThis indicator is designed specifically for commodity trading. It is more suited to scalping and intraday trading. It will work only on the 15 minute chart. From the indicator setting we can display the target and stop loss. Algorithm trading can be done by setting an alarm. The alarm LE represents long entry and the LX long entry exit. SE represents short entry and SX represents shrot entry exit. There is provision in the settings to maintain the risk reward ratio. The configuration window also contains a condition for setting intraday-timing. The indicator will display the alarm only for the selected time period.The RE:LE and RE: SE represents the re entry positions. The thicker trendline will act like support for uptrend and resistance for downtrend. The smaller trendline will indicates the small changes in the trend and suitable for scalping.
KS Profit TrendStrategy for KS Profit Trend indicator
ATTENTION !!!
Work on the KS Profit Trend indicator is carried out only on the timeframe of 15 minutes!
You do not need to try to trade on other periods.
The transaction can last from one hour to four days.
On average, about 10-15 main UP/DOWN signals are received per month. You can also use strategies 2 and 4 throughout the entire trading period.
This script is based on the work of Fibonacci levels, candle analysis, moving averages, as well as the concept of searching for reversal trend formations along the average lines of resistance and support.
You can trade using four strategies:
Strategy 1. Trade according to the signals.
Open a short / long position after fixing the down/Up signal candle. We place take profit and stop loss orders at the levels indicated by the indicator. You can also configure the TP and SL parameters yourself, depending on the individual risk management. Optimal settings are made for BTC and ETH. For other trading pairs, you can adjust the values yourself to get the best result. The reverse signal serves as a notification of a trend change.
Strategy 2. Trade by support and resistance levels.
After the signal appears, we place pending orders. The first order is placed on the Central border. The second order, depending on the trend direction (short/long position), is placed at the High Bound/Lower Bound levels. The reverse signal serves as a notification of a trend change.
Strategy 3. Trading combines Strategy 1 and Strategy 2.
Strategy 4. Trade in quick scalping mode.
It is possible to leave only the Trend line and Attention signals enabled for scalping.
In the script settings, you can specify:
1. Whether to display the value of the Attention signal.
2. Choose fast trading (recommended for ETH) or slow trading (recommended for BTC and low-volatility trading pairs).
Attention!!! You must have only two consent symbols either on fast signals and fast plot levels or on slow signs and slow plot levels.
3. Whether to display the levels of Take profit and Stop loss.
4. Whether to display the Trend line
This script is optimally configured for trading ETH and BTC, as well as suitable for any exchange and any assets.
As an example, screenshots of the trading session on the Moscow exchange in the form of Sberbank shares and FOREX.com as a eur / usd pair.
You can choose which trading mode to use for any selected trading pair and any exchange (fast or slow), depending on the style of the trading process.
For all questions regarding the indicator operation, as well as the provision of the KS Profit Trend trial period, you can contact @KalinkaSV in Telegram.
Стратегия для индикатора KS Profit Trend.
ВНИМАНИЕ!!!
Работа по индикатору KS Profit Trend ведётся только на таймфрейме 15 минут !
Не нужно пытаться торговать на других периодах.
Сделка может длиться от часа до четырёх дней. В среднем за месяц получается около 10-15 основных сигналов UP/DOWN.
Так же работать по стратегии 2 и 4 можно на протяжении всего торгового периода.
Данный скрипт основан на работе уровней Фибоначчи, скользящих средних, свечного анализа, а также концепции поиска разворотных трендовых формаций по уровням сопротивления и поддержки.
Вы можете торговать по четырём стратегиям:
Стратегия 1. Торговля по сигналам.
Открываем короткую/длинную позицию после закрепления сигнальной свечи Down/Up.
Размещаем ордера тейк-профита и стоп-лосса на указанных индикатором уровнях.
Так же вы можете самостоятельно настроить параметры TP и SL в зависимости от индивидуального риск-менеджмента.
Оптимально произведены настройки для BTC и ETH.
По остальным торговым парам можно самостоятельно корректировать значения для получения максимального результата.
Обратный сигнал служит оповещением о смене тренда.
Стратегия 2. Торговля по уровням поддержки и сопротивления.
После появления сигнала размещаем отложенные ордера. Первый ордер размещаем на Central border.
Второй ордер в зависимости от направления тренда (короткая/длинная позиция) размещаем на уровнях High Bound/Lower Bound.
Обратный сигнал служит оповещением о смене тренда.
Стратегия 3. Торговля совмещает в себе Стратегию 1 и Стратегию 2.
Стратегия 4. Торговля в режиме быстрого скальпинга.
Возможно для скальпинга оставить включенными для отображения только Трендовую линию и сигналы Attention.
В настройках скрипта вы можете указать:
1. Следует ли отображать значения сигнала Внимание.
2. Выбрать быструю торговлю (рекомендовано для ETH и высоковолатильных торговых пар) или медленную торговлю (рекомендовано для BTC и низковолатильных торговых пар).
Внимание! У вас должно быть только два символа согласия либо на fast signals и fast plot levels либо на slow signals и slow plot levels.
3. Отображать ли уровни Тейк-профита и Стоп-лосса.
4. Отображать ли Трендовую линию.
Данный скрипт оптимально настроен на торговлю ETH и BTC, а так же подходит для любой биржи и любых активов.
Как пример представлены скриншоты торговой сессии по Московской бирже в виде акций Сбербанка, и FOREX.com в виде пары eur/usd.
Вы сами выбирается какой режим торговли использовать для любой выбранной торговой пары и любой биржи (быстрый или медленный) в зависимости от стиля торгового процесса.
По всем вопросам касаемо работы индикатора, а так же предоставления пробного периода KS Profit Trend, можно обратиться в Телеграмм к @KalinkaSV
PT High Low Version 1.0 of our PT High Low indicator helps create a visual for the Daily, Weekly, Monthly & Yearly range. These levels will give you an idea of where the price can react if reached. Consider them pivotal areas. We included a toggle that will help you go between the candle's High/Low to the candle's Open/Close. Both features are unique when scalping & swinging. The High/Low will paint a beautiful visual for your day to day trading & the Open/Close will help you determine where price maxed opened & closed for that specified timeframe.
Strategy:
Price tends to gravitate between the Daily level when playing intraday scalps. If playing the weekly, you want to be above the weekly pivot to punt longs & under the weekly level to punt shorts. More likely than not, when the price hits a monthly or yearly level, we get a noticeable reaction off it.
This Oscillator was built around our buy sell indicator & it is used on all time frames for swinging & scalping. It is included as part of the library. Just message us for access!
PT TMA BandsVersion 1.0 of our TMA Bands is a visual of areas of interest. The purpose of this indicator is to determine where the price will likely bounce or reject. When an asset is ranging, it very well respects the neutral (middle) zone. The highest RR trade setups are when the price goes from one end of the bands to another.
The bands included are of an ATR multiplier based on multiple moving averages. Each moving average has a unique feature that offers a high probability reaction when price gravitates towards it. We have color-coordinated the bands into three zones. The Main zone being the middle area where the asset tends to play ping pong & range, Top zone, which offers the best RR for shorts & the bottom zone, which provides the best RR for longs.
Strategy:
When scalping or swinging, always look for shorts close to the red zone as possible with a stop loss above the red band. When longing, always look for longs close to the green zone area with a stop loss below the green band. Anything in orange is a neutral zone, which will confirm the asset is more than likely ranging. I don’t advise taking trades in that zone unless you have solid risk management. When playing the macros, H12+ always look for price to find support at the orange (middle) band before deciding on a shift in trend. If the asset breaks down from the orange (middle) band, you usually get a retest of that band before further downside. Also, something to consider, if you punt longs at the green zone, you want to target the orange (middle) band. If you punt shorts at the red zone, you want to target the orange (middle) band. I usually take 70% off at the middle band & let the rest run if ultimately end up in the opposite zone.
This Oscillator is best with the buy/sell signals we provide. It offers extra confluence with stop loss & targets. I enjoy using it on all time frames for swinging & scalping. It is included as part of the library. Just message us for access!
PT LiquidityVersion 1.0 of our Liquidity indicator helps determine areas where price might gravitate to fill liquidations. We have six levels of interest, broken down into three levels for shorts (highlighted in red) & three levels for longs (highlighted in green). Each level is labeled 25x, 50x, 100x. We added a cloud for a visual to assist in short/long liquidation zones. You want to be taking short setups at the top of the cloud when shorts get squeezed & taking long setups at the bottom of the cloud when longs get squeezed. The indicator has a proprietary formula that allows the levels to change based on volume and time frames. The levels are generated in real-time with a rolling VWMA.
Strategy:
If you are scalping, price tends to ping pong between the 50x & 100x longs (green) to 50x & 100x shorts (red). If we shift outside that zone, consider the trend to have changed. Look at a higher time frame (12h+) for trend direction. Price usually reverses when the daily takes all three liquidation levels. You want to see a strong reaction (wick) once we tap that last liquidation level.
This Oscillator was built around our buy sell indicator & it is used on all time frames for swinging & scalping. It is included as part of the library. Just message us for access!
Camelback-IndikatorDer Camelback-Indikator stammt von Joe Ross. Er beinhaltet zwei einfache gleitende Durchschnitte mit 40 Perioden und einen exponentiellen gleitenden Durchschnitt mit 15 Perioden.
Sobald wir mit Preisbalken arbeiten, die vollständig unterhalb des MA40-Kanals liegen, versuchen wir einen Ausbruch durch das Tief des Balkens zu verkaufen, der das lokale Hoch macht. Mit dem lokalen Hoch ist das Hoch einer geringfügigen Korrektur außerhalb des MA40-Kanals gemeint.
Sobald wir mit Preisbalken arbeiten, die vollständig oberhalb des MA40-Kanals liegen, versuchen wir einen Ausbruch durch das Hoch des Balkens zu kaufen, der das lokale Tief macht. Mit dem lokalen Tief ist das Tief einer geringfügigen Korrektur außerhalb des Kanals gemeint.
Was wir hier tun, kann als Scalping bezeichnet werden. Das Skalieren des längerfristigen Charts mit kurzfristigen Handelstechniken ist eine großartige Möglichkeit, um die Art von Aktion zu handeln, die wir in diesen Charts sehen.
Der Camelback-Indikator kann auch zum scannen von Aktiemärkten benutzt werden.
Der Indikator beinhaltet neben der Camelback-Funktion außerdem noch einen einfachen gleitentenden Durchschnitt mit 200 Perioden, zwei einfache gleitentende Durchschnitte (im script short-term genannt) mit einstellbarer Periodendauer, einer davon angewendet auf Hochs, bei dem anderen kann die Anwendung der Quelle eingestellt werden. Bei beiden ist ein Offset einstellbar.
The Camelback indicator is from Joe Ross. It includes two simple moving averages with 40 periods and an exponential moving average with 15 periods.
Once we are working with price bars that are completely below the MA40 channel, we try to sell a breakout through the low of the bar which makes the local high. By the local high is meant the high of a minor correction outside of the MA40 channel.
Once we are working with price bars that are completely above the MA40 channel, we try to buy a breakout through the high of the bar which makes the local low. By the local low we mean the low of a minor correction outside the channel.
What we are doing here can be called scalping. Scaling the longer term chart with short term trading techniques is a great way to trade for the kind of action we see on these charts.
The Camelback indicator can also be used to scan stock markets.
In addition to the Camelback function, the indicator also includes a simple moving average with 200 periods, two simple moving averages (called short-term in the script) with adjustable period duration, one of which is applied to highs, the other can be used to set the source . An offset can be set for both.
Quantum Trend MonitorCurrency pairs never go up or down in a straight line. They rise and fall constantly, creating pullbacks and reversals. And with each rise and fall, so your emotions rise and fall. Hope, then fear, then hope again. This is when the market will try to frighten you out of a strong position. It is when you are most vulnerable.
But not if you have the Quantum Trend Monitor. And here, you get two indicators for the price of one!
The Quantum Trend Monitor has been designed to absorb these temporary pauses and pullbacks. It analyses the price action, and only changes to a transitional color of dark red or dark blue, if the trend is showing a temporary sign of weakness. If it is a true change in trend direction, the indicator will change to a bright color, as the new trend develops.
In other words, the Quantum Trend Monitor, does just that. It monitors the strength of the trend. This is displayed as a solid horizontal bar at the bottom of the screen. The trend monitor works in conjunction with the Quantum Trends indicator, helping to keep you in – guess what – the trend. One of the hardest things to do in trading. But, with the Quantum Trend Monitor, it’s a breeze. We call it, ‘the profit generator’, as that’s exactly what it is. It will help you hold any position for longer periods, maximising your profits. No more closing out early and suffering from trader regret. No more emotional trading decision. Just watch your Quantum Trend Monitor, which….. monitors it for you.
The Quantum Trend Monitor displays four colours at the bottom of the screen as a solid bar:
Bright blue – strongly bullish trend
Bright red – strongly bearish trend
Dark blue – weakness in trend
Dark red – weakness in trend
First, the Quantum Trends indicator alerts you to a possible new trend. If the trend is strong, the Quantum Trend Monitor will change to either bright blue or bright red, supporting the Trends indicator as the trend develops.
Used in conjunction with a multiple time frame approach, it is the indicator which will really make ‘the trend your friend’. Now you will be able to monitor the trends in multiple timeframes in real time, reducing risk, improving returns, and increasing your overall profitability.
The Quantum Trends create the signal, its sister indicator the Quantum Trend Monitor then kicks in. Together, these two indicators provide you with the perfect tools to manage your position. No more fear, no more doubt, no more uncertainty. Watch your trading account grow, as you allow your profits to run – with confidence!
And guess what – it doesn’t end there.
Remember we said you get two indicators for the price of one here! Well, to help you further, the Quantum Trend Monitor comes with its own unique trend line, which gives you a further ‘heads up’ on the trend. For clarity and simplicity, this indicator overlays the Quantum Trend Monitor and appears as a yellow line. The line chart shows the momentum of the trend and works as follows:
If the yellow trend line is above the zero line, there is a bullish trend in place
If the yellow trend line is below the zero line, there is a bearish trend in place
When the yellow trend line crosses the zero line, the trend has reversed
The further the yellow trend line gets from the zero line, the greater the strength and momentum of the trend
As the old saying goes – two heads are better than one. Here we could say – two indicators are better than one. Now with the Quantum Trend Monitor and the yellow trend line, you have a complete picture of the trend. Staying in and maximising your profits has never been easier.
And finally.. this is the next generation of TradingView indicators and virtually all our indicators can be configured to suit your own trading style. Why? Well, you buy everything else to suit you and your personality – from clothes to cars – so why not trading indicators? After all, as a scalping forex trader you will have different requirements to a swing or trend trader. You wouldn’t buy clothes that don’t fit, so why put up with indicators that cannot be configured. Simple.
One size fits all does not apply – in our view!
So, just like our other indicators, the Quantum Trend Monitor can be ‘tweaked’ to suit your trading style – the benefits are self-evident. Your trading consistency and profits will improve. After all, you are now using tools matched to the job. Precision trading requires precision tools and fine tuning. Don’t make do with second best.
With the Quantum Trend Monitor, you are in control. Just like the volume control on your radio, you adjust the sensitivity of the indicator to suit your trading style. Turning up the sensitivity a little alerts you earlier to periods of congestion – important if you are purely scalping. Turn it down a little, and this will smooth out these phases and keep you in those longer term trends for maximum profits.
The two indicators work in all timeframes.
Getting in is easy – staying in is hard. With the Quantum Trend Monitor and the associated trend line, staying in becomes easy too!
Quantum Momentum FusionPurpose of the Indicator
"Quantum Momentum Fusion" aims to combine the strengths of RSI (Relative Strength Index) and Williams %R to create a hybrid momentum indicator tailored for volatile markets like crypto:
RSI: Measures the strength of price changes, great for understanding trend stability but can sometimes lag.
Williams %R: Assesses the position of the price relative to the highest and lowest levels over a period, offering faster responses but sensitive to noise.
Combination: By blending these two indicators with a weighted average (default 50%-50%), we achieve both speed and reliability.
Additionally, we use the indicator’s own SMA (Simple Moving Average) crossovers to filter out noise and generate more meaningful signals. The goal is to craft a simple yet effective tool, especially for short-term trading like scalping.
How Signals Are Generated
The indicator produces signals as follows:
Calculations:
RSI: Standard 14-period RSI based on closing prices.
Williams %R: Calculated over 14 periods using the highest high and lowest low, then normalized to a 0-100 scale.
Quantum Fusion: A weighted average of RSI and Williams %R (e.g., 50% RSI + 50% Williams %R).
Fusion SMA: 5-period Simple Moving Average of Quantum Fusion.
Signal Conditions:
Overbought Signal (Red Background):
Quantum Fusion crosses below Fusion SMA (indicating weakening momentum).
And Quantum Fusion is above 70 (in the overbought zone).
This is a sell signal.
Oversold Signal (Green Background):
Quantum Fusion crosses above Fusion SMA (indicating strengthening momentum).
And Quantum Fusion is below 30 (in the oversold zone).
This is a buy signal.
Filtering:
The background only changes color during crossovers, reducing “fake” signals.
The 70 and 30 thresholds ensure signals trigger only in extreme conditions.
On the chart:
Purple line: Quantum Fusion.
Yellow line: Fusion SMA.
Red background: Sell signal (overbought confirmation).
Green background: Buy signal (oversold confirmation).
Overall Assessment
This indicator can be a fast-reacting tool for scalping. However:
Volatility Warning: Sudden crypto pumps/dumps can disrupt signals.
Confirmation: Pair it with price action (candlestick patterns) or another indicator (e.g., volume) for validation.
Timeframe: Works best on 1-5 minute charts.
Suggested Settings for Long Timeframes
Here’s a practical configuration for, say, a 4-hour chart:
RSI Period: 20
Williams %R Period: 20
RSI Weight: 60%
Williams %R Weight: 40% (automatically calculated as 100 - RSI Weight)
SMA Period: 15
Overbought Level: 75
Oversold Level: 25
Bogdan Ciocoiu - Sniper EntryWhat is Sniper Entry
Sniper Entry is a set indicator that encapsulates a collection of pre-configured scripts using specific variables that enable users to extract signals by interpreting market behaviour quickly, suitable for 1-3min scalping. This instrument is a tool that acts as a confluence for traders to make decisions concerning current market conditions. This indicator does not apply solely to an asset.
What Sniper Entry is not
Sniper Entry is not interpreting fundamental analysis and will also not be providing out of box market signals. Instead, it will provide a collection of integrated and significantly improved open-source subscripts designed to help traders speculate on market trends. Traders must apply their strategies and configure Sniper Entry accordingly to maximise the script's output.
Originality and usefulness
The collection of subscripts encapsulated in this tool makes it unique in the Trading View ecosystem. This indicator enables traders to consider entry positions or exit positions by comparing similar algorithms at once.
Its usefulness also emerges from the unique configurations embedded in the indicator's settings, which are different from those of the original scripts.
This indicator's originality is also reflected in how its modules are integrated, including the integration of the settings.
Open-source reuse
I used the following open-source resources, which I simplified significantly and pre-configured for short term scalping. The source codes for the below are already in the public domain, including the following links listed below.
www.tradingview.com (open source)
(open source and generic algorithm)
www.tradingview.com (open source)
(open source)
(open source)
www.tradingview.com (generic MA algorithm and open source)
(generic VWAP algorithm and open source)
sniperbitrader4.0Saludos traders!
El sniperbitrader te proporciona información precisa para que realices tu estrategia en Bitmex, una vez ubiques las liquidaciones 100X ,50X, 25X podrás poner tus ordenes y obtener beneficios en scalping.
Notese la linea blanca (base) donde obtenemos la informacion del precio donde mas comercio se ha realizado.
recomiendo usarlo en la temporalidad de 5 min, coloca tu orden Long o Short en los valores de liquidación y usa ordenes stop limit medio dolar por encima de la orden si es Short, o medio dolar por debajo si es Long, para que se ejecute la compra o venta de forma automática , según sea el caso.
Como siempre su servidor bitrader4.0 , formando traders de exito , un abrazo!
Greetings traders!
The sniperbitrader provides you with precise information so that you can carry out your strategy in Bitmex, once you locate the 100X, 50X, 25X settlements you can place your orders and obtain benefits in scalping.
Note the white line (base) where we obtain the price information where more trade has been done.
I recommend using it in the 5-minute period, place your Long or Short order in the settlement values and use stop limit orders half dollar over the order if it is Short, or half dollar below if it is Long, so that the purchase or sale automatically, as the case may be.
As always your server bitrader4.0, forming successful traders, a hug!
Super IndicatorOverview of the Combined Indicator
This combined indicator leverages three major technical analysis tools:
Bollinger Bands
Linear Regression Channels
Scalping Strategy Indicators (RSI, MACD, SMA)
Each of these tools provides unique insights into market conditions, and their integration offers a comprehensive view of price movements, trends, and potential trading signals.
1. Bollinger Bands
Purpose:
Bollinger Bands are used to measure market volatility and identify overbought or oversold conditions.
Components:
Basis (Middle Band): Typically a 20-period Simple Moving Average (SMA).
Upper Band: Basis + (2 * Standard Deviation).
Lower Band: Basis - (2 * Standard Deviation).
Why They Complement:
Bollinger Bands expand and contract based on market volatility. When the bands are narrow, it indicates low volatility and potential for a significant move. Wide bands indicate high volatility. This helps traders gauge the strength of market moves and potential reversals.
2. Linear Regression Channels
Purpose:
Linear Regression Channels identify the overall trend direction and measure deviation from the mean price over a specific period.
Components:
Middle Line (Linear Regression Line): The line of best fit through the price data over a specified period.
Upper and Lower Lines: Channels created by adding/subtracting a multiple of the standard deviation or another deviation measure from the regression line.
Why They Complement:
Linear Regression Channels provide a clear visual representation of the trend direction and the range within which prices typically fluctuate. This can help traders identify trend continuations and reversals, making it easier to spot entry and exit points.
3. Scalping Strategy Indicators
Purpose:
The RSI, MACD, and SMA are used to generate short-term buy and sell signals, which are essential for scalping strategies aimed at capturing quick profits from small price movements.
Components:
RSI (Relative Strength Index): Measures the speed and change of price movements, typically over 14 periods. It helps identify overbought and oversold conditions.
MACD (Moving Average Convergence Divergence): Consists of the MACD line, Signal line, and histogram. It helps identify changes in the strength, direction, momentum, and duration of a trend.
SMA (Simple Moving Average): The average price over a specified period, used to smooth out price data and identify trends.
Why They Complement:
These indicators provide short-term signals that can confirm or refute the signals given by Bollinger Bands and Linear Regression Channels. For example, a buy signal might be more reliable if the price is near the lower Bollinger Band and the MACD crosses above its signal line.
How They Work Together
Scenario 1: Confirming Trend Continuations
Bollinger Bands: Price staying near the upper band suggests a strong uptrend.
Linear Regression Channels: Price staying above the middle line confirms the uptrend.
5-Minute Scalping Strategy: RSI not in overbought territory, and MACD showing bullish momentum confirms continuation.
Scenario 2: Identifying Reversals
Bollinger Bands: Price touching or moving outside the lower band suggests oversold conditions.
Linear Regression Channels: Price at the lower channel line indicates potential support.
5-Minute Scalping Strategy: RSI in oversold territory, and MACD showing a bullish crossover indicates a reversal.
Scenario 3: Volatility Breakouts
Bollinger Bands: Bands contracting indicates low volatility and potential breakout.
Linear Regression Channels: Price moving away from the middle line signals potential breakout direction.
Scalping Strategy: MACD and RSI confirming the breakout direction for entry.
Input Parameters:
Define settings for Bollinger Bands, Linear Regression Channels, and the scalping strategy.
Allow users to customize lengths, multipliers, and colors.
Bollinger Bands Calculation:
Calculate the basis (SMA) and standard deviation.
Derive the upper and lower bands from the basis and standard deviation.
Linear Regression Channel Calculation:
Compute the slope, average, and intercept of the linear regression line.
Calculate deviations to plot upper and lower channel lines.
5-Minute Scalping Strategy:
Calculate RSI, MACD, and SMA for short-term trend analysis.
Define buy and sell conditions based on these indicators.
Plotting and Alerts:
Plot Bollinger Bands and Linear Regression Channels on the chart.
Plot buy and sell signals with shapes.
Set alerts for key conditions like exiting the regression channel bounds and trend switches.
Conclusion
By combining Bollinger Bands, Linear Regression Channels, and a 5-minute scalping strategy, this indicator offers a robust tool for traders. Bollinger Bands provide volatility insights, Linear Regression Channels highlight trend direction and potential reversals, and the scalping strategy offers precise entry and exit points. Together, these tools can enhance a trader's ability to make informed decisions in various market conditions.
[Pandora's Chambers] Liquidity Grab Magnet Tool VDV_V6Pandora’s Chambers – Liquidity Grab Magnet Tool VDV_V6
The “Pandora’s Chambers – Liquidity Grab Magnet Tool VDV_V6” indicator is built as a mathematical function library in Pine Script® that identifies “magnet” points (local maxima) of price action density, based on a combination of frequency analysis (wick density) and Fibonacci values. The algorithm considers the distribution of wick touches within a lookback range, builds volume profiles at different price levels, and then marks the strongest dynamic support and resistance levels. This structure has been empirically proven to be particularly effective for rapid scalping, as these “magnet points” are characterized by strong market forces influencing sharp price movements.
Background and Methodology
Price Range Division into Bins: The range between the minimum and maximum price over the last N candles is divided into k equal bins.
Wick Touch Counting: For each bin, the number of times the bin center falls within the wick body of a candle is calculated.
Bullish and Bearish Candles:
For bullish candles (close > open), touches between the low and the open are counted.
For bearish candles (close < open), touches between the open and the high are counted.
Density Function: For each bin j, a density function ρ(j) = number of touches in j is obtained.
Strongest Levels: The strongest support level below the current price is arg max_{binCenter < close} ρ(j), and the resistance – above the price.
Integrated Volume Profile: For each bin, the trading volume of the candles where the bin center is included in the wick body is accumulated, adding a volume dimension to the selection of magnet points.
The Secret Algorithm
The algorithm utilizes several key constructs:
Dynamic Trailing with Sensitivity Threshold (trailTolerance): To avoid market noise, the line is redrawn only when the new point differs by Δ ≥ trailTolerance from the previous level.
Fibonacci Value Integration: After identifying support (sell-side) and resistance (buy-side) levels, Fibonacci lines are calculated at n ratios (0.0, 0.236, 0.382, 0.5, 0.618, 0.786, 1.0), with the option to extend them to additional "snap" values (1.618, 2.618). Each line also displays the corresponding trading volume in its paired bin, providing an indication of market depth at the Fibonacci point.
Visualization and Functionality:
Clear and Dynamic Colored Lines: Support is colored purple, resistance is colored cyan.
Transparent Labels: Displaying the actual volume value for each level.
“Magnet Point” Markers (red dots): Appearing upon the breakout of a line – enabling the identification of rapid scalping opportunities. Crossing of a line indicates the price "drinking liquidity." A red dot appears when the price reaches equilibrium.
Continued Liquidity: If the line moves away from the price, liquidity is expected to continue.
Key Parameters
Parameter Description
Lookback Bars Number of candles for historical analysis; size of the discrete dimension for density distribution.
Bin Count Number of bins for dividing the price range; determines the analysis resolution.
Tolerance Minimum threshold for a level change before a new line is created (to reduce noise).
Fibonacci Offsets Number of candles to the right to display Fibonacci lines with volume labels.
Show Liquidity Snap Toggle to display extended "snap" values outside the main range.
Line Width & Color Adjustable thickness, style, and color of support and resistance lines.
Label Size/Offset Adjustment of label text size and position – to prevent overlaps on the chart.
Export to Sheets
How to Use for Scalping
Identify the Magnet Point: Follow the red dot (•) the moment the price crosses a liquidity level downwards/upwards.
Parameter Adjustment: To increase sensitivity for scalping – reduce the Lookback or increase the Bin Count.
Market Depth Confirmation: Use the volume labels alongside the Fibonacci lines to confirm that the point is indeed accompanied by significant volume movement.
Mathematical Conclusion
The indicator combines statistical principles of density and historical memory with Fibonacci geometry, in a configuration that allows for the identification of reliable “magnet points.” For quantitative traders, this is a formal tool for drawing conclusions about market forces in the language of density functions and volume profiles, providing an ideal environment for rapid and precise scalps.
צור מחדש אבל תחליף את המילים סופורט וריסיסטנס לליקווידיטי
בטח, הנה הגרסה המחודשת של התיאור עם החלפת המילים "סופורט" ו"ריסיסטנס" ב"ליקווידיטי":
חדרי פנדורה – כלי מגנט ללכידת נזילות VDV_V6
האינדיקטור “חדרי פנדורה – כלי מגנט ללכידת נזילות VDV_V6” נבנה כספריית פונקציות מתמטית ב‑Pine Script® המזהה נקודות “מגנט” (מקסימום מקומי) של צפיפות תנועת המחיר, על בסיס שילוב של ניתוח תדרים (צפיפות וויקים) וערכי פיבונאצ’י. האלגוריתם מתייחס להתפלגות נגיעות הוויקים בתוך טווח הסתכלות (lookback), בונה פרופילי נפח במחיריים שונים, ולאחר מכן מסמן את רמות הנזילות הדינמיות החזקות ביותר. המבנה הוכח אמפירית כיעיל במיוחד לסקאלפינג מהיר, שכן “נקודות המגנט” מתאפיינות בכוחות שוק חזקים המשפיעים על תנועה חדה של המחיר.
רקע ומתודולוגיה
חלוקת טווח המחיר לבינים (bins): הטווח בין המחיר המינימלי למקסימלי ב־N הנרות האחרונים מחולק ל־k תאים שווים.
בכל תא מחשבים את מספר הפעמים שבהן מרכז התא נכנס לתוך גוף הוויק (wick) של הנר.
נרות בולשים ודובשים:
בנרות בולשים (close > open) נספרים מגעים בין ה־low ל־open.
בנרות דובשים (close < open) נספרים מגעים בין ה־open ל־high.
פונקציית צפיפות (Density Function): עבור כל תא j מתקבלת פונקציית צפיפות ρ(j) = מספר המגעים ב־j.
הרמה החזקה ביותר מתחת למחיר הנוכחי היא arg max_{binCenter < close} ρ(j), ולהתנגדות – מעל המחיר.
פרופיל נפח משולב (Volume Profile): לכל תא מצטבר נפח המסחר של הנרות שבהם מרכז התא נכלל בגוף הוויק, מה שמוסיף ממד נפחי לבחירת נקודות המגנט.
האלגוריתם הסודי
האלגוריתם עושה שימוש בכמה קונסטרוקטים עיקריים:
טריילינג דינמי עם סף רגישות (trailTolerance): כדי למנוע רעשי שוק, הקו ניזון מחדש רק כאשר הנקודה החדשה שונה ב־Δ ≥ trailTolerance מהרמה הקודמת.
שילוב ערכי פיבונאצ’י: לאחר זיהוי רמות נזילות (sell-side) ורמות נזילות (buy-side), מחושבים קווי פיבונאצ’י ב־n יחסיות (0.0, 0.236, 0.382, 0.5, 0.618, 0.786, 1.0), ואפשרות להרחבתם לערכי סנאפ נוספים (1.618, 2.618). כל קו מציג גם את נפח המסחר המתאים בתא התאום שלו, מה שנותן אינדיקציה לקריאות עומק השוק בנקודת פי
You stopped this response
Giv'atayim, Israel
צור מחדש אבל תחליף את המילים סופורט וריסיסטנס לליקווידיטי
באנגלית
Okay, here's the revised English description with "support" and "resistance" replaced by "liquidity":
Pandora’s Chambers – Liquidity Grab Magnet Tool VDV_V6
The “Pandora’s Chambers – Liquidity Grab Magnet Tool VDV_V6” indicator is built as a mathematical function library in Pine Script® that identifies “magnet” points (local maxima) of price action density, based on a combination of frequency analysis (wick density) and Fibonacci values. The algorithm considers the distribution of wick touches within a lookback range, builds volume profiles at different price levels, and then marks the strongest dynamic liquidity levels. This structure has been empirically proven to be particularly effective for rapid scalping, as these “magnet points” are characterized by strong market forces influencing sharp price movements.
Background and Methodology
Price Range Division into Bins: The range between the minimum and maximum price over the last N candles is divided into k equal bins.
Wick Touch Counting: For each bin, the number of times the bin center falls within the wick body of a candle is calculated.
Bullish and Bearish Candles:
For bullish candles (close > open), touches between the low and the open are counted.
For bearish candles (close < open), touches between the open and the high are counted.
Density Function: For each bin j, a density function ρ(j) = number of touches in j is obtained.
Strongest Levels: The strongest sell-side liquidity level below the current price is arg max_{binCenter < close} ρ(j), and the buy-side liquidity – above the price.
Integrated Volume Profile: For each bin, the trading volume of the candles where the bin center is included in the wick body is accumulated, adding a volume dimension to the selection of magnet points.
The Secret Algorithm
The algorithm utilizes several key constructs:
Dynamic Trailing with Sensitivity Threshold (trailTolerance): To avoid market noise, the line is redrawn only when the new point differs by Δ ≥ trailTolerance from the previous level.
Fibonacci Value Integration: After identifying sell-side liquidity and buy-side liquidity levels, Fibonacci lines are calculated at n ratios (0.0, 0.236, 0.382, 0.5, 0.618, 0.786, 1.0), with the option to extend them to additional "snap" values (1.618, 2.618). Each line also displays the corresponding trading volume in its paired bin, providing an indication of market depth at the Fibonacci point.
Visualization and Functionality:
Clear and Dynamic Colored Lines: Sell-side liquidity is colored purple, buy-side liquidity is colored cyan. Crossing of a line indicates the price "drinking liquidity."
Transparent Labels: Displaying the actual volume value for each level.
“Magnet Point” Markers (red dots): Appearing upon the breakout of a line – enabling the identification of rapid scalping opportunities. A red dot appears when the price reaches equilibrium. If the line moves away from the price, liquidity is expected to continue.
Key Parameters
Parameter Description
Lookback Bars Number of candles for historical analysis; size of the discrete dimension for density distribution.
Bin Count Number of bins for dividing the price range; determines the analysis resolution.
Tolerance Minimum threshold for a level change before a new line is created (to reduce noise).
Fibonacci Offsets Number of candles to the right to display Fibonacci lines with volume labels.
Show Liquidity Snap Toggle to display extended "snap" values outside the main range.
Line Width & Color Adjustable thickness, style, and color of liquidity lines.
Label Size/Offset Adjustment of label text size and position – to prevent overlaps on the chart.
Export to Sheets
How to Use for Scalping
Identify the Magnet Point: Follow the red dot (•) the moment the price crosses a liquidity level downwards/upwards.
Parameter Adjustment: To increase sensitivity for scalping – reduce the Lookback or increase the Bin Count.
Market Depth Confirmation: Use the volume labels alongside the Fibonacci lines to confirm that the point is indeed accompanied by significant volume movement.
Mathematical Conclusion
The indicator combines statistical principles of density and historical memory with Fibonacci geometry, in a configuration that allows for the identification of reliable “magnet points.” For quantitative traders, this is a formal tool for drawing conclusions about market forces in the language of density functions and volume profiles, providing an ideal environment for rapid and precise scalps.
Donchian Channel Trend Tracker by KellyLikesCrypto### Overview
This indicator is written in Pine Script® (version 6) and is designed to overlay on a price chart. It combines the classic Donchian Channel—a tool popular among trend-following traders—with additional trend-tracking features. By identifying when the channel’s highs and lows are making new extreme values, the indicator helps signal potential trend shifts. It is especially suited for scalpers using 1-hour charts, as it provides clear, actionable signals for rapid entry and exit decisions.
---
### Key Components & Inputs
1. **User Inputs:**
- **Length:** The period over which the indicator calculates the highest high and the lowest low (default is 27 bars). This value can be adjusted to smooth or tighten the channel based on the trader’s preference.
- **Offset:** A parameter allowing the plotted lines to be shifted left or right on the chart, providing flexibility in aligning the indicator with price action.
2. **Donchian Channel Calculations:**
- **Lower Bound (`lower`):** Calculated using `ta.lowest(length)`, it identifies the lowest low over the defined period.
- **Upper Bound (`upper`):** Determined by `ta.highest(length)`, capturing the highest high during the same period.
- **Basis:** The midline of the channel, computed as the average of the upper and lower bounds. This line can serve as an equilibrium or reference point in the trend analysis.
---
### Visual Representation
- **Plotting the Channels:**
- The **basis** is plotted in a standout orange color (#FF6D00) to make the central trend reference easily visible.
- The **upper** and **lower** bounds are plotted in blue (#2962FF), creating clear boundaries for the price action.
- The area between these two lines is filled with a semi-transparent blue, enhancing the visual context of the channel and helping traders quickly assess whether price is near an extreme or within a normal range.
---
### Trend Identification Logic
Beyond plotting the basic Donchian Channel, the indicator introduces additional logic to track short-term trend changes:
1. **Higher Highs and Higher Lows:**
- **Higher High (`higherHigh`):** This condition checks if the current upper bound is greater than the previous bar’s upper bound, signaling a potential upward push.
- **Higher Low (`higherLow`):** Similarly, it checks if the current lower bound exceeds the previous bar’s lower bound, reinforcing an upward trend if the support level is rising.
2. **Lower Highs and Lower Lows:**
- **Lower High (`lowerHigh`):** This evaluates if the current upper bound is less than that of the previous bar, indicating a possible downward shift.
- **Lower Low (`lowerLow`):** It verifies if the current lower bound is lower than the previous bar’s, further confirming a bearish tendency.
The use of the `nz()` function ensures that on the very first bar—where no previous data exists—the code handles the values gracefully without causing errors.
---
### Visual Markers for Trend Signals
To make trend signals immediately apparent:
- **Markers are Plotted on the Chart:**
- **Green Labels ("HH" and "HL"):** These are placed on the chart when the indicator detects higher highs or higher lows, suggesting bullish momentum.
- **Red Labels ("LH" and "LL"):** These markers are shown when lower highs or lower lows are detected, indicating bearish pressure.
Each label is plotted either above or below the corresponding bar, ensuring that the chart remains uncluttered and that the trend signals are clear.
---
### Scalping Strategy on 1-Hour Charts
This indicator is specifically tailored for scalping strategies on 1-hour charts. Scalping involves capturing small, rapid profits from short-term price movements, and the clear trend signals provided by this tool can help traders pinpoint optimal entry and exit points. Here’s how it integrates into a scalping strategy:
- **Quick Trend Identification:** The green markers (HH and HL) suggest bullish conditions ideal for quick long entries, while the red markers (LH and LL) signal bearish conditions suitable for short entries.
- **Timing and Precision:** On a 1-hour chart, the indicator’s sensitivity to higher highs and lower lows allows traders to make rapid decisions aligned with the prevailing trend.
- **Complementary Analysis:** While the indicator provides fast signals, it is recommended to use it alongside additional tools (like oscillators or volume analysis) and strict risk management practices, ensuring that scalpers can confirm entries and exits efficiently.
By leveraging the indicator’s visual cues within a broader scalping framework, traders can enhance their ability to capture quick moves, thus optimizing their overall strategy on 1-hour timeframes.
---
### Conclusion
The “Donchian Channel Trend Tracker by KellyLikesCrypto” is a powerful tool for visualizing price extremes and trend direction. By combining the classical Donchian Channel with additional trend-tracking markers, it offers traders a clear and immediate way to assess whether the market is gaining bullish momentum or beginning to turn bearish. Its customizable parameters and clear visual signals make it particularly effective for a scalping strategy on 1-hour charts, where rapid decision-making is crucial.
This detailed breakdown should provide a comprehensive understanding of how each component of the indicator works together and how it can be effectively integrated into a short-term scalping strategy.
BB_MDL_V1Simple indicator that is based on the average line of the bollinger bands and the exponential average of 200 periods.
The customizable variable is bollinger bands length, currently the default is 35, you can tweak it to your liking and see how trend identification changes.
My recommendation is to work in 5-minute time frames in values such as SOL, FTM or MASK (cryptos)
This simple strategy can be combined with many others to gain more insight and get better market entries and exits.
[Aill3urs V.0.5] Study AlbertIt's the Study of the this Aill3urs-V-0-4-Strategy-Albert-EMA-Level-S-R-William you can find below.
For any info DM me.