test: setup common stability and robustness properties tracking

This commit is contained in:
Miha Kralj
2026-02-27 12:50:05 -08:00
parent 4ab3a7fb53
commit 769a923a24
287 changed files with 1314 additions and 867 deletions
+1 -1
View File
@@ -293,4 +293,4 @@ public class TrIndicatorTests
// TR = max(10, 60, 50) = 60
Assert.Equal(60.0, secondTr, 10);
}
}
}
+1 -1
View File
@@ -530,4 +530,4 @@ public class TrTests
}
#endregion
}
}
+2 -2
View File
@@ -672,7 +672,7 @@ public class TrValidationTests
double[] output = new double[high.Length];
var retCode = Functions.TRange<double>(high, low, close, 0..^0, output, out var outRange);
Assert.Equal(Core.RetCode.Success, retCode);
Assert.Equal(TALib.Core.RetCode.Success, retCode);
int lookback = Functions.TRangeLookback();
@@ -713,4 +713,4 @@ public class TrValidationTests
$"TR mismatch at {qIdx}: QuanTAlib={qOutput[qIdx]:G17}, Tulip={outputs[0][i]:G17}");
}
}
}
}