if(submitTrades == true) ExitShort();
if(submitTrades == true) EnterLong(DefaultQuantity, "");
I do the opposite when entering a short trade. However, it's not working as I expected. I notice in my DOM that my contracts are accumulating as if the exit is not being executed.
Any thoughts? thanks

Comment