Already figured this one out.

I adapted the code from when I was entering a trade with a combo. Maybe the first arg in enterShort was setting a TMF parameter.

This seems to be working... But I am some other problems to work through.

if(combo(
c,-Lots,
0,0,
0,0,
0,0))
{
enterLong(comboLeg(1));
}