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.
开源脚本
秉承TradingView的精神,该脚本的作者将其开源,以便交易者可以查看和验证其功能。向作者致敬!您可以免费使用该脚本,但请记住,重新发布代码须遵守我们的网站规则。
免责声明
这些信息和出版物并非旨在提供,也不构成TradingView提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。
开源脚本
秉承TradingView的精神,该脚本的作者将其开源,以便交易者可以查看和验证其功能。向作者致敬!您可以免费使用该脚本,但请记住,重新发布代码须遵守我们的网站规则。
免责声明
这些信息和出版物并非旨在提供,也不构成TradingView提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。