This indicator uses moving averages to determine trends. For those who trade using a trend-following strategy, it's not possible to use the slope of the moving average line as an indicator of trend judgment if it's expressed as an angle. This is because the angle changes depending on the adjustments made to the vertical price scale and horizontal time scale of the chart. Therefore, instead of using the angle, I decided to use the rate of change in price as an alternative indicator.
The relationship between the rate of change of the moving average and the angle of the moving average line is as follows:
- When the value is positive, the moving average line slopes upward. - When the value is negative, the moving average line slopes downward. - The larger the absolute value of the rate of change, the steeper the angle; the smaller the value, the gentler the slope.
The trend is determined using the rate of change instead of the angle, as follows:
- Uptrend: Rate of change > 0.5 (this value can be adjusted) ⇒ Display with a red background - Downtrend: Rate of change < -0.5 (this value can be adjusted) ⇒ Display with a blue background
An example of a trade using this indicator is as follows:
- Enter the trade the day after the trend appears. - Exit the trade the day after the trend ends.
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.