Hi :) How do i get the ichimoku Senkou  B and Senkou  A in the future I know this has been asked : 

https://www.quantconnect.com/forum/discussion/4507/output-of-ichimoku-indicator/p1

But I still dont get it. 

I know there is a mthod of calling self.Ichimoku.SenkouA.Current.value and 

self.Ichimoku.SenkouB.Current.value

and also other calls https://www.quantconnect.com/lean/documentation/topic28737.html 

Is there something like self.Ichimoku.SenkouA.Future.value ? 

I tried self.Ichimoku.DelayedTenkanSenkouA
but wht is that? is it tenkan + SenkouA?

Thanks :)