Trader_KAMP_TH

Bullish Wave Structure

Trader_KAMP_TH 업데이트됨   
This indicator visualizes bullish waves and the uptrend structure. It highlights the wave patterns, breakout levels, and swing highs and lows, distinguishing major and minor swings. The script also incorporates labels to denote trend and wave numbers, enhancing clarity in trend and wave identification. The waves plotted on the chart aid in chart study, trend analysis, and decision-making. Drawing objects on the chart are customizable.

## Fundamental Trend Assumptions
  • A trend starts when there is a break above a major swing high. There is then a first wave.
  • Subsequent waves are validated when there is a break above the high of the preceding wave and another major swing high is detected.
  • The trend ends when the price trades below the swing low of the latest wave.

## Wave drawing mechanism
The drawing of a wave occurs when:
  • There is a break above a major swing high (or the high of a wave) and another major swing high is detected.
  • There is a break above a major swing high (or the high of a wave) and the price collapses below the lowest point between the highest high and the high of the previous wave. The script treats this false break high as a legitimate bullish wave, even if no major swing high has been detected. The trend ends because the low of the current wave has been breached. This is a false break high that falls back within the range of the preceding wave.
  • There is a break above a major swing high (or the high of a wave) and the price collapses below the low of the preceding wave. The script treats this false break high as a legitimate bullish wave, even if no major swing high has been detected. The trend ends because the low of the preceding wave has been breached. This is a false break high followed by a sharp sell-off.

In short, the script draws the wave if there is a break above a major swing high (or the high of a wave) and another swing high is detected (or there is a break below the low of a wave).

## Remarks
  • While lower timeframes could benefit from this indicator, it shows clearer wave and trend structures in higher timeframes, starting from the 1H chart.
  • This indicator does not provide price projections. The drawing occurs after the price patterns have been unveiled. In other words, it draws waves and performs labeling in hindsight. However, users can fully benefit from the indicator for trend study and various technical analyses to support trading decisions, as explained in the description above.

    ## Acknowledgement
    The script uses user-defined functions to look back and find indexes of the highest and lowest values when no swings have been found (i.e., one-bar false break high and collapse). The detection of regular minor and major swings has been accomplished by the built-in functions:

  • ta.pivothigh() [Pine Script Language Reference Manual — TradingView (www.tradingview.com/...script-reference/v5/)
  • ta.pivotlow() [Pine Script Language Reference Manual — TradingView (www.tradingview.com/...script-reference/v5/)

릴리즈 노트:
Minor Modification
Fixed swing low drawing for one-bar breakout and collapse.
릴리즈 노트:
Improvements
  • Break high above major swing highs can be determined by close price or high of bar.
  • Adjustments of drawings for major swing highs contained in a wave

보호된 스크립트입니다
이 스크립트는 클로즈 소스로 게시되며 자유롭게 사용할 수 있습니다. 당신은 스크립트를 차트에 사용하기 위해 그것을 즐겨찾기 할 수 있습니다. 소스 코드는 보거나 수정할 수 없습니다.
면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?