mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 11:38:05 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -259,4 +259,4 @@ public sealed class PivotValidationTests
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -273,4 +273,4 @@ public sealed class PivotcamValidationTests
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -240,4 +240,4 @@ public sealed class PivotdemValidationTests
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -246,4 +246,4 @@ public sealed class PivotfibValidationTests
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -254,4 +254,4 @@ public sealed class PivotwoodValidationTests
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -210,7 +210,7 @@ public sealed class PsarValidationTests
|
||||
highData, lowData,
|
||||
0..^0, taOut, out var outRange,
|
||||
afStep, afMax);
|
||||
Assert.Equal(Core.RetCode.Success, retCode);
|
||||
Assert.Equal(TALib.Core.RetCode.Success, retCode);
|
||||
|
||||
(int offset, int length) = outRange.GetOffsetAndLength(taOut.Length);
|
||||
Assert.True(length > 100, $"TALib SAR produced only {length} values");
|
||||
|
||||
Reference in New Issue
Block a user