corrections

This commit is contained in:
Miha Kralj
2024-10-13 11:19:27 -07:00
parent 2236f5f483
commit bbefc72d73
65 changed files with 669 additions and 1087 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public class EntropyIndicator : Indicator, IWatchlistIndicator
private Entropy? entropy;
protected LineSeries? EntropySeries;
protected string? SourceName;
public int MinHistoryDepths => 2;
public static int MinHistoryDepths => 2;
int IWatchlistIndicator.MinHistoryDepths => MinHistoryDepths;
public EntropyIndicator()