Automatic Validation Failed - Using wrong period

 
I'm trying to submit an EA that only operates on the M1 period, but the automatic validation always fails because it is testing on M30, H1, and Daily periods.  I even have ChartSetSymbolPeriod(0, NULL, PERIOD_M1) set to force it to run on M1 and redundant code to return in OnTick if the period is something other than M1.  The automatic validation fails because there are no trades.

How does an EA get validated on the correct period?
 

what's the error code you get ? Can you take a screenshot 

Reason: