else if(Position.MarketPosition == MarketPosition.Flat && oscSignalShort) // Short entry logic
{
scalpShort = EnterShortLimit(tBIP,true, 1, GetCurrentBid(tBIP), "Short");
oscSignalShort = false;
}
I see nothing in the logs apart from the one error message above despite using
TraceOrders = true;

Comment