charts for Quantower
This commit is contained in:
Miha Kralj
2024-11-06 20:56:32 -08:00
parent 0bae9ce15b
commit 582a0256ec
75 changed files with 652 additions and 281 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public class RealizedIndicator : Indicator, IWatchlistIndicator
Description = "Measures actual price volatility over a specific period, useful for risk assessment and forecasting.";
SeparateWindow = true;
RvSeries = new("RV", Color.Blue, 2, LineStyle.Solid);
RvSeries = new("RV", color: IndicatorExtensions.Volatility, 2, LineStyle.Solid);
AddLineSeries(RvSeries);
}