Forum

Help me on array out of range guys

Hi guys, I am an upcoming developer. I coded an ea and implemented TP based on bars count but what I noticed is that at certain point the ea gets detached from the chart even when I re-attach it. When I check the expert tab for the bug I saw it quoting array out of range line 394 and at times 399

Help me with GRAALUn_Ar nrp-Histro indicator

Hello friends, please I need help with the Graalun indicator. It is giving error of array out of range error. Below is the indicator code. Thanks. string gral_name= " " ; string s_symbol,s_id,s_gral; double ExtBuffer0[]; double ExtBuffer1[]; double ExtBuffer2[]; double ExtBuffer3[]; //double

Mq5 indicator binding

Hi friends! Please I need your help. How can I bind two mq5 indicator together. One is running on Void OnInit() the other is running on int OnInit() Thanks