Skip to content

Commit a6fb80f

Browse files
committed
Small changes.
1 parent 0833a7f commit a6fb80f

10 files changed

Lines changed: 14935 additions & 0 deletions

File tree

Algo/Indicators/TrueStrengthIndex.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ public int SecondLength
6868
}
6969
}
7070

71+
/// <inheritdoc />
72+
public override int NumValuesToInitialize
73+
=> _doubleSmoothedMomentum.NumValuesToInitialize + 1;
74+
7175
/// <inheritdoc />
7276
protected override bool CalcIsFormed()
7377
=> _doubleSmoothedMomentum.IsFormed && _doubleSmoothedAbsMomentum.IsFormed;

0 commit comments

Comments
 (0)