Actions8
Overview
This node calculates the Ichimoku Cloud technical indicator, which is used in financial analysis to identify support and resistance levels, trend direction, and momentum. It is beneficial for traders and analysts who want to incorporate Ichimoku Cloud data into their trading strategies or automated workflows. For example, it can be used to generate buy or sell signals based on the position of price relative to the cloud or to analyze market trends.
Use Case Examples
- A trader uses the node to calculate Ichimoku Cloud values on stock price data to identify potential entry and exit points.
- An automated trading system integrates this node to assess market momentum and adjust trading positions accordingly.
Output
JSON
conversionLine- The Conversion Line (Tenkan-sen) value of the Ichimoku Cloud indicator.baseLine- The Base Line (Kijun-sen) value of the Ichimoku Cloud indicator.leadingSpanA- Leading Span A (Senkou Span A) value, forming one boundary of the cloud.leadingSpanB- Leading Span B (Senkou Span B) value, forming the other boundary of the cloud.laggingSpan- The Lagging Span (Chikou Span) value, representing the closing price shifted backwards.
Dependencies
- Requires access to financial market data for price inputs.
Troubleshooting
- Ensure that the input data includes the necessary price fields (open, high, low, close) for the Ichimoku Cloud calculation.
- Verify that the data is in the correct format and time intervals expected by the indicator.
- Common errors may include missing data points or invalid input types, which can be resolved by validating and preprocessing the input data before execution.
Links
- Investopedia: Ichimoku Cloud - Comprehensive explanation of the Ichimoku Cloud technical indicator and its components.