mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 03:28:05 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -144,7 +144,7 @@ public class StcIndicatorTests
|
||||
double[] closes = new double[100];
|
||||
for (int i = 0; i < 100; i++)
|
||||
{
|
||||
closes[i] = 100 + Math.Sin(i * 0.1) * 10;
|
||||
closes[i] = 100 + (Math.Sin(i * 0.1) * 10);
|
||||
}
|
||||
|
||||
foreach (var close in closes)
|
||||
|
||||
Reference in New Issue
Block a user