mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 13:38:05 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -161,4 +161,4 @@ public class VwadIndicatorTests
|
||||
// Different periods should produce different results
|
||||
Assert.NotEqual(val10, val20, 6);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -426,4 +426,4 @@ public class VwadTests
|
||||
Assert.Equal(expected, spanResult, precision: 9);
|
||||
Assert.Equal(expected, streamingResult, precision: 9);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user