Support Board
Date/Time: Sun, 08 Jun 2025 00:53:30 +0000
Post From: Programming Help ACSIL
[2022-10-13 18:48:23] |
User183724 - Posts: 194 |
I'm learning ACSIL. I'm working though the examples provided by SC. I've hit a snag... User Contributed Advanced Custom Study System Source Code OnBalanceVolumeByTickMACDWithFilters.cpp I loaded this study into Notepad++ provided with my installation of SC. I saved it to my local directory: C:\SierraChart\ACS_Source when I attempted to remote build this study, i received the following error. OnBalanceVolumeByTickMACDWithFilters.cpp: In function 'void scsf_OBVByTickMACDWithFilters(SCStudyInterfaceRef)': OnBalanceVolumeByTickMACDWithFilters.cpp:184:53: error: 'SC_NT' was not declared in this scope; did you mean 'SC_NO'? 184 | else {Up = SC_ASKNT; Down = SC_BIDNT; VolumeType = SC_NT;} | ^~~~~ | SC_NO -- End of Build -- 13:35:23 being new to ACSIL, I don't know what this error means or how to fix it. any assistance appreciated thanks |