mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 03:28:05 +00:00
Sonarcloud fixes
This commit is contained in:
+4
-4
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user