protected override void OnStart()
{
if (Position.MarketPosition == MarketPosition.Flat)
{
EnterLong(100000, "Entry1");
EnterLong(100000, "Entry2");
}
}
It used to make two entries. I'm on 64-bit 7.0.1000.8. I use IB with the special install for group account. I get the 1st entry but not the 2nd on live and on Sim101. The strategy is attached to e$. Same result whether it is run under OnStart() or OnBarUpdate().
help?
Rich

Comment