CMO - Chande Momentum Oscillator

This commit is contained in:
Miha Kralj
2024-10-22 05:46:48 -07:00
parent e3d7cd9896
commit 7748bdd101
7 changed files with 163 additions and 5 deletions
+1
View File
@@ -41,6 +41,7 @@ public class AtrIndicator : Indicator, IWatchlistIndicator
AtrSeries!.SetMarker(0, Color.Transparent); //OnPaintChart draws the line, hidden here
}
#pragma warning disable CA1416 // Validate platform compatibility
public override string ShortName => $"ATR ({Periods})";