Support Board
Date/Time: Wed, 03 Sep 2025 09:09:02 +0000
Post From: How to set up data and backtest a study
[2025-08-04 01:04:10] |
User944318 - Posts: 19 |
I am able to build, add a study to chart and replay it. I can see on the chart and in the trade->trade activity log-> chart stats , the results of the study. When I do this, nothing is printed to the window message log despite sc.AddMessageToLog("Message Text", 1); being inside the buy/sell conditions which are operating and there is no data in the trade->trade acitivyt log->trade statistics. How can I print messages and see the aggregate trade statistics from a study?
|