青 リンク / Publications
Forum
EA.mq4 Array of Range Error
I need help with this code I can't find any solution. Array Out Range on Part breakLow[x]= 0.0 ; breakHi[x]= 0.0 ; I tried to use ArrayInitialize and it seems it solve the problem in that part. BUT next problem appeared on if (hi[x]> 0 || low[x]> 0 ) //<------------------- Array OUT OF RANGE