mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 12:38:06 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -313,4 +313,4 @@ public class RviIndicatorTests
|
||||
// In a neutral market, RVI should be near 50
|
||||
Assert.True(val >= 30 && val <= 70, $"Neutral market should produce RVI near 50, got {val}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -668,4 +668,4 @@ public class RviTests
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -616,4 +616,4 @@ public class RviValidationTests
|
||||
return values.Average(v => Math.Pow(v - mean, 2));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user