Login Page - Create Account

Support Board


Date/Time: Tue, 16 Jun 2026 07:27:59 +0000



Post From: Upcoming Development and Internal Number Precision Improvement Project

[2026-05-14 22:30:57]
Sierra_Chart Engineering - Posts: 24040
Related to this development the next change we are going to make which will affect ACSIL custom studies is to this market depth data structure:
struct s_MarketDepthEntry
{
  double Price = 0;
  t_MarketDataQuantity Quantity = 0;
  uint32_t NumOrders = 0;
  double AdjustedPrice = 0;
}

The Price members will be changed from float to double.

This will require a recompile of custom studies when this is released. Otherwise, the functions to access market depth data, will just returned an error: 0.


Also regarding Google Firebase development, that was abandoned. This ended up being a lot of work and in the end, it offered no advantage over the ntfy app. The ntfy app overall is more reliable for various reasons.
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
Date Time Of Last Edit: 2026-05-14 22:32:43