mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 20:48:04 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -157,4 +157,4 @@ public class AobvIndicatorTests
|
||||
Assert.Equal("Fast", indicator.LinesSeries[0].Name);
|
||||
Assert.Equal("Slow", indicator.LinesSeries[1].Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -353,4 +353,4 @@ public class AobvTests
|
||||
Assert.NotEqual(0, aobv.LastFast.Value);
|
||||
Assert.NotEqual(0, aobv.LastSlow.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -202,4 +202,4 @@ public class AobvValidationTests
|
||||
Assert.True(risingFastCount > 20, $"Fast EMA should trend up in uptrend, rising count: {risingFastCount}");
|
||||
Assert.True(risingSlowCount > 15, $"Slow EMA should trend up in uptrend, rising count: {risingSlowCount}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user