corrections

This commit is contained in:
Miha Kralj
2024-10-13 17:18:31 -07:00
parent 2236f5f483
commit bbefc72d73
65 changed files with 669 additions and 1087 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public class PercentileIndicator : Indicator, IWatchlistIndicator
private Percentile? percentile;
protected LineSeries? PercentileSeries;
protected string? SourceName;
public int MinHistoryDepths => 2;
public static int MinHistoryDepths => 2;
int IWatchlistIndicator.MinHistoryDepths => MinHistoryDepths;
public PercentileIndicator()