OBV, TRIMA

This commit is contained in:
Miha Kralj
2022-11-11 21:15:18 -08:00
parent f6c82ff151
commit 97fb428147
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.1.17</Version>
<Version>0.1.18</Version>
<releaseNotes>
</releaseNotes>
<Title>QuanTAlib</Title>
+1 -1
View File
@@ -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