Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 19:03:11 +0000



Post From: creating log file of trades while backtesting

[2017-07-23 18:25:58]
User61576 - Posts: 445
i am using this to get the SC log file

ofstream outputFile;
  outputFile.open("C:\\SierraChart\\Data\\abcde.txt", std::ofstream::out | std::ofstream::app);

but i would like also to create a separate log with the backtesting's trades

pls advice how i can do this

thanks