The Average True Range (ATR) is used to measure volatility. atr_length defines the period over which ATR is calculated default: 14. Pivot Average:
A 10-day simple moving average pivot avg is calculated using the closing price. Buy and Sell Signals:
Buy Signal: When the price is above the pivot average plus a multiple of ATR. Sell Signal: When the price is below the pivot average minus a multiple of ATR. The atr_multiplier determines how sensitive the buy/sell levels are to price movements. Visual Elements:
The pivot average is plotted as a blue line on the chart. Buy and sell signals are plotted as green and red labels below and above bars, respectively. Strategy Execution:
The strategy enters a long position when a buy signal is triggered. It exits the long position when a sell signal is triggered.
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.