Skip to content

Commit

Permalink
Unseal greeks ComputeIndicator method (#8570)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul authored Feb 3, 2025
1 parent 8149c29 commit 40e887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Indicators/OptionGreekIndicatorBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ protected OptionGreeksIndicatorBase(string name, Symbol option, PyObject riskFre
/// Computes the next value of the option greek indicator
/// </summary>
/// <returns>The input is returned unmodified.</returns>
sealed protected override decimal ComputeIndicator()
protected override decimal ComputeIndicator()
{
var time = Price.Current.EndTime;

Expand Down

0 comments on commit 40e887a

Please sign in to comment.