mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 03:58:04 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -320,8 +320,8 @@ public class EomTests
|
||||
|
||||
for (int i = 0; i < size; i++)
|
||||
{
|
||||
high[i] = 110 + i * 0.1;
|
||||
low[i] = 90 + i * 0.1;
|
||||
high[i] = 110 + (i * 0.1);
|
||||
low[i] = 90 + (i * 0.1);
|
||||
volume[i] = 100000;
|
||||
}
|
||||
|
||||
@@ -365,5 +365,4 @@ public class EomTests
|
||||
// Different volume scales should produce different results
|
||||
Assert.NotEqual(eom1.Last.Value, eom2.Last.Value);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user