diff --git a/Source/QuanTAlib.csproj b/Source/QuanTAlib.csproj index 443980bc..c43aedcb 100644 --- a/Source/QuanTAlib.csproj +++ b/Source/QuanTAlib.csproj @@ -1,7 +1,7 @@  - 0.1.17 + 0.1.18 QuanTAlib diff --git a/Tests/Validations/Skender_Stock.cs b/Tests/Validations/Skender_Stock.cs index 05b06066..7ba9ff82 100644 --- a/Tests/Validations/Skender_Stock.cs +++ b/Tests/Validations/Skender_Stock.cs @@ -13,7 +13,7 @@ public class Skender_Stock public Skender_Stock() { - this.bars = new(Bars: 1, Volatility:0.7, Drift:0.0); + this.bars = new(Bars: 5000, Volatility:0.7, Drift:0.0); this.period = this.rnd.Next(28) + 3; this.quotes = this.bars.Select( q => new Quote