mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 11:08:05 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -335,4 +335,4 @@ public class UiIndicatorTests
|
||||
// After 15 bars of rising prices past the old high, UI should be near zero or much lower
|
||||
Assert.True(afterRecovery < duringDrawdown, "Recovery from drawdown should reduce UI value");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -611,4 +611,4 @@ public class UiTests
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -696,4 +696,4 @@ public class UiValidationTests
|
||||
int finiteCount = values.Count(v => double.IsFinite(v));
|
||||
Assert.True(finiteCount > 100, $"Expected >100 finite Ooples UI values, got {finiteCount}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user