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. Practical applications include identifying overbought or oversold conditions and making informed trading decisions based on the bands' behavior.

Use Case Examples

  1. A trader uses the node to add Bollinger Bands to stock price data to identify potential buy or sell signals.
  2. An analyst applies Bollinger Bands to cryptocurrency price data to assess market volatility and trend strength.

Output

JSON

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

Dependencies

  • Requires access to financial market data as input for calculation.

Troubleshooting

  • Ensure input data contains valid price series; missing or malformed data can cause calculation errors.
  • Incorrect parameter settings for Bollinger Bands (e.g., period or standard deviation) may lead to unexpected results.

Links

Discussion