tests and cleanup

This commit is contained in:
Miha Kralj
2024-10-11 18:02:09 -07:00
parent 839313c9f2
commit cc45cebeb4
96 changed files with 3640 additions and 327 deletions
+2 -1
View File
@@ -16,6 +16,7 @@ public class RealizedIndicator : IndicatorBase
public RealizedIndicator() : base()
{
Name = "RV - Realized Volatility";
Description = "Measures actual price volatility over a specific period, useful for risk assessment and forecasting.";
SeparateWindow = true;
}
@@ -25,4 +26,4 @@ public class RealizedIndicator : IndicatorBase
MinHistoryDepths = realized.WarmupPeriod;
base.InitIndicator();
}
}
}