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.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.