mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 12:08:05 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -323,9 +323,9 @@ public class IiiTests
|
||||
|
||||
for (int i = 0; i < size; i++)
|
||||
{
|
||||
high[i] = 110 + i * 0.1;
|
||||
low[i] = 90 + i * 0.1;
|
||||
close[i] = 100 + i * 0.1;
|
||||
high[i] = 110 + (i * 0.1);
|
||||
low[i] = 90 + (i * 0.1);
|
||||
close[i] = 100 + (i * 0.1);
|
||||
volume[i] = 100000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user