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:
@@ -156,4 +156,4 @@ public class EfiIndicatorTests
|
||||
double val = indicator.LinesSeries[0].GetValue(0);
|
||||
Assert.True(val < 0, $"EFI should be negative on sustained price decrease, got {val}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -334,4 +334,4 @@ public class EfiTests
|
||||
var val = efi.Update(new TBar(time.AddMinutes(1), 10, 11, 4, 5, 500));
|
||||
Assert.True(val.Value < 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,4 +83,4 @@ public class EfiValidationTests
|
||||
|
||||
ValidationHelper.VerifyData(streamingValues.ToArray(), spanValues, 0, 100, 1e-12);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user