When I set it back to 1 it gives this error.
Here's my code for the entry.
if (CrossBelow(macdLine, signalLine, 1));
EnterShort(1, "Down");
ExitShortStopMarket(Close[0] + 3, "Down");
ExitShortLimit(Close[0] - .5, "Down");
I have a print condition that tells me the market position. And in the output menu it keeps saying "Flat"
(Testing this on a sim account)

Comment