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
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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??