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
Hello!
I have a question. I have this array of a struct type, I would like to fill the data from an indicator buffers.
I tried like this :
Like this I have an error that array should be a double type, not a struct type.
One way would be to declare 4 arrays for each buffer and then copy the values to my array of struct. Is it any other better/easier way ?
Thank you!