tests update

This commit is contained in:
Miha Kralj
2022-12-21 18:52:34 -08:00
parent 0581135b5a
commit 17c0e98186
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ public class TA_LIB
[Fact]
public void ADOSC()
{
ADOSC_Series QL = new(bars, false);
ADOSC_Series QL = new(bars );
Core.AdOsc(inhigh, inlow, inclose, involume, 0, bars.Count - 1, TALIB, out int outBegIdx, out _);
Assert.Equal(Math.Round(TALIB[TALIB.Length - outBegIdx - 1], 6, MidpointRounding.AwayFromZero), Math.Round(QL.Last().v, 6, MidpointRounding.AwayFromZero));