mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 02:28:05 +00:00
Codacy cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user