mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 22:08:05 +00:00
CTI - Ehler's Correlation Trend - calc and chart
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user