00: 233000
with the following code in an indicator:
protected override void OnBarUpdate()
{
Print("00: " + ToTime(Time[0]) );
Print("01: " + ToTime(Time[1]) );
Print("02: " + ToTime(Time[2]) );
}

Comment