OBV, TRIMA

This commit is contained in:
Miha Kralj
2022-11-11 21:34:08 -08:00
parent f6c82ff151
commit 97fb428147
2 changed files with 2 additions and 2 deletions
+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