Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 01:51:39 +0000



Some misnaming in studies5.cpp

View Count: 670

[2016-12-31 14:37:04]
DabbaDo - Posts: 146
Kind of a nit, but...
Lines 1063-1071

    StdDevHigh.Name = "StdDev High";
    LinearRegression.DrawStyle = DRAWSTYLE_LINE;
    LinearRegression.PrimaryColor = RGB(255,0,255);
    LinearRegression.DrawZeros = false;

    StdDevLow.Name = "StdDev Low";
    LinearRegression.DrawStyle = DRAWSTYLE_LINE;
    LinearRegression.PrimaryColor = RGB(255,255,0);
    LinearRegression.DrawZeros = false;

Looks like a copy-paste error, where LinearRegression was intended to be StdDevHigh and StdDevLow.

Version 1500.
Cheers,
Dale
[2016-12-31 21:57:48]
Sierra Chart Engineering - Posts: 104368
Thank you for pointing this out. This has been corrected. Although it was harmless but incorrect.
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

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

Login

Login Page - Create Account