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. For example, it can help identify overbought or oversold conditions in stock prices.
Use Case Examples
- Applying Bollinger Bands to stock price data to identify potential buy or sell signals based on price volatility.
- Using Bollinger Bands to analyze cryptocurrency price movements for trading strategies.
Output
JSON
bandsupper- Upper Bollinger Band valuesmiddle- Middle Bollinger Band (simple moving average) valueslower- Lower Bollinger Band valueswidth- Width between the upper and lower bands, indicating volatilitypercentB- 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.