OPEN-SOURCE SCRIPT

ARIMA Indicator with Optional Smoothing

От PuzzlerTrades
Overview
The ARIMA (AutoRegressive Integrated Moving Average) Indicator is a powerful tool used to forecast future price movements by combining differencing, autoregressive, and moving average components. This indicator is designed to help traders identify trends and potential reversal points by analyzing the historical price data.

Key Features
  • AutoRegressive Component (AR): Utilizes past values to predict future prices.
  • Moving Average Component (MA): Averages past price differences to smooth out noise.
  • Differencing: Reduces non-stationarity in the time series data.
  • Optional Smoothing: Applies EMA to the ARIMA output for a smoother signal.
  • Customizable Parameters: Allows users to adjust AR and MA orders, differencing periods, and smoothing lengths.


Concepts Underlying the Calculations
  • Differencing: Subtracts previous prices from current prices to remove trends and seasonality, making the data stationary.
  • AutoRegressive Component (AR): Predicts future prices based on a linear combination of past values.
  • Moving Average Component (MA): Uses past forecast errors to refine future predictions.
  • Exponential Moving Average (EMA): Applies more weight to recent prices, providing a smoother and more responsive signal.


How It Works
The ARIMA Indicator first calculates the differenced series to achieve stationarity. Then, it computes the simple moving average (SMA) of this differenced series. The indicator uses the AR and MA components to adjust the SMA, creating an approximation of the ARIMA model. Finally, an optional smoothing step using EMA can be applied to the ARIMA approximation to produce a smoother signal.

How Traders Can Use It
Traders can use the ARIMA Indicator to:
  • Identify Trends: Detect emerging trends by observing the direction of the ARIMA line.
  • Spot Reversals: Look for divergences between the ARIMA line and the price to identify potential reversal points.
  • Generate Trading Signals: Use crossovers between the ARIMA line and the price to generate buy or sell signals.
  • Filter Noise: Enable the optional smoothing to filter out market noise and focus on significant price movements.


Example Usage Instructions
  1. Add the ARIMA Indicator to your chart.
  2. Adjust the input parameters to suit your trading strategy:
  3. Set the SMA Length (e.g., 14).
  4. Choose the Differencing Period (e.g., 1).
  5. Define the AR Order (p) and MA Order (q) (e.g., 1).
  6. Configure the Smoothing Length if smoothing is desired (e.g., 5).
  7. Enable or disable smoothing as needed.
  8. Observe the ARIMA line (blue) and compare it to the price chart.
  9. Use the ARIMA line to identify trends and potential reversals.
  10. Implement trading decisions based on the ARIMA line’s behavior relative to the price.
arimaautoregressiveforecastingsmoothingstatisticstechnicalindicatortimeseriestradingstrategyTrend Analysis
PuzzlerTrades

Скрипт с открытым кодом

В истинном духе TradingView автор этого скрипта опубликовал его с открытым исходным кодом, чтобы трейдеры могли понять, как он работает, и проверить на практике. Вы можете воспользоваться им бесплатно, но повторное использование этого кода в публикации регулируется Правилами поведения. Вы можете добавить этот скрипт в избранное и использовать его на графике.

Хотите использовать этот скрипт на графике?

Отказ от ответственности