Support Board
Date/Time: Wed, 14 May 2025 06:33:21 +0000
Post From: error for not declared in this scope
[2017-01-23 13:05:55] |
User701247 - Posts: 117 |
I find following error for not declared in this scope. Does anyone have any suggestions on what Additional Header Files should be included? Thanks you very much for any suggestions Sierra Chart Version: 1457 43 sc.Subgraph[SubgraphIndex].DrawStyle = DRAWSTYLE_SQUARE_OFFSET_LEFT_BODY; 44 sc.Subgraph[SubgraphIndex].LineWidth = 8; 45 sc.Subgraph[SubgraphIndex].DrawZeros = 0; 46 } C:\SierraChart\ACS_Source\VolumeatPriceThresholdAlertV2.cpp: In function 'void scsf_VolumeAtPriceThresholdAlertV2(SCStudyInterfaceRef)': C:\SierraChart\ACS_Source\VolumeatPriceThresholdAlertV2.cpp:43:46: error: 'DRAWSTYLE_SQUARE_OFFSET_LEFT_BODY' was not declared in this scope sc.Subgraph[SubgraphIndex].DrawStyle = DRAWSTYLE_SQUARE_OFFSET_LEFT_BODY; Date Time Of Last Edit: 2017-01-23 13:06:39
|