mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
Momentum
charts for Quantower
This commit is contained in:
@@ -19,7 +19,7 @@ public class RviIndicator : Indicator, IWatchlistIndicator
|
||||
Description = "Measures the direction of volatility, helping to identify overbought or oversold conditions in price.";
|
||||
SeparateWindow = true;
|
||||
|
||||
RviSeries = new("RVI", Color.Blue, 2, LineStyle.Solid);
|
||||
RviSeries = new("RVI", color: IndicatorExtensions.Volatility, 2, LineStyle.Solid);
|
||||
AddLineSeries(RviSeries);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user