We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a935b commit e22a8caCopy full SHA for e22a8ca
1 file changed
Algo/Indicators/VolumeWeightedMovingAverage.cs
@@ -14,10 +14,7 @@
14
[Doc("topics/api/indicators/list_of_indicators/volume_weighted_ma.html")]
15
public class VolumeWeightedMovingAverage : LengthIndicator<decimal>
16
{
17
- // Текущее значение числителя
18
private readonly Sum _nominator = new();
19
-
20
- // Текущее значение знаменателя
21
private readonly Sum _denominator = new();
22
23
/// <summary>
0 commit comments