Didn't you learn from your previous topic ?
double Tenkan_value = iIchimoku(NULL, 0,9,26,52, MODE_TENKANSEN, 1); double Kijun_value = iIchimoku(NULL,0,9,26,52, MODE_KIJUNSEN, 1); double Chinkou_value =iIchimoku(NULL,0,9,26,52, MODE_CHINKOUSPAN, 26); double senkouA=iIchimoku(NULL,0,9,26,52,3,1); double senkouB=iIchimoku(NULL,0,9,26,52,4,1);This should be in start() and you should also be updating only on new bars or you create a new object every tick
I thought that this seemed familiar
Yes indeed my bad... thank you anyway :-)
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
Hi,
I made an EA wich should display a THUMB_UP for each tick at the following coordinates : Time[0] and Kijun_value. Here it is :
The problem is that the THUMBS are displayed at Time[0] but alwats at the same ordinate, as you can see on the following picture.
Thank you
Aymeric