mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 02:28:05 +00:00
Momentum
charts for Quantower
This commit is contained in:
@@ -38,7 +38,7 @@ public class CmoIndicator : Indicator, IWatchlistIndicator
|
||||
Description = "Measures the momentum of price changes using the difference between the sum of recent gains and the sum of recent losses.";
|
||||
SeparateWindow = true;
|
||||
SourceName = Source.ToString();
|
||||
CmoSeries = new($"CMO {Periods}", Color.Blue, 2, LineStyle.Solid);
|
||||
CmoSeries = new($"CMO {Periods}", color: IndicatorExtensions.Volatility, 2, LineStyle.Solid);
|
||||
AddLineSeries(CmoSeries);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user