Codacy cleanup

This commit is contained in:
Miha Kralj
2022-11-14 17:38:37 -08:00
parent 6907c3d92d
commit 39bb7b8a91
15 changed files with 563 additions and 476 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ public class Skender_Stock
});
}
[Fact]
[Fact]
public void SMA()
{
SMA_Series QL = new(bars.Close, period, false);
@@ -196,7 +196,7 @@ public class Skender_Stock
Assert.Equal(Math.Round((double)SK.Last().Rsi!, 6), Math.Round(QL.Last().v, 6));
}
[Fact]
[Fact]
public void ALMA()
{
ALMA_Series QL = new(bars.Close, period, useNaN: false);