My Strategy always tries to enter with a quantity of 1 in my IB account despite me having the following:
protected override void Initialize()
{
DefaultQuantity = 25000;
}
EnterLongLimit(orderoffset, "longposition");
Regards, Stefan

Comment