mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 11:38:05 +00:00
volume indicators
This commit is contained in:
+4
-1
@@ -1,6 +1,7 @@
|
||||
using BenchmarkDotNet.Attributes;
|
||||
using BenchmarkDotNet.Columns;
|
||||
using BenchmarkDotNet.Configs;
|
||||
using BenchmarkDotNet.Environments;
|
||||
using BenchmarkDotNet.Jobs;
|
||||
using BenchmarkDotNet.Running;
|
||||
using QuanTAlib;
|
||||
@@ -20,7 +21,9 @@ public static class Program
|
||||
{
|
||||
// Run: dotnet run -c Release -- --filter *Sma* *Ema* *Wma*
|
||||
var config = ManualConfig.Create(DefaultConfig.Instance)
|
||||
.AddJob(Job.ShortRun.WithId("NET10-JIT"))
|
||||
.AddJob(Job.ShortRun
|
||||
.WithRuntime(CoreRuntime.Core10_0)
|
||||
.WithId("NET10-JIT"))
|
||||
.AddColumn(StatisticColumn.Mean)
|
||||
.AddColumn(StatisticColumn.StdDev)
|
||||
.HideColumns(Column.Job, Column.Error, Column.RatioSD);
|
||||
|
||||
Reference in New Issue
Block a user