Thanks for taking a close look and helping me with my education.

In the final run, if no inputs are useful, Train will produce a prediction rule .c file like this
Html:
int EURUSD_L(float* sig)
{
  if( > 0.50)
    return 64;
  else
    return -64;
}


This is also a syntax error.