mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 01:58:06 +00:00
corrections
This commit is contained in:
@@ -25,7 +25,7 @@ public class ZscoreIndicator : Indicator, IWatchlistIndicator
|
||||
private Zscore? zScore;
|
||||
protected LineSeries? ZscoreSeries;
|
||||
protected string? SourceName;
|
||||
public int MinHistoryDepths => 2;
|
||||
public static int MinHistoryDepths => 2;
|
||||
int IWatchlistIndicator.MinHistoryDepths => MinHistoryDepths;
|
||||
|
||||
public ZscoreIndicator()
|
||||
|
||||
Reference in New Issue
Block a user