SanMiguel:
I have some code which creates a little symbol indicator with buy/sell values.
In this example the chinkou green line is above the price so it should be displaying an up arrow but it does not. Any ideas on what I have set incorrectly?
The chinkou is always 26 periods behind so that is why I checkk the iClose of 26 periods ago:
Is this an error in the iIchimoku?
We have already set the period of 26 so when we use MODE_CHINKOUSPAN it should pick up the avlue. To get the correct value I had to put in the shift period of 26 behind it AS WELL.
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
I have some code which creates a little symbol indicator with buy/sell values.
In this example the chinkou green line is above the price so it should be displaying an up arrow but it does not. Any ideas on what I have set incorrectly?
The chinkou is always 26 periods behind so that is why I checkk the iClose of 26 periods ago: