macos dev update

This commit is contained in:
Miha
2024-10-26 23:54:55 -07:00
parent e4f718a365
commit c21b96152c
28 changed files with 458 additions and 345 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public class ZlemaIndicator : Indicator, IWatchlistIndicator
public bool ShowColdValues { get; set; } = true;
private Zlema? ma;
private Huberloss? err;
private Huber? err;
protected LineSeries? Series;
protected string? SourceName;
public int MinHistoryDepths => Periods;