mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 09:38:05 +00:00
corrections
This commit is contained in:
@@ -28,7 +28,7 @@ public class StddevIndicator : Indicator, IWatchlistIndicator
|
||||
private Stddev? stddev;
|
||||
protected LineSeries? StddevSeries;
|
||||
protected string? SourceName;
|
||||
public int MinHistoryDepths => 2;
|
||||
public static int MinHistoryDepths => 2;
|
||||
int IWatchlistIndicator.MinHistoryDepths => MinHistoryDepths;
|
||||
|
||||
public StddevIndicator()
|
||||
|
||||
Reference in New Issue
Block a user