protected override void OnBarUpdate()
{[INDENT]if (Bars.GetSessionBar(1).Close < Bars.GetSessionBar(1).Open)[/INDENT][INDENT]{[INDENT]EnterLong();[/INDENT]}[/INDENT]
}
The entries however still seem to be taken regardless of the error, so I'm not sure whether it's causing any real problems. Any help would be appreciated.

Comment