How to allocate more than 8 buffers or arrays

 
I need to allocate more than eight buffers/arrays which are always of the same size as the number of bars on the chart. However the number of indexbuffers is limited to no more than eight. Is there any other method to allocate more dynamic arrays whose sizes increase in syn with indexbuffers?

- Mike
 
I need to allocate more than eight buffers/arrays which are always of the same size as the number of bars on the chart. However the number of indexbuffers is limited to no more than eight. Is there any other method to allocate more dynamic arrays whose sizes increase in syn with indexbuffers?

- Mike


Mike - this question has come up before
"More than 8 indicator buffers"

See also these hints:
"Arrays with global vars and return method"
"Preserving variable values upon script"
 
Thank you, Bubo.
Reason: