charts for Quantower
This commit is contained in:
Miha Kralj
2024-11-06 20:56:32 -08:00
parent 0bae9ce15b
commit 582a0256ec
75 changed files with 652 additions and 281 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public class SlopeIndicator : Indicator, IWatchlistIndicator
SeparateWindow = true;
SourceName = Source.ToString();
SlopeSeries = new("Slope", Color.Blue, 2, LineStyle.Solid);
SlopeSeries = new("Slope", color: IndicatorExtensions.Statistics, 2, LineStyle.Solid);
LineSeries = new("Regression Line", Color.Red, 1, LineStyle.Solid);
AddLineSeries(SlopeSeries);
AddLineSeries(LineSeries);