CTI - Ehler's Correlation Trend - calc and chart

This commit is contained in:
Miha Kralj
2024-11-08 08:24:51 -08:00
parent 351214ed31
commit 11fc798517
7 changed files with 164 additions and 10 deletions
+7
View File
@@ -172,4 +172,11 @@ public class OscillatorsUpdateTests : UpdateTestBase
Assert.Equal(initialValue, finalValue, precision);
}
[Fact]
public void Cti_Update()
{
var indicator = new Cti(period: 20);
TestTValueUpdate(indicator, indicator.Calc);
}
}