Time

Property of type DateTime that contains timestamp of the current bar.

// Write current time and price to the logs
Log("Current price at " + Time + ": " + Market.CurrentPrice);

Last updated