mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 04:58:08 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -284,4 +284,4 @@ public class TwapIndicatorTests
|
||||
Assert.True(double.IsFinite(val), $"Value at bar {i} should be finite");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -421,4 +421,4 @@ public class TwapTests
|
||||
|
||||
Assert.Equal(100, result.Value, 10);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -178,4 +178,4 @@ public class TwapValidationTests
|
||||
$"TWAP {v} should be within reasonable bounds of price range [{minPrice}, {maxPrice}]");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user