Sonarcloud fixes

This commit is contained in:
Miha Kralj
2024-09-30 15:53:48 -07:00
parent ad3aa37978
commit 697fa19cfa
17 changed files with 36 additions and 34 deletions
+4 -4
View File
@@ -8,11 +8,11 @@ public class TradyTests
{
private readonly TBarSeries bars;
private readonly GbmFeed feed;
private Random rnd;
private readonly Random rnd;
private readonly double range;
private int period, iterations;
private int skip;
private IEnumerable<IOhlcv> Candles;
private readonly int period, iterations;
private readonly int skip;
private readonly IEnumerable<IOhlcv> Candles;
public TradyTests()
{