Support Board
Date/Time: Thu, 30 Oct 2025 05:25:49 +0000
Post From: Some misnaming in studies5.cpp
| [2016-12-31 14:37:04] |
| DabbaDo - Posts: 148 |
|
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 |
