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
@@ -161,4 +161,4 @@ public class VwadIndicatorTests
// Different periods should produce different results
Assert.NotEqual(val10, val20, 6);
}
}
}
+1 -1
View File
@@ -426,4 +426,4 @@ public class VwadTests
Assert.Equal(expected, spanResult, precision: 9);
Assert.Equal(expected, streamingResult, precision: 9);
}
}
}
+1 -1
View File
@@ -244,4 +244,4 @@ public class VwadValidationTests
// Most bars should cause changes (unless MFM happens to be exactly 0)
Assert.True(changeCount > _data.Bars.Count * 0.5, "VWAD should change for most bars with non-zero MFM");
}
}
}