Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 07:53:01 +0000



Post From: ACSIL Depth Bars

[2018-04-03 02:11:03]
User710890 - Posts: 23
Hi,

I'm trying to create a custom study using the depth bars class. This is not my first custom study, so I'm not sure if I'm missing something that isn't ordinarily required.

In trying to just get the example running:
ACSIL Interface Members - Historical Market Depth Data (c_ACSILDepthBars): Iterating Through All the Prices Within a Bar

I am getting:

Severity  Code  Description  Project  File  Line  Suppression State
Error  C2039  'DepthDataExistsAt': is not a member of 'c_ACSILDepthBars'  Depth  c:\CustomStudies\Depth\depth.cpp  551  
Error (active)    class "s_sc" has no member "GetMarketDepthBars"  Depth  c:\CustomStudies\Depth\Depth.cpp  546  
Error (active)    class "c_ACSILDepthBars" has no member "DepthDataExistsAt"  Depth  c:\CustomStudies\Depth\Depth.cpp  551  
Error  C2039  'GetMarketDepthBars': is not a member of 's_sc'  Depth  c:\CustomStudies\Depth\depth.cpp  546  

Please advise (hopefully I haven't missed something stupid here). I'm running v.1727 btw.
Date Time Of Last Edit: 2018-04-03 02:39:58