corrections

This commit is contained in:
Miha Kralj
2024-10-13 17:31:35 -07:00
parent 2236f5f483
commit ffed6491d4
66 changed files with 671 additions and 1088 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public class MinIndicator : Indicator, IWatchlistIndicator
private Min? mi;
protected LineSeries? MinSeries;
protected string? SourceName;
public int MinHistoryDepths => 0;
public static int MinHistoryDepths => 0;
int IWatchlistIndicator.MinHistoryDepths => MinHistoryDepths;
public MinIndicator()