protected override void OnBarUpdate()
{
if (CurrentBar < 1)
return;
EnterLong(100);
Print("Time = " + Times[1][0] + ", 1. Close = " + Closes[0][0] + " , Yesterday High = " + Highs[0][1]);
}
Thanks.

Comment