OPEN-SOURCE SCRIPT
Momentum v2 By KempotStywn3435

Momentum v2 By KempotStywn3435 is a TradingView indicator designed to detect strong momentum candles based on candle body size. The indicator compares the current candle body with the bodies of the previous three candles.
This script displays a green or red triangle when the latest candle has a significantly larger body than the previous candles. Its main purpose is to help traders identify potential strong momentum in the market.
How the Indicator Works
The indicator calculates the pure candle body size, which is the difference between the open and close prices, without including the candle wick or shadow.
The script calculates:
The current candle body
The previous 1st candle body
The previous 2nd candle body
The previous 3rd candle body
After that, the indicator finds the largest body from the previous three candles. The current candle body is then compared with that largest previous body.
Signal Conditions
A signal will only appear when two main conditions are met:
1. The current candle body must be larger than the minimum body size
The default value is:
min_body_size = 5.5
This means the current candle body must be greater than 5.5 points/pips, depending on the trading instrument.
2. The current candle body must be larger than the largest previous body multiplied by the size multiplier
The default value is:
size_multiplier = 2.0
This means the current candle body must be more than 2 times larger than the biggest body among the previous three candles.
Simple example:
If the largest body from the previous three candles is 10 points, then the current candle body must be greater than:
10 x 2.0 = 20 points
If the current candle body is greater than 20 points and also passes the minimum body size requirement, a momentum signal will appear.
Signal Meaning
Green triangle below the candle
Appears when a strong bullish momentum candle is detected.
This means:
close > open
This signal indicates strong buying pressure.
Red triangle above the candle
Appears when a strong bearish momentum candle is detected.
This means:
close < open
This signal indicates strong selling pressure.
Main Purpose of the Indicator
This indicator can be used to:
Detect breakout or impulse candles.
Identify the beginning of strong momentum.
Read buyer and seller pressure.
Act as an additional filter for manual entries.
Avoid entries when the market is weak or moving sideways.
Important Note
This indicator is not a fully automatic trading system. It is a visual tool that helps mark unusual momentum candles. The signal should be combined with other analysis methods such as market structure, support and resistance, trend direction, supply and demand, FVG, Fibonacci, or proper risk management.
Conclusion
Momentum v2 By KempotStywn3435 is a simple indicator for reading candle strength based on body size. When the current candle is significantly larger than the previous three candles, the indicator displays a triangle based on the candle direction.
A green triangle indicates strong bullish momentum, while a red triangle indicates strong bearish momentum.
This script displays a green or red triangle when the latest candle has a significantly larger body than the previous candles. Its main purpose is to help traders identify potential strong momentum in the market.
How the Indicator Works
The indicator calculates the pure candle body size, which is the difference between the open and close prices, without including the candle wick or shadow.
The script calculates:
The current candle body
The previous 1st candle body
The previous 2nd candle body
The previous 3rd candle body
After that, the indicator finds the largest body from the previous three candles. The current candle body is then compared with that largest previous body.
Signal Conditions
A signal will only appear when two main conditions are met:
1. The current candle body must be larger than the minimum body size
The default value is:
min_body_size = 5.5
This means the current candle body must be greater than 5.5 points/pips, depending on the trading instrument.
2. The current candle body must be larger than the largest previous body multiplied by the size multiplier
The default value is:
size_multiplier = 2.0
This means the current candle body must be more than 2 times larger than the biggest body among the previous three candles.
Simple example:
If the largest body from the previous three candles is 10 points, then the current candle body must be greater than:
10 x 2.0 = 20 points
If the current candle body is greater than 20 points and also passes the minimum body size requirement, a momentum signal will appear.
Signal Meaning
Green triangle below the candle
Appears when a strong bullish momentum candle is detected.
This means:
close > open
This signal indicates strong buying pressure.
Red triangle above the candle
Appears when a strong bearish momentum candle is detected.
This means:
close < open
This signal indicates strong selling pressure.
Main Purpose of the Indicator
This indicator can be used to:
Detect breakout or impulse candles.
Identify the beginning of strong momentum.
Read buyer and seller pressure.
Act as an additional filter for manual entries.
Avoid entries when the market is weak or moving sideways.
Important Note
This indicator is not a fully automatic trading system. It is a visual tool that helps mark unusual momentum candles. The signal should be combined with other analysis methods such as market structure, support and resistance, trend direction, supply and demand, FVG, Fibonacci, or proper risk management.
Conclusion
Momentum v2 By KempotStywn3435 is a simple indicator for reading candle strength based on body size. When the current candle is significantly larger than the previous three candles, the indicator displays a triangle based on the candle direction.
A green triangle indicates strong bullish momentum, while a red triangle indicates strong bearish momentum.
Script open-source
Nello spirito di TradingView, l'autore di questo script lo ha reso open source, in modo che i trader possano esaminarne e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricordiamo che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni e le pubblicazioni non sono intese come, e non costituiscono, consulenza o raccomandazioni finanziarie, di investimento, di trading o di altro tipo fornite o approvate da TradingView. Per ulteriori informazioni, consultare i Termini di utilizzo.
Script open-source
Nello spirito di TradingView, l'autore di questo script lo ha reso open source, in modo che i trader possano esaminarne e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricordiamo che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni e le pubblicazioni non sono intese come, e non costituiscono, consulenza o raccomandazioni finanziarie, di investimento, di trading o di altro tipo fornite o approvate da TradingView. Per ulteriori informazioni, consultare i Termini di utilizzo.