mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 04:58:08 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -264,7 +264,7 @@ public class PvdValidationTests
|
||||
// Mix of zero and non-zero volumes
|
||||
for (int i = 0; i < 20; i++)
|
||||
{
|
||||
double volume = i % 3 == 0 ? 0.0 : 1000.0 + i * 10;
|
||||
double volume = i % 3 == 0 ? 0.0 : 1000.0 + (i * 10);
|
||||
bars.Add(new TBar(time.AddMinutes(i), 100.0 + i, 101.0 + i, 99.0 + i, 100.5 + i, volume));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user