mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -396,7 +396,7 @@ public sealed class StarchannelValidationTests : IDisposable
|
||||
// Create predictable data: 100, 102, 104, 106, 108
|
||||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
double close = 100 + i * 2;
|
||||
double close = 100 + (i * 2);
|
||||
series.Add(new TBar(t0.AddMinutes(i), close, close + 5, close - 5, close, 100));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user