filewrite-array out of range

 

Hello,

I try to write the data of the lower bollinger band and the date(time) for an amount of candles into a *.txt file. I don't know why there's an error that says:

array out of range in 'save file 3.mq4' (32,19)

Thanks for any inspirations.

Greez Dan 

Files:
 
Because you declare the array lB_FDAX_buff[] but don't size it
 
Sure, thanks GumRai!