Actions8
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
- A trader uses the node to add Bollinger Bands to stock price data to identify potential buy or sell signals.
- An analyst applies Bollinger Bands to cryptocurrency price data to assess market volatility and trend strength.
Output
JSON
bandsupper- Upper Bollinger Band valuesmiddle- Middle Bollinger Band (simple moving average) valueslower- Lower Bollinger Band valueswidth- Width of the Bollinger Bands, indicating volatilitypercentB- 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
- Bollinger Bands - Investopedia - Detailed explanation and usage of Bollinger Bands in technical analysis.