Login Page - Create Account

Support Board


Date/Time: Sat, 15 Mar 2025 23:36:18 +0000



Post From: SCStudyFunctions.cpp modification of funcitons

[2022-07-27 02:21:13]
User857150 - Posts: 11
Hello!

I was trying to add my functions in the file ACS_Source->SCStudyFunctions.cpp. However, upon adding them, I could not use them in the custom study (.cpp) file because the function was simply not found.
I also added the function to the headers.

How to add functions in SCStudyFunctions.cpp?

How does the development process look like in Sierra Chart? How do the developers of SC see it?

For instance, i can create my own dll file with functions inside and link them with the rest ACS_Source folder, or is it better to use static libraries? WHat is your suggestion?