Actions8
Overview
This node, named 'Indicator', is designed to perform technical indicator calculations, specifically including the Ichimoku Cloud operation. It is useful for traders and analysts who want to apply technical analysis indicators to financial data within an automation workflow. For example, it can be used to calculate the Ichimoku Cloud values to identify support and resistance levels, trend direction, and momentum in stock or cryptocurrency price data.
Use Case Examples
- A trader automates the calculation of Ichimoku Cloud indicators on live price data to generate buy or sell signals.
- An analyst integrates this node into a workflow to enrich financial datasets with technical indicator values for further analysis.
Output
JSON
indicatorValues- Calculated values of the technical indicator, such as Ichimoku Cloud components (e.g., Tenkan-sen, Kijun-sen, Senkou Span A, Senkou Span B, and Chikou Span)
Dependencies
- Requires access to financial data input to perform indicator calculations.
Troubleshooting
- Ensure that the input data contains the necessary price fields (e.g., open, high, low, close) required for the Ichimoku Cloud calculation.
- If the node fails to execute, verify that the data format matches the expected structure for technical indicator processing.
Links
- Ichimoku Cloud Explanation - Detailed explanation of the Ichimoku Cloud technical indicator and its components.