bug in iIchimoku

 

There is a bug in .

The chikouspan is always 26 periods back as defined by the parameters. Yet when doing comparisons you have to actually tell it to shift 26 periods back. It should recognise this automatically and the chikouspan 0 should automatically be 26.


iIchimoku(Symbol(), PERIOD_H4, 9, 26, 52, MODE_CHINKOUSPAN, 26) > iClose(Symbol(), PERIOD_D1, 26)

 
yes?