mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 11:38:05 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -249,8 +249,8 @@ public class ChangeValidationTests
|
||||
0.0,
|
||||
0.1, // (110-100)/100
|
||||
-0.1, // (99-110)/110
|
||||
120.0 / 99.0 - 1.0, // (120-99)/99
|
||||
100.0 / 120.0 - 1.0 // (100-120)/120
|
||||
(120.0 / 99.0) - 1.0, // (120-99)/99
|
||||
(100.0 / 120.0) - 1.0 // (100-120)/120
|
||||
];
|
||||
|
||||
var indicator = new Change(period);
|
||||
|
||||
Reference in New Issue
Block a user