too many buffers won't work ?

 

Hi all,


I am coding an indicator and I have added 21 additional buffers for counting (most of them are iCustom and iMA).


So is there a problem when the number of buffers is this high ? I narrowed down the number to (2+the drawing one) just for test and it worked.


PS : I have included the following line that the total number of buffers : IndicatorBuffers(22);


Any help would be appreciated


THank you

 

uplimit is 8; IndicatorBuffers(8);

if you need more, you can use self-defined array, reference help file of metaeditor.