mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-07 21:47:43 +00:00
corrections
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user