Support Board
Date/Time: Wed, 27 Nov 2024 18:55:50 +0000
Post From: 238:5: error: 'CalculateDailyOHLC' was not declared in this scope
[2021-03-06 02:53:37] |
InvestmentCLB - Posts: 11 |
I copied and pasted the source code (DailyOHLC) in a custom study I'm working on. For the oddest reason, the code will not compile (remote build). This is the error message I'm receiving below: MarketProfileAlertingSystem.cpp: In function 'void scsf_DailyOHLC(SCStudyInterfaceRef)': MarketProfileAlertingSystem.cpp:238:5: error: 'CalculateDailyOHLC' was not declared in this scope 238 | CalculateDailyOHLC( | ^~~~~~~~~~~~~~~~~~ -- End of Build -- 20:37:05 Can someone help me? Thanks. |