Forum

Bug in Security code

Hello dear developer. I am an upcoming and improving developer. I have the below piece of code that I use to protect my mt4 and mt5 indicator and ea but presently it is not working on mt4. I have tried to fix it but could not. Please help me with the issue so that it can work on mt4 again. Thanks

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