Log messages to a file
-
What is the best way to achieve the following:
Log the following details to a file every 1 hour so that I can open that file in Excel for further analyses. The message should be all in 1 line with space separated so it can be opened in Excel
Date/Time Equity Balance
-
There is a block "Write to file". You can connect it after "Once per bar" (set to 1 hour) for example. A .csv file is written and the new data is appended, but I don't think that this will be a problem