Support Board
Date/Time: Tue, 26 Aug 2025 05:24:07 +0000
Post From: Custom Study Compiles and Loads, but Function Never Executes (No Logging or Orders)
[2025-08-04 21:49:32] |
User792880 - Posts: 5 |
Hi, Thanks for the quick response. I recently updated to the latest version of Sierra Chart and am using the fresh ACS_Source folder that came with it. In response to your question: Automated Trading Management → SendOrdersToTradeService is currently set to FALSE, since I’m running in Trade Simulation Mode with Replay. I’ve compiled a custom DLL (logtest.dll) using the updated sierrachart.h, placed it in the correct folder, and successfully loaded it into a chart using Analysis → Studies. The study appears as expected, but: No trades are executing during replay Nothing is printed to the Message Log (even simple log messages using sc.AddMessageToLog()) I’ve double-checked that: Trade simulation is enabled The chart is actively replaying data The study is properly added to the chart and visibly running I’ve based the structure on examples in the ACS_Source folder. If needed, I’m happy to share the .cpp file. Are there any new behavioral changes or execution flags introduced in the latest version that could suppress logging or trade execution during replay? Thanks again for your help, Jack |