This commit is contained in:
Miha Kralj
2024-10-14 12:28:56 -07:00
parent ffed6491d4
commit e5a1948fc0
10 changed files with 314 additions and 101 deletions
+2
View File
@@ -95,6 +95,8 @@ namespace QuanTAlib
// Volatility Indicators
[Fact] public void Atr() => TestIndicator<AtrIndicator>("atr");
[Fact] public void Jvolty() => TestIndicator<JvoltyIndicator>("jvolty");
[Fact] public void Historical() => TestIndicator<HistoricalIndicator>("historical");
[Fact] public void Realized() => TestIndicator<RealizedIndicator>("realized");
[Fact] public void Rvi() => TestIndicator<RviIndicator>("rvi");