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