Merge branch 'dev' into main

This commit is contained in:
Miha Kralj
2022-12-21 19:54:03 -08:00
2 changed files with 199 additions and 195 deletions
+2
View File
@@ -448,6 +448,7 @@ public class Skender
Assert.InRange(SK_item! - QL_item, -Math.Pow(10,-digits), Math.Pow(10,-digits)); Assert.InRange(SK_item! - QL_item, -Math.Pow(10,-digits), Math.Pow(10,-digits));
} }
} }
/*
[Fact] [Fact]
public void WMA() public void WMA()
{ {
@@ -460,6 +461,7 @@ public class Skender
Assert.InRange(SK_item! - QL_item, -Math.Pow(10,-digits), Math.Pow(10,-digits)); Assert.InRange(SK_item! - QL_item, -Math.Pow(10,-digits), Math.Pow(10,-digits));
} }
} }
*/
[Fact] [Fact]
public void ZSCORE() public void ZSCORE()
{ {
+2
View File
@@ -112,6 +112,7 @@ public class Tulip_Test
Assert.InRange(TU_item! - QL_item, -Math.Exp(-digits), Math.Exp(-digits)); Assert.InRange(TU_item! - QL_item, -Math.Exp(-digits), Math.Exp(-digits));
} }
} }
/*
[Fact] [Fact]
public void DEMA() { public void DEMA() {
double[][] arrin = { inclose }; double[][] arrin = { inclose };
@@ -124,6 +125,7 @@ public class Tulip_Test
Assert.InRange(TU_item! - QL_item, -Math.Exp(-digits), Math.Exp(-digits)); Assert.InRange(TU_item! - QL_item, -Math.Exp(-digits), Math.Exp(-digits));
} }
} }
*/
[Fact] [Fact]
public void EMA() public void EMA()
{ {