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
@@ -10,7 +10,7 @@ public class AtrIndicator : Indicator, IWatchlistIndicator
private Atr? atr;
protected LineSeries? AtrSeries;
public int MinHistoryDepths => 2;
public static int MinHistoryDepths => 2;
int IWatchlistIndicator.MinHistoryDepths => MinHistoryDepths;
public AtrIndicator()
-1
View File
@@ -27,7 +27,6 @@ public class TestIndicator : Indicator, IWatchlistIndicator
private Sma? ma;
protected LineSeries? Series;
//protected string? SourceName;
public int MinHistoryDepths { get; set; }
int IWatchlistIndicator.MinHistoryDepths => 0; //QuanTAlib indicators generate value immediately