mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 19:18:05 +00:00
OBV, TRIMA
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>0.1.17</Version>
|
<Version>0.1.18</Version>
|
||||||
<releaseNotes>
|
<releaseNotes>
|
||||||
</releaseNotes>
|
</releaseNotes>
|
||||||
<Title>QuanTAlib</Title>
|
<Title>QuanTAlib</Title>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ public class Skender_Stock
|
|||||||
|
|
||||||
public 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.period = this.rnd.Next(28) + 3;
|
||||||
this.quotes = this.bars.Select(
|
this.quotes = this.bars.Select(
|
||||||
q => new Quote
|
q => new Quote
|
||||||
|
|||||||
Reference in New Issue
Block a user