SenkouSpanA

Category: Indicators

Definition and Purpose:

SenkouSpanA is a component of the Ichimoku Kinko Hyo indicator, commonly referred to as the Ichimoku Cloud. It represents one of the two boundaries of the Kumo, or Cloud, which is used to gauge future areas of support and resistance and overall market momentum. The Senkou Span A is calculated as the average of the Tenkan-Sen and Kijun-Sen lines, and it is projected 26 periods into the future.

Syntax:

SenkouSpanA[tenkanPeriod, kijunPeriod, displacement]

This function takes three parameters: the lookback period for the Tenkan-Sen line, the lookback period for the Kijun-Sen line, and the displacement period which is typically set to 26 periods ahead.

Example:

mySenkouSpanA = SenkouSpanA[9, 26, 26]

This example calculates the Senkou Span A using the default periods of 9 for Tenkan-Sen and 26 for Kijun-Sen, projecting the result 26 periods into the future.

Additional Information:

  • Tenkan-Sen (Conversion Line): This is calculated as the average of the highest high and the lowest low over the last 9 periods.
  • Kijun-Sen (Base Line): This line is the average of the highest high and the lowest low over the last 26 periods.
  • The Ichimoku Cloud consists of two spans: Senkou Span A and Senkou Span B. The space between these spans forms the “cloud” which helps to identify the trend and potential support/resistance levels.
  • Projection: The unique aspect of Senkou Span A is its projection 26 periods ahead, which helps traders anticipate future resistance or support zones.

Understanding the components of the Ichimoku Cloud, including Senkou Span A, can provide a comprehensive view of market dynamics, helping traders make informed decisions without relying on the lagging indicators.

Related Instructions:

  • KijunSen indicators
  • SenkouSpanB indicators
  • TenkanSen indicators
  • Logo Logo
    Loading...