Login Page - Create Account

Support Board


Date/Time: Thu, 30 Jan 2025 18:09:59 +0000



Post From: Custom Study to adjust chart scale doesn't apply?

[2025-01-28 21:47:21]
Sierra_Chart Engineering - Posts: 18187
We tested this, and did not find any problem. The chart immediately updated. Below is a code example to change to a user-defined scale on a full recalculation and setting the top and bottom.
  if (sc.IsFullRecalculation)
  {
    sc.BaseGraphScaleRangeType = SCALE_USERDEFINED;
    sc.BaseGraphScaleRangeTop = 200;
    sc.BaseGraphScaleRangeBottom = 100;
  }

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: 2025-01-28 21:47:28