I'm trying to run a print command in the OnStartUp() to print something to the output window only once, when a Strategy starts. For example:
PrintWithTimeStamp("Strategy XYZ has started");
I've tried a few different things and I'm not having any luck.
Am I overlooking something?
Thanks!

Comment