Indicator icon

Indicator

Technical Indicators

Overview

This node calculates technical indicators, specifically the Bollinger Bands (BB) in this context. It is useful for traders and analysts who want to analyze market volatility and price trends by applying Bollinger Bands to financial data. For example, it can help identify overbought or oversold conditions in stock prices.

Use Case Examples

  1. Applying Bollinger Bands to stock price data to identify potential buy or sell signals based on price volatility.
  2. Using Bollinger Bands to analyze cryptocurrency price movements for trading strategies.

Output

JSON

  • bands
    • upper - Upper Bollinger Band values
    • middle - Middle Bollinger Band (simple moving average) values
    • lower - Lower Bollinger Band values
    • width - Width between the upper and lower bands, indicating volatility
    • percentB - Percent B value showing the position of the price relative to the bands

Dependencies

  • Requires access to financial data input for calculation

Troubleshooting

  • Ensure input data is correctly formatted and contains sufficient historical price points for accurate Bollinger Bands calculation.
  • Common errors may include missing or invalid input data, which can be resolved by verifying the input source and data integrity.

Discussion