iIchimoku Bug???

 

Why is chinkou_span always zero in the following:

double kijun_sen=iIchimoku(NULL, 0, 9, 26, 52, MODE_KIJUNSEN, 1);
double chinkou_span = iIchimoku(NULL, 0, 9, 26, 52, MODE_CHINKOUSPAN, 1);

The kijun_sen value is correct, but chinkou_span always equals zero.

Anyone else see this??

 
mclean wrote >>

Why is chinkou_span always zero in the following:

double kijun_sen=iIchimoku(NULL, 0, 9, 26, 52, MODE_KIJUNSEN, 1);
double chinkou_span = iIchimoku(NULL, 0, 9, 26, 52, MODE_CHINKOUSPAN, 1);

The kijun_sen value is correct, but chinkou_span always equals zero.

Anyone else see this??

I have the same problem, Could anyone help me with this issue. Thanks

 

I think chinkou_span starts 26.

double chinkou_span = iIchimoku(NULL, 0, 9, 26, 52, MODE_CHINKOUSPAN, 26);