mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 03:28:05 +00:00
Momentum
charts for Quantower
This commit is contained in:
@@ -38,7 +38,7 @@ public class StddevIndicator : Indicator, IWatchlistIndicator
|
||||
SeparateWindow = true;
|
||||
SourceName = Source.ToString();
|
||||
|
||||
StddevSeries = new("StdDev", Color.Blue, 2, LineStyle.Solid);
|
||||
StddevSeries = new("StdDev", color: IndicatorExtensions.Statistics, 2, LineStyle.Solid);
|
||||
AddLineSeries(StddevSeries);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user