Outputs a message to the console with the current UTC time in testing.
Syntax
Parameters
message
- A string containing the message to be printed.
Return Value
This method does not return a value.
Description
The Print
method outputs a message to the console, prefixed with the current UTC time in testing. This is useful for debugging and logging information during strategy development and testing.
The timestamp format is "YYYY.MM.DD HH:nn:ss" and represents the last processed tick time in the testing environment.
Example
Last updated