When you use the IchimokuKinkoHyo indicator (python) and plot the result, only one data series is given. Which aspect of the ichimoku indicator does this represent? The Ichimoku indicator usually consists of the following: 

  • Tenkan-sen = (9-period high + 9-period low) / 2
  • Kijun-sen = (26-period high + 26-period low) / 2
  • Senkou Span A = (Tenkan-sen + Kijun-sen) / 2
  • Senkou Span B = (52-period high + 52-period low) / 2
  • Chikou Span = Close plotted 26 periods in the past

Author