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