Support Board
Date/Time: Tue, 25 Feb 2025 23:13:25 +0000
Post From: Few problems in the Sierra Chart Custom Study
[2021-04-26 10:11:59] |
User741184 - Posts: 44 |
I want to know what can be done when sc.LastCallToFunction is set to True? Because simple code like printing message to File or to Sierra Chart Message Log does not work. if (sc.LastCallToFunction) { MyFile << "Here" << std::endl; sc.AddMessageToLog("Here in last call to function", 0); return; } Nothing gets printed Why? Date Time Of Last Edit: 2021-04-26 10:12:52
|