Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 07:58:38 +0000



Post From: how do you find existing study source code?

[2024-06-19 01:38:02]
ForgivingComputers.com - Posts: 960
To find the source code for a built-in study:

1. Open the Study Settings Window and look in the lower left for
DLLName.FunctionName
(If you don't see this box, the source code is not available. Stop here.)
2. Look in the box and copy everything after "SierraChartStudies_64." (Select from scsf to the end and Copy)
3. Cancel out of the study settings
4. Start>>Notepad++
5. Search>>Find in Files (Ctrl-Shift-F)
6. In the Find What field, paste the text from the scsf function name
7. Filters: *.cpp, *.h
8. Directory C:\SierraChart\ACS_Source (or wherever your ACS_Source folder is located)
9. Click Find All