Login Page - Create Account

Support Board


Date/Time: Sat, 30 Nov 2024 06:45:25 +0000



Bad links and suggested updates for ACSIL_Members_Functions.html

View Count: 470

[2022-12-16 19:54:04]
User719512 - Posts: 268
Hello SC Team,

Bad links and suggestions for https://www.sierrachart.com/index.php?page=doc/ACSIL_Members_Functions.html

Summary:
Fix links for sc.UsesMarketDepthData
Update struct s_MarketDepthEntry snippets
Add a help topic to explain struct s_MarketDepthEntry members including the difference between Price and AdjustedPrice.


sc.UsesMarketDepthData links point to:
https://www.sierrachart.com/index.php?page=doc/ACSIL_Members_Functions.html#scUsesMarketDepthData

should be:
ACSIL Interface Members - Variables and Arrays: sc.UsesMarketDepthData

For example:
sc.GetAskMarketDepthEntryAtLevel

struct s_MarketDepthEntry Updates:
struct s_MarketDepthEntry
{
  float Price;
  t_MarketDataQuantity Quantity;
  uint32_t NumOrders;
}

should be:

struct s_MarketDepthEntry
{
  float Price;
  t_MarketDataQuantity Quantity;
  uint32_t NumOrders;
  float AdjustedPrice;
}

[2022-12-16 20:48:32]
Sierra_Chart Engineering - Posts: 17271
Thank you will do this
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2022-12-17 22:26:57]
User719512 - Posts: 268
Thank for fixing this documentation for the benefit of all developers.

The information is there and looks accurate. FYI, there are some minor formatting/alignment issues if you care to address them.

There are 4 locations for "struct s_MarketDepthEntry" and they are potentially indented too far (but aligned), or indented as expected with the first 3 fields indented too far.
images_MarketDepthEntry.png / V - Attached On 2022-12-17 22:26:01 UTC - Size: 163.89 KB - 90 views

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account