mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-01 19:27:44 +00:00
OBV, TRIMA
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user