SenkouSpanB

Category: Indicators

Definition and Purpose:

SenkouSpanB is a component of the Ichimoku Kinko Hyo indicator, specifically forming part of the “cloud” or “Kumo”. It represents the mid to long-term market projection and is calculated as the average of the highest and lowest prices over the past 52 periods. This value is then plotted 26 periods ahead of the current period, indicating future support or resistance levels.

Syntax:

SenkouSpanB[9,26,52]

Example Usage:

To calculate and plot the SenkouSpanB line in a ProBuilder script, you can use the following code snippet:

mySenkouSpanB = SenkouSpanB[9,26,52]
RETURN mySenkouSpanB as "Senkou Span B"

This example demonstrates how to calculate the SenkouSpanB using the default parameters and then plot it on a chart with the label “Senkou Span B”.

Additional Information:

  • The Ichimoku Kinko Hyo indicator consists of five main lines, with Senkou Span B being crucial for forming the lower boundary of the Kumo or cloud.
  • The cloud is significant in determining market trends: a price above the cloud indicates a bullish trend, while a price below suggests a bearish trend.
  • Senkou Span B, along with Senkou Span A, helps in visualizing areas of potential support or resistance in the future, thus aiding traders in making informed decisions.

Understanding the role of Senkou Span B within the Ichimoku Kinko Hyo framework is essential for interpreting its signals accurately, especially in conjunction with the other components of the indicator.

Related Instructions:

  • KijunSen indicators
  • SenkouSpanA indicators
  • TenkanSen indicators
  • Logo Logo
    Loading...