From 97fb428147fcdcd0e6dc4be49c69e5b275367990 Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Fri, 11 Nov 2022 21:15:18 -0800 Subject: [PATCH] OBV, TRIMA --- Source/QuanTAlib.csproj | 2 +- Tests/Validations/Skender_Stock.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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