This commit is contained in:
Miha Kralj
2024-11-08 10:07:11 -08:00
parent 11fc798517
commit 02c92712a0
5 changed files with 78 additions and 39 deletions
+1
View File
@@ -59,6 +59,7 @@ public class WmaIndicator : Indicator, IWatchlistIndicator
Series!.SetValue(result.Value);
Series!.SetMarker(0, Color.Transparent); //OnPaintChart draws the line, hidden here
}
#pragma warning disable CA1416 // Validate platform compatibility
public override void OnPaintChart(PaintChartEventArgs args)
{