test on EURUSD,H1 there are no trading operations test on NZDUSD,H1 2019.07.23 01:00:00 Steady_as_a_mountains NZDUSD,H1: array out of range in '??2.0 ????.mq4' (93,18) 2019.07.23 01:00:00 Testing pass stopped due to a critical error in the EA there are no trading operations
提示这些,下面有截图,请问我这是什么原因导致的测试无法通过,求教各位大佬
交易EA发布之前,必须要符合发布要求!

- www.mql5.com
The checks a trading robot must pass before publication in the Market - MQL5 Articles
交易EA发布之前,必须要符合发布要求!
double B=High[A]; 第93行是这个代码,哪里出了问题呀
The checks a trading robot must pass before publication in the Market - MQL5 Articles
交易EA发布之前,必须要符合发布要求!
这个需要怎么处理呢
您好我是个编程小白,这组代码我发出来您有空的话帮看一下,我不大理解问题出在哪里
int A=iHighest(NULL,15,MODE_HIGH,30,1);
double B=High[A];
if(Bid>(B+200*Point))
{
if(y1>z1 && x1>25 && y1>30)
{
if(t!=Time[0])
{
if(buy(Blots,2000,400,Symbol()+"buy0",123456)>0)
{
t=Time[0];
}
}
}
}
您好我是个编程小白,这组代码我发出来您有空的话帮看一下,我不大理解问题出在哪里
int A=iHighest(NULL,15,MODE_HIGH,30,1);
double B=High[A];
if(Bid>(B+200*Point))
{
if(y1>z1 && x1>25 && y1>30)
{
if(t!=Time[0])
{
if(buy(Blots,2000,400,Symbol()+"buy0",123456)>0)
{
t=Time[0];
}
}
}
}
test on EURUSD,H1 there are no trading operations test on NZDUSD,H1 2019.07.23 01:00:00 Steady_as_a_mountains NZDUSD,H1: array out of range in '??2.0 ????.mq4' (93,18) 2019.07.23 01:00:00 Testing pass stopped due to a critical error in the EA there are no trading operations
提示这些,下面有截图,请问我这是什么原因导致的测试无法通过,求教各位大佬