So here's the code to enter:
EnterShort(Convert.ToInt32(DefaultQuantity), MyOrderName);
or
EnterLong(Convert.ToInt32(DefaultQuantity), MyOrderName);
To Exit:
ExitShort(MyOrderName);
or
ExitLong(MyOrderName);
I have verified that the MyOrderName is the same for both Enter and Exit.
So the Entry Signal exit should work, but not seem to work.
Any thoughts?

Comment