From 40e887a106489c3af6671d18d36ac7fdc4b0e4db Mon Sep 17 00:00:00 2001 From: Jhonathan Abreu Date: Mon, 3 Feb 2025 10:16:34 -0400 Subject: [PATCH] Unseal greeks ComputeIndicator method (#8570) --- Indicators/OptionGreekIndicatorBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/OptionGreekIndicatorBase.cs b/Indicators/OptionGreekIndicatorBase.cs index 5e9231b8c97e..f512afd5d5b2 100644 --- a/Indicators/OptionGreekIndicatorBase.cs +++ b/Indicators/OptionGreekIndicatorBase.cs @@ -138,7 +138,7 @@ protected OptionGreeksIndicatorBase(string name, Symbol option, PyObject riskFre /// Computes the next value of the option greek indicator /// /// The input is returned unmodified. - sealed protected override decimal ComputeIndicator() + protected override decimal ComputeIndicator() { var time = Price.Current.EndTime;