Search found 3 matches

by fenky
Mon Jan 09, 2017 2:03 am
Forum: Issue/Bug tracking
Topic: array out of range in iHighest???
Replies: 3
Views: 9445

Re: array out of range in iHighest???

dear support:
i found solution in https://www.mql5.com/en/forum/127460
but i'm not use indicator , and i put code :
int counterd_bars=IndicatorCounted();
if(counterd_bars<0) return(-1);
and issue was result tks ^_^"
by fenky
Sat Jan 07, 2017 11:59 pm
Forum: Issue/Bug tracking
Topic: array out of range in iHighest???
Replies: 3
Views: 9445

array out of range in iHighest???

dear support
got a strange result on High[iHighest(NULL,5,MODE_HIGH,30,0);] ---> The iHighest value is -1 on initialization
and High[] got error ---> array out of range ..
how can i result this issue , because iHighest is -1 . but i use backrest on mt4 built in ,it;s work well.
by fenky
Wed Jun 22, 2016 2:46 pm
Forum: Issue/Bug tracking
Topic: Updated to 1.8.1 (& MT950 -> MT971), results very different
Replies: 5
Views: 13178

Re: Updated to 1.8.1, the backtesting results is very differ

dear support:
im got same issue.........how to solve it? :shock: