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
That code may give values, but it does not give correct values.
Please see my earlier posts
That code may give values, but it does not give correct values.
Please see my earlier posts
That code may give values, but it does not give correct values.
Please see my earlier posts
Hi GumRai,
Please advise how best we can improve this. Thanks.
Hi GumRai,
Please advise how best we can improve this. Thanks.
Looks like you have already implemented my suggestions.
The indi line falls to zero because the buffer[0] is not calculated in the code. You have to decide whether you want this value to start at 0 and increase as the day goes on or maybe just make buffer[0] == buffer[1], which would make it look tidier.
Looks like you have already implemented my suggestions.
The indi line falls to zero because the buffer[0] is not calculated in the code. You have to decide whether you want this value to start at 0 and increase as the day goes on or maybe just make buffer[0] == buffer[1], which would make it look tidier.
Hi GumRai, How can I code to start at 0 and increase as the day progress? Please help. Thanks.
Hi GumRai, How can I code to start at 0 and increase as the day progress? Please help. Thanks.
I've made some changes to your code
This should do what you want
As it is it will not give a value for today
If you make the change as in the highlighted text, it should then include a value for today that will start at 0 and increase as the day progress
Why the plot is incomplete here. It is not filling before Jan 2014. Please advise the problem. This chart was done using WHRoeder code but even the one proposed by GumRai also gives the same discontinued plot.