Are you talking about arrays or Buffers?
EMPTY_VALUE = 214783647 while EMPTY = 0!
GumRai:
Are you talking about arrays or Buffers?
Are you talking about arrays or Buffers?
I'm talking abot buffers. Sorry for not being precise.
Boyan:
Use SetIndexEmptyValue and set it to zero
I'm talking abot buffers. Sorry for not being precise.
GumRai:
Use SetIndexEmptyValue and set it to zero
Use SetIndexEmptyValue and set it to zero
Yup, job done.
Thank you
ah, ok, haven't found it in the reference and it was what I remembered.
Thank you guys. U R awesome
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 There,
I am having an issue with arrays. I’m using this code as a part of my program
When using only this simple code to bump up or down a histogram it works well. Every array starts at value 0 and gets added or subtracted accordingly by 1 on every iteration. When I use this in another script that plots objects instead on a histogram the arrays are getting assigned EMPTY_VALUE, so it starts bumping up or down from 214783647 instead of 0 although I initialized all arrays with 0.
I would appreciate any help or clue.
Thanks.