Login Page - Create Account

Support Board


Date/Time: Wed, 24 Dec 2025 13:12:25 +0000



Post From: IsSwingHighAllowEqual_S

[2025-11-08 11:53:14]
User253985 - Posts: 24
This is what I did, hope this helps someone

//Searched for SCSFExport scsf_SwingHighAndLow(SCStudyInterfaceRef sc)
//Copied code from DriveName>>SierraChart>>ACS_Source>>Studies6.cpp
//Copied and pasted it to a new file and gave the file a name.cpp
//From DriveName>>SierraChart>>ACS_Source>>SCStudyfunctions.cpp I copied and pasted the Declared and Defined function IsSwingHighAllowEqual_S above SCSFExport scsf_SwingHighAndLow(SCStudyInterfaceRef sc)
//From DriveName>>SierraChart>>ACS_Source>>SCStudyfunctions.cpp I copied and pasted the Declared and Defined function IsSwingLowAllowEqual_S above SCSFExport scsf_SwingHighAndLow(SCStudyInterfaceRef sc)
//Then typed SCDLLName("AnyNameYouWantToPutHere rev:0") above SCSFExport scsf_SwingHighAndLow(SCStudyInterfaceRef sc)