Skip to content

Commit e22a8ca

Browse files
committed
Code cleanup.
1 parent c7a935b commit e22a8ca

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Algo/Indicators/VolumeWeightedMovingAverage.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
[Doc("topics/api/indicators/list_of_indicators/volume_weighted_ma.html")]
1515
public class VolumeWeightedMovingAverage : LengthIndicator<decimal>
1616
{
17-
// Текущее значение числителя
1817
private readonly Sum _nominator = new();
19-
20-
// Текущее значение знаменателя
2118
private readonly Sum _denominator = new();
2219

2320
/// <summary>

0 commit comments

Comments
 (0)