mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 13:38:05 +00:00
Add UCFG2 type definitions and lock file for QuanTAlib
- Introduced type definitions for various classes in the QuanTAlib library, including Ema, EmaVector, EmaState, TSeries, CsvFeed, GBM, TBarSeries, TBar, and TValue. - Added methods and properties for each class to enhance functionality and maintainability. - Created a lock file to manage dependencies and ensure consistent builds.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
organization=mihakralj-quantalib
|
||||
projectKey=mihakralj_QuanTAlib
|
||||
serverUrl=https://sonarcloud.io
|
||||
serverVersion=8.0.0.76937
|
||||
dashboardUrl=https://sonarcloud.io/dashboard?id=mihakralj_QuanTAlib
|
||||
ceTaskId=AZrSNMLCeZsUkJLW-DRa
|
||||
ceTaskUrl=https://sonarcloud.io/api/ce/task?id=AZrSNMLCeZsUkJLW-DRa
|
||||
@@ -0,0 +1,897 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/sarif-1.0.0",
|
||||
"version": "1.0.0",
|
||||
"runs": [
|
||||
{
|
||||
"tool": {
|
||||
"name": "Microsoft (R) Visual C# Compiler",
|
||||
"version": "5.0.0.0",
|
||||
"fileVersion": "5.0.0-2.25523.111 (b0f34d51)",
|
||||
"semanticVersion": "5.0.0",
|
||||
"language": "en-US"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.cs",
|
||||
"region": {
|
||||
"startLine": 51,
|
||||
"startColumn": 69,
|
||||
"endLine": 51,
|
||||
"endColumn": 71
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",
|
||||
"region": {
|
||||
"startLine": 73,
|
||||
"startColumn": 14,
|
||||
"endLine": 73,
|
||||
"endColumn": 16
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",
|
||||
"region": {
|
||||
"startLine": 74,
|
||||
"startColumn": 14,
|
||||
"endLine": 74,
|
||||
"endColumn": 16
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",
|
||||
"region": {
|
||||
"startLine": 75,
|
||||
"startColumn": 13,
|
||||
"endLine": 75,
|
||||
"endColumn": 15
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",
|
||||
"region": {
|
||||
"startLine": 76,
|
||||
"startColumn": 15,
|
||||
"endLine": 76,
|
||||
"endColumn": 17
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",
|
||||
"region": {
|
||||
"startLine": 77,
|
||||
"startColumn": 16,
|
||||
"endLine": 77,
|
||||
"endColumn": 18
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.SetClip(Rectangle)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 101,
|
||||
"startColumn": 9,
|
||||
"endLine": 101,
|
||||
"endColumn": 31
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.DrawLine(Pen, Point, Point)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 108,
|
||||
"startColumn": 13,
|
||||
"endLine": 108,
|
||||
"endColumn": 72
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'DashStyle.Dot' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 232,
|
||||
"startColumn": 30,
|
||||
"endLine": 232,
|
||||
"endColumn": 43
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'DashStyle.Dash' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 231,
|
||||
"startColumn": 31,
|
||||
"endLine": 231,
|
||||
"endColumn": 45
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'DashStyle.Solid' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 230,
|
||||
"startColumn": 32,
|
||||
"endLine": 230,
|
||||
"endColumn": 47
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'DashStyle.Solid' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 234,
|
||||
"startColumn": 18,
|
||||
"endLine": 234,
|
||||
"endColumn": 33
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'DashStyle.DashDot' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 233,
|
||||
"startColumn": 34,
|
||||
"endLine": 233,
|
||||
"endColumn": 51
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.DrawString(string?, Font, Brush, PointF)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 223,
|
||||
"startColumn": 9,
|
||||
"endLine": 223,
|
||||
"endColumn": 93
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Brushes.White' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 223,
|
||||
"startColumn": 35,
|
||||
"endLine": 223,
|
||||
"endColumn": 48
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Brushes.DarkBlue' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 222,
|
||||
"startColumn": 26,
|
||||
"endLine": 222,
|
||||
"endColumn": 42
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.FillRectangle(Brush, RectangleF)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 222,
|
||||
"startColumn": 9,
|
||||
"endLine": 222,
|
||||
"endColumn": 53
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.MeasureString(string?, Font)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 217,
|
||||
"startColumn": 26,
|
||||
"endLine": 217,
|
||||
"endColumn": 54
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Font' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 216,
|
||||
"startColumn": 21,
|
||||
"endLine": 216,
|
||||
"endColumn": 41
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.FillRectangle(Brush, int, int, int, int)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 196,
|
||||
"startColumn": 21,
|
||||
"endLine": 196,
|
||||
"endColumn": 93
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.SetClip(Rectangle)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 178,
|
||||
"startColumn": 9,
|
||||
"endLine": 178,
|
||||
"endColumn": 31
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.FillRectangle(Brush, int, int, int, int)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 203,
|
||||
"startColumn": 21,
|
||||
"endLine": 203,
|
||||
"endColumn": 94
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 194,
|
||||
"startColumn": 37,
|
||||
"endLine": 194,
|
||||
"endColumn": 83
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.SmoothingMode' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 173,
|
||||
"startColumn": 9,
|
||||
"endLine": 173,
|
||||
"endColumn": 25
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'SmoothingMode.AntiAlias' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 173,
|
||||
"startColumn": 28,
|
||||
"endLine": 173,
|
||||
"endColumn": 51
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 201,
|
||||
"startColumn": 37,
|
||||
"endLine": 201,
|
||||
"endColumn": 83
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.SetClip(Rectangle)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 123,
|
||||
"startColumn": 9,
|
||||
"endLine": 123,
|
||||
"endColumn": 31
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Pen.DashStyle' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 146,
|
||||
"startColumn": 68,
|
||||
"endLine": 146,
|
||||
"endColumn": 77
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Pen.DashStyle' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 145,
|
||||
"startColumn": 71,
|
||||
"endLine": 145,
|
||||
"endColumn": 80
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.DrawCurve(Pen, Point[], int, int, float)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 161,
|
||||
"startColumn": 21,
|
||||
"endLine": 161,
|
||||
"endColumn": 96
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'SmoothingMode.AntiAlias' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 118,
|
||||
"startColumn": 28,
|
||||
"endLine": 118,
|
||||
"endColumn": 51
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.SmoothingMode' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 118,
|
||||
"startColumn": 9,
|
||||
"endLine": 118,
|
||||
"endColumn": 25
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'DashStyle.Dot' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 146,
|
||||
"startColumn": 80,
|
||||
"endLine": 146,
|
||||
"endColumn": 93
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Pen' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 145,
|
||||
"startColumn": 37,
|
||||
"endLine": 145,
|
||||
"endColumn": 126
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Graphics.DrawCurve(Pen, Point[], int, int, float)' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 154,
|
||||
"startColumn": 21,
|
||||
"endLine": 154,
|
||||
"endColumn": 97
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1416",
|
||||
"level": "warning",
|
||||
"message": "This call site is reachable on all platforms. 'Pen' is only supported on: 'windows' 6.1 and later.",
|
||||
"suppressionStates": [
|
||||
"suppressedInSource"
|
||||
],
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",
|
||||
"region": {
|
||||
"startLine": 146,
|
||||
"startColumn": 34,
|
||||
"endLine": 146,
|
||||
"endColumn": 95
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"CA1416": {
|
||||
"id": "CA1416",
|
||||
"shortDescription": "Validate platform compatibility",
|
||||
"fullDescription": "Using platform dependent API on a component makes the code no longer work across all platforms.",
|
||||
"defaultLevel": "warning",
|
||||
"helpUri": "https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416",
|
||||
"properties": {
|
||||
"category": "Interoperability",
|
||||
"isEnabledByDefault": true,
|
||||
"tags": [
|
||||
"Telemetry",
|
||||
"EnabledRuleInAggressiveMode"
|
||||
]
|
||||
}
|
||||
},
|
||||
"S1244": {
|
||||
"id": "S1244",
|
||||
"shortDescription": "Floating point numbers should not be tested for equality",
|
||||
"fullDescription": "Floating point numbers in C# (and in most other programming languages) are not precise. They are a binary approximation of the actual value. This means that even if two floating point numbers appear to be equal, they might not be due to the tiny differences in their binary representation.",
|
||||
"defaultLevel": "warning",
|
||||
"helpUri": "https://rules.sonarsource.com/csharp/RSPEC-1244",
|
||||
"properties": {
|
||||
"category": "Major Bug",
|
||||
"isEnabledByDefault": true,
|
||||
"tags": [
|
||||
"C#",
|
||||
"MainSourceScope",
|
||||
"TestSourceScope",
|
||||
"SonarWay"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ProjectInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sonarsource.com/msbuild/integration/2015/1">
|
||||
<ProjectName>Averages</ProjectName>
|
||||
<ProjectLanguage>C#</ProjectLanguage>
|
||||
<ProjectType>Product</ProjectType>
|
||||
<ProjectGuid>d8f03b19-f99f-475f-8951-85c9d2258b73</ProjectGuid>
|
||||
<FullPath>/Users/mihakralj/Github/QuanTAlib/quantower/Averages.csproj</FullPath>
|
||||
<IsExcluded>false</IsExcluded>
|
||||
<AnalysisResultFiles>
|
||||
<AnalysisResultFile Id="FilesToAnalyze" Location="/Users/mihakralj/Github/QuanTAlib/.sonarqube/conf/0/FilesToAnalyze.txt" />
|
||||
</AnalysisResultFiles>
|
||||
<AnalysisSettings>
|
||||
<Property Name="sonar.cs.roslyn.reportFilePaths">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/0/Issues.json</Property>
|
||||
<Property Name="sonar.cs.analyzer.projectOutPaths">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/0</Property>
|
||||
<Property Name="sonar.cs.scanner.telemetry">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/0/Telemetry.json</Property>
|
||||
</AnalysisSettings>
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>AnyCPU</Platform>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
</ProjectInfo>
|
||||
@@ -0,0 +1 @@
|
||||
{"dotnetenterprise.s4net.build.target_framework_moniker":".NETCoreApp,Version=v8.0"}
|
||||
@@ -0,0 +1,13 @@
|
||||
Y
|
||||
N/Users/mihakralj/Github/QuanTAlib/quantower/obj/Debug/Averages.AssemblyInfo.csutf-8o
|
||||
d/Users/mihakralj/Github/QuanTAlib/quantower/obj/Debug/.NETCoreApp,Version=v8.0.AssemblyAttributes.csutf-8[
|
||||
P/Users/mihakralj/Github/QuanTAlib/quantower/obj/Debug/Averages.GlobalUsings.g.csutf-8U
|
||||
L/Users/mihakralj/Github/QuanTAlib/quantower/../lib/averages/ema/EmaVector.csutf-8Y
|
||||
P/Users/mihakralj/Github/QuanTAlib/quantower/../lib/averages/ema/Ema.Quantower.csutf-8O
|
||||
F/Users/mihakralj/Github/QuanTAlib/quantower/../lib/averages/ema/Ema.csutf-8Q
|
||||
H/Users/mihakralj/Github/QuanTAlib/quantower/../lib/core/tvalue/TValue.csutf-8S
|
||||
J/Users/mihakralj/Github/QuanTAlib/quantower/../lib/core/tseries/TSeries.csutf-8Y
|
||||
P/Users/mihakralj/Github/QuanTAlib/quantower/../lib/core/tbarseries/TBarSeries.csutf-8M
|
||||
D/Users/mihakralj/Github/QuanTAlib/quantower/../lib/core/tbar/TBar.csutf-8W
|
||||
N/Users/mihakralj/Github/QuanTAlib/quantower/../lib/core/simd/SimdExtensions.csutf-8K
|
||||
B/Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.csutf-8
|
||||
@@ -0,0 +1 @@
|
||||
Roslyn version: 5.0.0.0Language version: Preview!Concurrent execution: enableduqFile '/Users/mihakralj/Github/QuanTAlib/quantower/obj/Debug/Averages.AssemblyInfo.cs' was recognized as generatedŒ‡File '/Users/mihakralj/Github/QuanTAlib/quantower/obj/Debug/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs' was recognized as generatedwsFile '/Users/mihakralj/Github/QuanTAlib/quantower/obj/Debug/Averages.GlobalUsings.g.cs' was recognized as generated
|
||||
@@ -0,0 +1,19 @@
|
||||
Â
|
||||
L/Users/mihakralj/Github/QuanTAlib/quantower/../lib/averages/ema/EmaVector.csy
|
||||
8"jj
|
||||
2345OPQ]^_jklmnopq€ƒ�”•˜™œ� ¡¢¥¦©ª±¹ÏÐÑÒÓÙñ„‡Š‹‘®º»¼½¾¿r×␍ !"#$%&'(*+,-./06789:;<=>@ABCDEFGIJKLMRSTUVWXYZ[`abcdefghrstuvwxyz{|}~�„…‡ˆ‰Š‹�Ž�‘’–šž£§¨©ª«®¯²³´µ¶·º»¼½¿ÀÁÂÃÄÅÆÇÉÊÌÍÔÕÖ×ÚÛÝÞßàáâãåæèéêìíîïòôö÷øùúûüýÿ€‚…ˆ‰Š‹ŒŽ�’“”•–—˜š›œ�Ÿ ¡¢£¤¥¦§©ª«¬¯°±²³´µ·¸ÀÁÂÃÄÅx,‚ "#$%&'(*,-.89:;<=>@BCDEKLUWXZbdfguwx|}�„‡Š�–𣧍®¯²´º½ÀÂÃÅÉÌÖÝßàáâåæèéìò÷ùÿ€…ˆ‰Ž�’”•š� ¢£¥©ª¯±²³´·Ã¥
|
||||
P/Users/mihakralj/Github/QuanTAlib/quantower/../lib/averages/ema/Ema.Quantower.cs ␍8j2r/ !"#%&'()*,-./012356789:x‚ !"'()./01278‘
|
||||
J/Users/mihakralj/Github/QuanTAlib/quantower/../lib/core/tseries/TSeries.cs 8j
|
||||
!")*+PQRYZ[lt„ˆrt␍#$%&',-./02345689:;<>?@ABDEFGHJKLMNSTUVW\]^_`bcdefghijkmnopqruvxy{|~€�‚ƒ„…†‰Š‹Œ�Ž�‘’x ‚$%&./5AGMV_eghmnoqvy|€�ƒ„‹�‘û
|
||||
F/Users/mihakralj/Github/QuanTAlib/quantower/../lib/averages/ema/Ema.cs2 8jI !"+,-.789<=>ABCOPQRghijkly€�‚ƒ„’—ž ¦§¨©ª«²³´r“
|
||||
␍#$%&()/01245:?DEFGHIJKLMSTUVXYZ[\]^_`abdemnopqrstuvwz{|}~…†‡ˆ‰Š‹�Ž��“•–˜™š›œŸ ¢£¤¬®¯°µ¶·¸¹º»¼x ‚E%&(124?GIJLVY[\]adprvz{|}‡Š‹�Ž��•˜™š›Ÿ ¢£¯·¸¹º·
|
||||
D/Users/mihakralj/Github/QuanTAlib/quantower/../lib/core/tbar/TBar.cs 8jr@
|
||||
␍ !"$%&'()*+,-/012345678:;=>@ACDFGHIJKLMOPQRSx‚'()*+,234567;>AHIJKLMOPQR•
|
||||
H/Users/mihakralj/Github/QuanTAlib/quantower/../lib/core/tvalue/TValue.cs 8j␍␍r!
|
||||
"#$%&')*,-/02356789x‚%&*-35678Ý
|
||||
P/Users/mihakralj/Github/QuanTAlib/quantower/../lib/core/tbarseries/TBarSeries.cs/ 83j␍
|
||||
)123=r�␍!"#$%'(*+,-./456789:;>?@ABCEFGHIKLMNOQRSTUWXYZ[\^_`abcdefghijklmnopqrsuvxyz|}~€�‚ƒ„…†‡‰Š‹Œ�Ž�‘’“”•–˜™š›œ�ž ¡x‚O*+,-.6789:;>?@ABHTWXYZ[\acdefghlmnopqruz~‚ƒ„…†‡‰Š‹��‘’“”•šœ Þ
|
||||
N/Users/mihakralj/Github/QuanTAlib/quantower/../lib/core/simd/SimdExtensions.csª 8Rj€ RSTUVWgls€�‚ƒ„Š“šŸ©ª«¬´½ÄÌÙÚÛÜÝäíôü‰Š‹Œ�’–—˜™š ¥¯·¼ÉÊËÌÐÔÕÖרßéñúr§
|
||||
␍!"#$%&'()*+-./012345679:;<=>?@ABCEFGHIJKLMNOPXYZ[]^_`acdehijmnopqtuvwxz{}~…†‡ˆ‹�Ž��‘”•–—˜›œ� ¡£¤¦§®¯°±²µ·¸¹º»¾¿ÀÁÂÅÆÇÈÉÊÍÎÏÐÑÓÔÖ×Þßàáâåçèéêëîïðñòõö÷øùúýþÿ€�ƒ„†‡Ž��‘“”›œ�ž¡£¦¨©ª«¬°±²³´µ¸¹º½¾¿ÀÁÃÄÆÇÍÎÏÑÒÙÚÛÜÝàâãäåæçêëìíîïòóôõö÷øûüýþÿ�‚„…†xo‚Ò%'(*1346=@BJLMO[]_acehijmnoptvwz}ˆ‹���”–—œ� ¡£¦±²µ·¹º¾ÀÁÆÈÉÍÏÐÓÖáâåçéêîðñöøùýÿ€ƒ†‘“ž¡£¦¨«¬°²´¹º½ÀÃÆÑÜÝàâäåêìíîôö÷ûýþ�„¹
|
||||
B/Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.csQ 8&j–�r¥
|
||||
␍ !"#$%&'()*+,-/0123456789;<=>?@ABCDEFGHJKMNOPQRSTUVWX[\]^`abcefghjklmnpqrsuvwxy{|}€‚„…†‡ˆ‰Š‹�Ž�‘’“”—˜™š›žŸ ¡¢£¤¥§¨©ª¬®¯°²³´¶·¹º»¼½¾ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÑÒÓÔÖרÙÚÛÜÞßàâãäåæçèéêëìíx‚² !"#$%&'()*1345678=>?@ABCDEFGJOPQRSTUV]^`abcefghjlrsuvwxy{|}€„†‡ˆŠ��‘’”—™šž ¡©ª¬®¯°²³´¶·¹»¼½¾ÀÂÄÉËÓÔÖ×ÙÚÛÜÞßäæçèéê
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1 @@
|
||||
PR;/Users/mihakralj/Github/QuanTAlib/quantower/Averages.csproj¢net8.0òPreview
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,605 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/sarif-1.0.0",
|
||||
"version": "1.0.0",
|
||||
"runs": [
|
||||
{
|
||||
"tool": {
|
||||
"name": "Microsoft (R) Visual C# Compiler",
|
||||
"version": "5.0.0.0",
|
||||
"fileVersion": "5.0.0-2.25523.111 (b0f34d51)",
|
||||
"semanticVersion": "5.0.0",
|
||||
"language": "en-US"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"ruleId": "S101",
|
||||
"level": "warning",
|
||||
"message": "Rename class 'GBM' to match pascal case naming rules, consider using 'Gbm'.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.cs",
|
||||
"region": {
|
||||
"startLine": 11,
|
||||
"startColumn": 14,
|
||||
"endLine": 11,
|
||||
"endColumn": 17
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "IDE0028",
|
||||
"level": "note",
|
||||
"message": "Collection initialization can be simplified",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 16,
|
||||
"startColumn": 42,
|
||||
"endLine": 16,
|
||||
"endColumn": 45
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"relatedLocations": [
|
||||
{
|
||||
"physicalLocation": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 16,
|
||||
"startColumn": 42,
|
||||
"endLine": 16,
|
||||
"endColumn": 47
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1,
|
||||
"customProperties": {
|
||||
"UseCollectionExpressionName": "UseCollectionExpressionName"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "IDE0028",
|
||||
"level": "note",
|
||||
"message": "Collection initialization can be simplified",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 18,
|
||||
"startColumn": 42,
|
||||
"endLine": 18,
|
||||
"endColumn": 45
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"relatedLocations": [
|
||||
{
|
||||
"physicalLocation": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 18,
|
||||
"startColumn": 42,
|
||||
"endLine": 18,
|
||||
"endColumn": 47
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1,
|
||||
"customProperties": {
|
||||
"UseCollectionExpressionName": "UseCollectionExpressionName"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "IDE0028",
|
||||
"level": "note",
|
||||
"message": "Collection initialization can be simplified",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 17,
|
||||
"startColumn": 42,
|
||||
"endLine": 17,
|
||||
"endColumn": 45
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"relatedLocations": [
|
||||
{
|
||||
"physicalLocation": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 17,
|
||||
"startColumn": 42,
|
||||
"endLine": 17,
|
||||
"endColumn": 47
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1,
|
||||
"customProperties": {
|
||||
"UseCollectionExpressionName": "UseCollectionExpressionName"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1450",
|
||||
"level": "warning",
|
||||
"message": "Remove the field '_dt' and declare it as a local variable in the relevant methods.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.cs",
|
||||
"region": {
|
||||
"startLine": 20,
|
||||
"startColumn": 29,
|
||||
"endLine": 20,
|
||||
"endColumn": 32
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "IDE0028",
|
||||
"level": "note",
|
||||
"message": "Collection initialization can be simplified",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 15,
|
||||
"startColumn": 40,
|
||||
"endLine": 15,
|
||||
"endColumn": 43
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"relatedLocations": [
|
||||
{
|
||||
"physicalLocation": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 15,
|
||||
"startColumn": 40,
|
||||
"endLine": 15,
|
||||
"endColumn": 45
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1,
|
||||
"customProperties": {
|
||||
"UseCollectionExpressionName": "UseCollectionExpressionName"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "IDE0028",
|
||||
"level": "note",
|
||||
"message": "Collection initialization can be simplified",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 19,
|
||||
"startColumn": 42,
|
||||
"endLine": 19,
|
||||
"endColumn": 45
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"relatedLocations": [
|
||||
{
|
||||
"physicalLocation": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 19,
|
||||
"startColumn": 42,
|
||||
"endLine": 19,
|
||||
"endColumn": 47
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1,
|
||||
"customProperties": {
|
||||
"UseCollectionExpressionName": "UseCollectionExpressionName"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "IDE0028",
|
||||
"level": "note",
|
||||
"message": "Collection initialization can be simplified",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 20,
|
||||
"startColumn": 42,
|
||||
"endLine": 20,
|
||||
"endColumn": 45
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"relatedLocations": [
|
||||
{
|
||||
"physicalLocation": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",
|
||||
"region": {
|
||||
"startLine": 20,
|
||||
"startColumn": 42,
|
||||
"endLine": 20,
|
||||
"endColumn": 47
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1,
|
||||
"customProperties": {
|
||||
"UseCollectionExpressionName": "UseCollectionExpressionName"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "IDE0028",
|
||||
"level": "note",
|
||||
"message": "Collection initialization can be simplified",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.cs",
|
||||
"region": {
|
||||
"startLine": 28,
|
||||
"startColumn": 14,
|
||||
"endLine": 28,
|
||||
"endColumn": 17
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"relatedLocations": [
|
||||
{
|
||||
"physicalLocation": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.cs",
|
||||
"region": {
|
||||
"startLine": 28,
|
||||
"startColumn": 14,
|
||||
"endLine": 28,
|
||||
"endColumn": 30
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1,
|
||||
"customProperties": {
|
||||
"UseCollectionExpressionName": "UseCollectionExpressionName"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "IDE0028",
|
||||
"level": "note",
|
||||
"message": "Collection initialization can be simplified",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.cs",
|
||||
"region": {
|
||||
"startLine": 29,
|
||||
"startColumn": 14,
|
||||
"endLine": 29,
|
||||
"endColumn": 17
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"relatedLocations": [
|
||||
{
|
||||
"physicalLocation": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.cs",
|
||||
"region": {
|
||||
"startLine": 29,
|
||||
"startColumn": 14,
|
||||
"endLine": 29,
|
||||
"endColumn": 32
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1,
|
||||
"customProperties": {
|
||||
"UseCollectionExpressionName": "UseCollectionExpressionName"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.cs",
|
||||
"region": {
|
||||
"startLine": 51,
|
||||
"startColumn": 69,
|
||||
"endLine": 51,
|
||||
"endColumn": 71
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",
|
||||
"region": {
|
||||
"startLine": 73,
|
||||
"startColumn": 14,
|
||||
"endLine": 73,
|
||||
"endColumn": 16
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",
|
||||
"region": {
|
||||
"startLine": 74,
|
||||
"startColumn": 14,
|
||||
"endLine": 74,
|
||||
"endColumn": 16
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",
|
||||
"region": {
|
||||
"startLine": 75,
|
||||
"startColumn": 13,
|
||||
"endLine": 75,
|
||||
"endColumn": 15
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",
|
||||
"region": {
|
||||
"startLine": 76,
|
||||
"startColumn": 15,
|
||||
"endLine": 76,
|
||||
"endColumn": 17
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S1244",
|
||||
"level": "warning",
|
||||
"message": "Do not check floating point equality with exact values, use a range instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",
|
||||
"region": {
|
||||
"startLine": 77,
|
||||
"startColumn": 16,
|
||||
"endLine": 77,
|
||||
"endColumn": 18
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S2245",
|
||||
"level": "warning",
|
||||
"message": "Make sure that using this pseudorandom number generator is safe here.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.cs",
|
||||
"region": {
|
||||
"startLine": 53,
|
||||
"startColumn": 32,
|
||||
"endLine": 53,
|
||||
"endColumn": 54
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "S2245",
|
||||
"level": "warning",
|
||||
"message": "Make sure that using this pseudorandom number generator is safe here.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.cs",
|
||||
"region": {
|
||||
"startLine": 53,
|
||||
"startColumn": 57,
|
||||
"endLine": 53,
|
||||
"endColumn": 69
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"IDE0028": {
|
||||
"id": "IDE0028",
|
||||
"shortDescription": "Simplify collection initialization",
|
||||
"defaultLevel": "note",
|
||||
"helpUri": "https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028",
|
||||
"properties": {
|
||||
"category": "Style",
|
||||
"isEnabledByDefault": true,
|
||||
"tags": [
|
||||
"Telemetry",
|
||||
"EnforceOnBuild_Recommended"
|
||||
]
|
||||
}
|
||||
},
|
||||
"S101": {
|
||||
"id": "S101",
|
||||
"shortDescription": "Types should be named in PascalCase",
|
||||
"fullDescription": "Shared naming conventions allow teams to collaborate efficiently.",
|
||||
"defaultLevel": "warning",
|
||||
"helpUri": "https://rules.sonarsource.com/csharp/RSPEC-101",
|
||||
"properties": {
|
||||
"category": "Minor Code Smell",
|
||||
"isEnabledByDefault": true,
|
||||
"tags": [
|
||||
"C#",
|
||||
"MainSourceScope",
|
||||
"TestSourceScope",
|
||||
"SonarWay"
|
||||
]
|
||||
}
|
||||
},
|
||||
"S1244": {
|
||||
"id": "S1244",
|
||||
"shortDescription": "Floating point numbers should not be tested for equality",
|
||||
"fullDescription": "Floating point numbers in C# (and in most other programming languages) are not precise. They are a binary approximation of the actual value. This means that even if two floating point numbers appear to be equal, they might not be due to the tiny differences in their binary representation.",
|
||||
"defaultLevel": "warning",
|
||||
"helpUri": "https://rules.sonarsource.com/csharp/RSPEC-1244",
|
||||
"properties": {
|
||||
"category": "Major Bug",
|
||||
"isEnabledByDefault": true,
|
||||
"tags": [
|
||||
"C#",
|
||||
"MainSourceScope",
|
||||
"TestSourceScope",
|
||||
"SonarWay"
|
||||
]
|
||||
}
|
||||
},
|
||||
"S1450": {
|
||||
"id": "S1450",
|
||||
"shortDescription": "Private fields only used as local variables in methods should become local variables",
|
||||
"fullDescription": "When the value of a private field is always assigned to in a class' methods before being read, then it is not being used to store class information. Therefore, it should become a local variable in the relevant methods to prevent any misunderstanding.",
|
||||
"defaultLevel": "warning",
|
||||
"helpUri": "https://rules.sonarsource.com/csharp/RSPEC-1450",
|
||||
"properties": {
|
||||
"category": "Minor Code Smell",
|
||||
"isEnabledByDefault": true,
|
||||
"tags": [
|
||||
"C#",
|
||||
"MainSourceScope",
|
||||
"SonarWay"
|
||||
]
|
||||
}
|
||||
},
|
||||
"S2245": {
|
||||
"id": "S2245",
|
||||
"shortDescription": "Using pseudorandom number generators (PRNGs) is security-sensitive",
|
||||
"fullDescription": "PRNGs are algorithms that produce sequences of numbers that only approximate true randomness. While they are suitable for applications like simulations or modeling, they are not appropriate for security-sensitive contexts because their outputs can be predictable if the internal state is known.",
|
||||
"defaultLevel": "warning",
|
||||
"helpUri": "https://rules.sonarsource.com/csharp/RSPEC-2245",
|
||||
"properties": {
|
||||
"category": "Critical Security Hotspot",
|
||||
"isEnabledByDefault": true,
|
||||
"tags": [
|
||||
"C#",
|
||||
"MainSourceScope",
|
||||
"SonarWay"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ProjectInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sonarsource.com/msbuild/integration/2015/1">
|
||||
<ProjectName>quantalib</ProjectName>
|
||||
<ProjectLanguage>C#</ProjectLanguage>
|
||||
<ProjectType>Product</ProjectType>
|
||||
<ProjectGuid>f455234b-2a3c-140a-17c3-683d7820a733</ProjectGuid>
|
||||
<FullPath>/Users/mihakralj/Github/QuanTAlib/lib/quantalib.csproj</FullPath>
|
||||
<IsExcluded>false</IsExcluded>
|
||||
<AnalysisResultFiles>
|
||||
<AnalysisResultFile Id="FilesToAnalyze" Location="/Users/mihakralj/Github/QuanTAlib/.sonarqube/conf/1/FilesToAnalyze.txt" />
|
||||
</AnalysisResultFiles>
|
||||
<AnalysisSettings>
|
||||
<Property Name="sonar.cs.roslyn.reportFilePaths">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1/Issues.json</Property>
|
||||
<Property Name="sonar.cs.analyzer.projectOutPaths">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1</Property>
|
||||
<Property Name="sonar.cs.scanner.telemetry">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1/Telemetry.json</Property>
|
||||
</AnalysisSettings>
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>AnyCPU</Platform>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
</ProjectInfo>
|
||||
@@ -0,0 +1 @@
|
||||
{"dotnetenterprise.s4net.build.target_framework_moniker":".NETCoreApp,Version=v10.0"}
|
||||
@@ -0,0 +1,16 @@
|
||||
\
|
||||
Q/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.AssemblyInfo.csutf-8T
|
||||
I/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/AssemblyInfo.g.csutf-8]
|
||||
R/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/GitVersionInformation.g.csutf-8r
|
||||
g/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.csutf-8^
|
||||
S/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.GlobalUsings.g.csutf-8=
|
||||
4/Users/mihakralj/Github/QuanTAlib/lib/feeds/IFeed.csutf-8?
|
||||
6/Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.csutf-8C
|
||||
:/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.csutf-8D
|
||||
;/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.csutf-8F
|
||||
=/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.csutf-8L
|
||||
C/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.csutf-8@
|
||||
7/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.csutf-8J
|
||||
A/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.csutf-8H
|
||||
?/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/EmaVector.csutf-8B
|
||||
9/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.csutf-8
|
||||
@@ -0,0 +1 @@
|
||||
Roslyn version: 5.0.0.0Language version: CSharp14!Concurrent execution: enabledxtFile '/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.AssemblyInfo.cs' was recognized as generatedplFile '/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/AssemblyInfo.g.cs' was recognized as generatedyuFile '/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/GitVersionInformation.g.cs' was recognized as generated�ŠFile '/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs' was recognized as generatedzvFile '/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.GlobalUsings.g.cs' was recognized as generated
|
||||
@@ -0,0 +1,22 @@
|
||||
\
|
||||
4/Users/mihakralj/Github/QuanTAlib/lib/feeds/IFeed.csj
|
||||
␍ !r "#¥
|
||||
6/Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.csT 8j6 #$%&'()*<@HIJ_`abfj~��‘•™š›¤¬ÍÏÑÔrÄ
|
||||
␍ !+,-./01235679:=>ABDEFKLMNOPQRTUVWYZ\]cdehikmnoqrstvwyz{|}€�ƒ„…†ˆ‰ŠŒ�’“”–—œ�žŸ ¢¥¦§¨©ª®¯°²³´¶·¸¹»¼¾¿ÀÂÃÄÅÆÇÉÊËÎÏÒÕרÙx‚a235679:=>BDENPQTUVWYZ\hmnostvwyz€�…†ˆ‰Œ–Ÿ ®°²¶¸¹¾¿ÀÂÃÄÅÆÇÉÊÎÏÒÕך
|
||||
:/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.csJ 8j8
|
||||
&'()*?NQcdefru€�‡ˆ‰�‘’“›¦®°ºÇr¹␍ "#$+,-./012456789:<=@BDEFHIJLMORSTUVXYZ[\]^`aghijklmnpqstvwxz{|}~‚„…Š‹Œ�Ž”•–—™œ�žŸ ¡¢£¤§¨ª«¬¯°²³´µ¶·¸¹»¼¾¿ÀÁÂÃÄÅÈÉËÌÍx ‚[ "#.0124678<=@BDHIJORSTUVX\`jlmpsvwz{|„�–—�Ÿ¡¢ª¯°²´µ¶¸»¼¾ÀÁÂÈÉˈ
|
||||
;/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.cs 8j␍␍r!
|
||||
"#$%&')*,-/02356789x‚%&*-35678„
|
||||
=/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.cs 8j
|
||||
!")*+PQRYZ[lt„ˆrt␍#$%&',-./02345689:;<>?@ABDEFGHJKLMNSTUVW\]^_`bcdefghijkmnopqruvxy{|~€�‚ƒ„…†‰Š‹Œ�Ž�‘’x ‚$%&./5AGMV_eghmnoqvy|€�ƒ„‹�‘Ð
|
||||
C/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs/ 83j␍
|
||||
)123=r�␍!"#$%'(*+,-./456789:;>?@ABCEFGHIKLMNOQRSTUWXYZ[\^_`abcdefghijklmnopqrsuvxyz|}~€�‚ƒ„…†‡‰Š‹Œ�Ž�‘’“”•–˜™š›œ�ž ¡x‚O*+,-.6789:;>?@ABHTWXYZ[\acdefghlmnopqruz~‚ƒ„…†‡‰Š‹��‘’“”•šœ ª
|
||||
7/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs 8jr@
|
||||
␍ !"$%&'()*+,-/012345678:;=>@ACDFGHIJKLMOPQRSx‚'()*+,234567;>AHIJKLMOPQRÑ
|
||||
A/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.csª 8Rj€ RSTUVWgls€�‚ƒ„Š“šŸ©ª«¬´½ÄÌÙÚÛÜÝäíôü‰Š‹Œ�’–—˜™š ¥¯·¼ÉÊËÌÐÔÕÖרßéñúr§
|
||||
␍!"#$%&'()*+-./012345679:;<=>?@ABCEFGHIJKLMNOPXYZ[]^_`acdehijmnopqtuvwxz{}~…†‡ˆ‹�Ž��‘”•–—˜›œ� ¡£¤¦§®¯°±²µ·¸¹º»¾¿ÀÁÂÅÆÇÈÉÊÍÎÏÐÑÓÔÖ×Þßàáâåçèéêëîïðñòõö÷øùúýþÿ€�ƒ„†‡Ž��‘“”›œ�ž¡£¦¨©ª«¬°±²³´µ¸¹º½¾¿ÀÁÃÄÆÇÍÎÏÑÒÙÚÛÜÝàâãäåæçêëìíîïòóôõö÷øûüýþÿ�‚„…†xo‚Ò%'(*1346=@BJLMO[]_acehijmnoptvwz}ˆ‹���”–—œ� ¡£¦±²µ·¹º¾ÀÁÆÈÉÍÏÐÓÖáâåçéêîðñöøùýÿ€ƒ†‘“ž¡£¦¨«¬°²´¹º½ÀÃÆÑÜÝàâäåêìíîôö÷ûýþ�„µ
|
||||
?/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/EmaVector.csy
|
||||
8"jj
|
||||
2345OPQ]^_jklmnopq€ƒ�”•˜™œ� ¡¢¥¦©ª±¹ÏÐÑÒÓÙñ„‡Š‹‘®º»¼½¾¿r×␍ !"#$%&'(*+,-./06789:;<=>@ABCDEFGIJKLMRSTUVWXYZ[`abcdefghrstuvwxyz{|}~�„…‡ˆ‰Š‹�Ž�‘’–šž£§¨©ª«®¯²³´µ¶·º»¼½¿ÀÁÂÃÄÅÆÇÉÊÌÍÔÕÖ×ÚÛÝÞßàáâãåæèéêìíîïòôö÷øùúûüýÿ€‚…ˆ‰Š‹ŒŽ�’“”•–—˜š›œ�Ÿ ¡¢£¤¥¦§©ª«¬¯°±²³´µ·¸ÀÁÂÃÄÅx,‚ "#$%&'(*,-.89:;<=>@BCDEKLUWXZbdfguwx|}�„‡Š�–𣧍®¯²´º½ÀÂÃÅÉÌÖÝßàáâåæèéìò÷ùÿ€…ˆ‰Ž�’”•š� ¢£¥©ª¯±²³´·Ãî
|
||||
9/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.cs2 8jI !"+,-.789<=>ABCOPQRghijkly€�‚ƒ„’—ž ¦§¨©ª«²³´r“
|
||||
␍#$%&()/01245:?DEFGHIJKLMSTUVXYZ[\]^_`abdemnopqrstuvwz{|}~…†‡ˆ‰Š‹�Ž��“•–˜™š›œŸ ¢£¤¬®¯°µ¶·¸¹º»¼x ‚E%&(124?GIJLVY[\]adprvz{|}‡Š‹�Ž��•˜™š›Ÿ ¢£¯·¸¹º
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1 @@
|
||||
MR6/Users/mihakralj/Github/QuanTAlib/lib/quantalib.csproj¢net10.0òCSharp14
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,207 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/sarif-1.0.0",
|
||||
"version": "1.0.0",
|
||||
"runs": [
|
||||
{
|
||||
"tool": {
|
||||
"name": "Microsoft (R) Visual C# Compiler",
|
||||
"version": "5.0.0.0",
|
||||
"fileVersion": "5.0.0-2.25523.111 (b0f34d51)",
|
||||
"semanticVersion": "5.0.0",
|
||||
"language": "en-US"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"ruleId": "CA1816",
|
||||
"level": "note",
|
||||
"message": "Change EmaValidationTests.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Validation.Tests.cs",
|
||||
"region": {
|
||||
"startLine": 48,
|
||||
"startColumn": 17,
|
||||
"endLine": 48,
|
||||
"endColumn": 24
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1822",
|
||||
"level": "note",
|
||||
"message": "Member 'VerifyData' does not access instance data and can be marked as static",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Validation.Tests.cs",
|
||||
"region": {
|
||||
"startLine": 150,
|
||||
"startColumn": 18,
|
||||
"endLine": 150,
|
||||
"endColumn": 28
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1822",
|
||||
"level": "note",
|
||||
"message": "Member 'VerifyData' does not access instance data and can be marked as static",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Validation.Tests.cs",
|
||||
"region": {
|
||||
"startLine": 132,
|
||||
"startColumn": 18,
|
||||
"endLine": 132,
|
||||
"endColumn": 28
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1822",
|
||||
"level": "note",
|
||||
"message": "Member 'VerifyData_Talib' does not access instance data and can be marked as static",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Validation.Tests.cs",
|
||||
"region": {
|
||||
"startLine": 171,
|
||||
"startColumn": 18,
|
||||
"endLine": 171,
|
||||
"endColumn": 34
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "xUnit2024",
|
||||
"level": "note",
|
||||
"message": "Do not use Assert.True to test equality against null, numeric, string, or enum literals. Use Assert.Equal instead.",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.Tests.cs",
|
||||
"region": {
|
||||
"startLine": 252,
|
||||
"startColumn": 9,
|
||||
"endLine": 252,
|
||||
"endColumn": 39
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1,
|
||||
"customProperties": {
|
||||
"LiteralValue": "False",
|
||||
"MethodName": "True",
|
||||
"Replacement": "Equal"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ruleId": "CA1859",
|
||||
"level": "note",
|
||||
"message": "Change type of variable 'feed' from 'QuanTAlib.IFeed' to 'QuanTAlib.CsvFeed' for improved performance",
|
||||
"locations": [
|
||||
{
|
||||
"resultFile": {
|
||||
"uri": "file:///Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.Tests.cs",
|
||||
"region": {
|
||||
"startLine": 201,
|
||||
"startColumn": 15,
|
||||
"endLine": 201,
|
||||
"endColumn": 19
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"warningLevel": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"CA1816": {
|
||||
"id": "CA1816",
|
||||
"shortDescription": "Dispose methods should call SuppressFinalize",
|
||||
"fullDescription": "A method that is an implementation of Dispose does not call GC.SuppressFinalize; or a method that is not an implementation of Dispose calls GC.SuppressFinalize; or a method calls GC.SuppressFinalize and passes something other than this (Me in Visual Basic).",
|
||||
"defaultLevel": "note",
|
||||
"helpUri": "https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1816",
|
||||
"properties": {
|
||||
"category": "Usage",
|
||||
"isEnabledByDefault": true,
|
||||
"tags": [
|
||||
"PortedFromFxCop",
|
||||
"Telemetry",
|
||||
"EnabledRuleInAggressiveMode"
|
||||
]
|
||||
}
|
||||
},
|
||||
"CA1822": {
|
||||
"id": "CA1822",
|
||||
"shortDescription": "Mark members as static",
|
||||
"fullDescription": "Members that do not access instance data or call instance methods can be marked as static. After you mark the methods as static, the compiler will emit nonvirtual call sites to these members. This can give you a measurable performance gain for performance-sensitive code.",
|
||||
"defaultLevel": "note",
|
||||
"helpUri": "https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822",
|
||||
"properties": {
|
||||
"category": "Performance",
|
||||
"isEnabledByDefault": true,
|
||||
"tags": [
|
||||
"PortedFromFxCop",
|
||||
"Telemetry",
|
||||
"EnabledRuleInAggressiveMode"
|
||||
]
|
||||
}
|
||||
},
|
||||
"CA1859": {
|
||||
"id": "CA1859",
|
||||
"shortDescription": "Use concrete types when possible for improved performance",
|
||||
"fullDescription": "Using concrete types avoids virtual or interface call overhead and enables inlining.",
|
||||
"defaultLevel": "note",
|
||||
"helpUri": "https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859",
|
||||
"properties": {
|
||||
"category": "Performance",
|
||||
"isEnabledByDefault": true,
|
||||
"tags": [
|
||||
"Telemetry",
|
||||
"EnabledRuleInAggressiveMode"
|
||||
]
|
||||
}
|
||||
},
|
||||
"xUnit2024": {
|
||||
"id": "xUnit2024",
|
||||
"shortDescription": "Do not use boolean asserts for simple equality tests",
|
||||
"defaultLevel": "note",
|
||||
"helpUri": "https://xunit.net/xunit.analyzers/rules/xUnit2024",
|
||||
"properties": {
|
||||
"category": "Assertions",
|
||||
"isEnabledByDefault": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ProjectInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sonarsource.com/msbuild/integration/2015/1">
|
||||
<ProjectName>QuanTAlib.Tests</ProjectName>
|
||||
<ProjectLanguage>C#</ProjectLanguage>
|
||||
<ProjectType>Test</ProjectType>
|
||||
<ProjectGuid>953f0406-dd9b-406e-993d-6d988d5f5423</ProjectGuid>
|
||||
<FullPath>/Users/mihakralj/Github/QuanTAlib/lib/QuanTAlib.Tests.csproj</FullPath>
|
||||
<IsExcluded>false</IsExcluded>
|
||||
<AnalysisResultFiles>
|
||||
<AnalysisResultFile Id="FilesToAnalyze" Location="/Users/mihakralj/Github/QuanTAlib/.sonarqube/conf/2/FilesToAnalyze.txt" />
|
||||
</AnalysisResultFiles>
|
||||
<AnalysisSettings>
|
||||
<Property Name="sonar.cs.roslyn.reportFilePaths">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2/Issues.json</Property>
|
||||
<Property Name="sonar.cs.analyzer.projectOutPaths">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2</Property>
|
||||
<Property Name="sonar.cs.scanner.telemetry">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2/Telemetry.json</Property>
|
||||
</AnalysisSettings>
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>AnyCPU</Platform>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
</ProjectInfo>
|
||||
@@ -0,0 +1 @@
|
||||
{"dotnetenterprise.s4net.build.target_framework_moniker":".NETCoreApp,Version=v10.0"}
|
||||
@@ -0,0 +1,15 @@
|
||||
h
|
||||
]/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/Debug/net10.0/QuanTAlib.Tests.AssemblyInfo.csutf-8x
|
||||
m/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.csutf-8j
|
||||
_/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/Debug/net10.0/QuanTAlib.Tests.GlobalUsings.g.csutf-8y
|
||||
n/Users/mihakralj/.nuget/packages/microsoft.net.test.sdk/17.14.1/build/net8.0/Microsoft.NET.Test.Sdk.Program.csutf-8E
|
||||
</Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/Gbm.Tests.csutf-8I
|
||||
@/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.Tests.csutf-8J
|
||||
A/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.Tests.csutf-8L
|
||||
C/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.Tests.csutf-8R
|
||||
I/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.Tests.csutf-8F
|
||||
=/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.Tests.csutf-8P
|
||||
G/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.Tests.csutf-8S
|
||||
J/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Validation.Tests.csutf-8N
|
||||
E/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/EmaVector.Tests.csutf-8H
|
||||
?/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Tests.csutf-8
|
||||
@@ -0,0 +1 @@
|
||||
Roslyn version: 5.0.0.0Language version: Preview!Concurrent execution: enabled…€File '/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/Debug/net10.0/QuanTAlib.Tests.AssemblyInfo.cs' was recognized as generated•�File '/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs' was recognized as generated‡‚File '/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/Debug/net10.0/QuanTAlib.Tests.GlobalUsings.g.cs' was recognized as generated–‘File '/Users/mihakralj/.nuget/packages/microsoft.net.test.sdk/17.14.1/build/net8.0/Microsoft.NET.Test.Sdk.Program.cs' was recognized as generated
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1 @@
|
||||
RR</Users/mihakralj/Github/QuanTAlib/lib/QuanTAlib.Tests.csproj¢net10.0òPreview
|
||||
@@ -0,0 +1,276 @@
|
||||
ã
|
||||
</Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/Gbm.Tests.csQuanTAlib.TestsA
|
||||
QuanTAlib.Tests.GBMTests%Next_DefaultParameter_GeneratesNewBar;
|
||||
QuanTAlib.Tests.GBMTestsNext_IsNewTrue_AdvancesToNewBar=
|
||||
QuanTAlib.Tests.GBMTests!Next_IsNewFalse_UpdatesCurrentBar6
|
||||
QuanTAlib.Tests.GBMTestsNext_RefBool_HonorsRequest7
|
||||
QuanTAlib.Tests.GBMTestsFetch_GeneratesCorrectCount9
|
||||
QuanTAlib.Tests.GBMTestsFetch_GeneratesSequentialBars2
|
||||
QuanTAlib.Tests.GBMTestsFetch_RespectsInterval7
|
||||
QuanTAlib.Tests.GBMTestsFetch_StartsAtSpecifiedTimeG
|
||||
QuanTAlib.Tests.GBMTests+Fetch_WithDifferentIntervals_WorksCorrectly3
|
||||
QuanTAlib.Tests.GBMTestsGeneratesRealisticOHLCV<
|
||||
QuanTAlib.Tests.GBMTests IntraBarUpdates_ModifyCurrentBarA
|
||||
QuanTAlib.Tests.GBMTests%MixedStreamingAndBatch_WorksCorrectlyB
|
||||
QuanTAlib.Tests.GBMTests&DriftAndVolatility_AffectPriceMovement?
|
||||
QuanTAlib.Tests.GBMTests#ConsecutiveCalls_MaintainContinuity6
|
||||
QuanTAlib.Tests.GBMTestsStateless_NoHistoryStorage‡
|
||||
|
||||
@/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.Tests.csQuanTAlib.Tests?
|
||||
QuanTAlib.Tests.CsvFeedTestsConstructor_ValidFile_LoadsDataW
|
||||
QuanTAlib.Tests.CsvFeedTests7Constructor_NonExistentFile_ThrowsFileNotFoundExceptionL
|
||||
QuanTAlib.Tests.CsvFeedTests,Constructor_NullPath_ThrowsArgumentExceptionM
|
||||
QuanTAlib.Tests.CsvFeedTests-Constructor_EmptyPath_ThrowsArgumentException?
|
||||
QuanTAlib.Tests.CsvFeedTestsNext_StreamsDataChronologicallyF
|
||||
QuanTAlib.Tests.CsvFeedTests&Next_WithRefParameter_StreamsCorrectlyD
|
||||
QuanTAlib.Tests.CsvFeedTests$Next_UpdateCurrentBar_ReturnsSameBar@
|
||||
QuanTAlib.Tests.CsvFeedTests Next_EndOfData_SignalsNoMoreData@
|
||||
QuanTAlib.Tests.CsvFeedTests Fetch_ReturnsCorrectNumberOfBarsJ
|
||||
QuanTAlib.Tests.CsvFeedTests*Fetch_InvalidCount_ThrowsArgumentException=
|
||||
QuanTAlib.Tests.CsvFeedTestsFetch_ResetsStreamingPositionA
|
||||
QuanTAlib.Tests.CsvFeedTests!LoadFromCsv_ParsesValuesCorrectlyD
|
||||
QuanTAlib.Tests.CsvFeedTests$LoadFromCsv_DataInChronologicalOrder?
|
||||
QuanTAlib.Tests.CsvFeedTestsCsvFeed_WorksWithIFeedInterfaceE
|
||||
QuanTAlib.Tests.CsvFeedTests%Next_MixedNewAndUpdate_WorksCorrectlyD
|
||||
QuanTAlib.Tests.CsvFeedTests$Fetch_WithEarlyStartTime_ReturnsDataF
|
||||
QuanTAlib.Tests.CsvFeedTests&Fetch_WithFutureStartTime_ReturnsEmpty†
|
||||
A/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.Tests.csQuanTAlib.TestsO
|
||||
QuanTAlib.Tests.TValueTests0Constructor_WithLongTime_SetsPropertiesCorrectlyO
|
||||
QuanTAlib.Tests.TValueTests0Constructor_WithDateTime_SetsPropertiesCorrectly@
|
||||
QuanTAlib.Tests.TValueTests!AsDateTime_ReturnsCorrectDateTime8
|
||||
QuanTAlib.Tests.TValueTestsToString_FormatsCorrectlyG
|
||||
QuanTAlib.Tests.TValueTests(ImplicitConversion_ToDouble_ReturnsValueS
|
||||
QuanTAlib.Tests.TValueTests4ImplicitConversion_ToDateTime_ReturnsCorrectDateTimeC
|
||||
QuanTAlib.Tests.TValueTests$Equals_TValue_SameValues_ReturnsTrueG
|
||||
QuanTAlib.Tests.TValueTests(Equals_TValue_DifferentTime_ReturnsFalseH
|
||||
QuanTAlib.Tests.TValueTests)Equals_TValue_DifferentValue_ReturnsFalseC
|
||||
QuanTAlib.Tests.TValueTests$Equals_Object_SameTValue_ReturnsTrueG
|
||||
QuanTAlib.Tests.TValueTests(Equals_Object_DifferentType_ReturnsFalse>
|
||||
QuanTAlib.Tests.TValueTestsEquals_Object_Null_ReturnsFalseI
|
||||
QuanTAlib.Tests.TValueTests*GetHashCode_SameValues_ReturnsSameHashCodeS
|
||||
QuanTAlib.Tests.TValueTests4GetHashCode_DifferentValues_ReturnsDifferentHashCodeF
|
||||
QuanTAlib.Tests.TValueTests'EqualityOperator_SameValues_ReturnsTrueL
|
||||
QuanTAlib.Tests.TValueTests-EqualityOperator_DifferentValues_ReturnsFalseI
|
||||
QuanTAlib.Tests.TValueTests*InequalityOperator_SameValues_ReturnsFalseM
|
||||
QuanTAlib.Tests.TValueTests.InequalityOperator_DifferentValues_ReturnsTrue¸
|
||||
C/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.Tests.csQuanTAlib.TestsF
|
||||
QuanTAlib.Tests.TSeriesTests&Constructor_Default_CreatesEmptySeriesK
|
||||
QuanTAlib.Tests.TSeriesTests+Constructor_WithCapacity_CreatesEmptySeriesG
|
||||
QuanTAlib.Tests.TSeriesTests'Constructor_WithLists_WrapsExistingData8
|
||||
QuanTAlib.Tests.TSeriesTestsName_DefaultValue_IsData-
|
||||
QuanTAlib.Tests.TSeriesTests␍Name_CanBeSet;
|
||||
QuanTAlib.Tests.TSeriesTestsAdd_NewValue_IncreasesCountD
|
||||
QuanTAlib.Tests.TSeriesTests$Add_UpdateValue_DoesNotIncreaseCountA
|
||||
QuanTAlib.Tests.TSeriesTests!Add_MultipleValues_MaintainsOrder6
|
||||
QuanTAlib.Tests.TSeriesTestsAdd_TValue_AddsNewItemA
|
||||
QuanTAlib.Tests.TSeriesTests!Add_TValueWithIsNew_AddsOrUpdates:
|
||||
QuanTAlib.Tests.TSeriesTestsAdd_WithDateTime_AddsValueC
|
||||
QuanTAlib.Tests.TSeriesTests#Add_EnumerableDoubles_AddsAllValuesC
|
||||
QuanTAlib.Tests.TSeriesTests#Add_UpdateOnEmptySeries_AddsNewItem?
|
||||
QuanTAlib.Tests.TSeriesTestsLast_EmptySeries_ReturnsDefaultD
|
||||
QuanTAlib.Tests.TSeriesTests$Last_NonEmptySeries_ReturnsLastValue@
|
||||
QuanTAlib.Tests.TSeriesTests LastValue_EmptySeries_ReturnsNaNI
|
||||
QuanTAlib.Tests.TSeriesTests)LastValue_NonEmptySeries_ReturnsLastValue@
|
||||
QuanTAlib.Tests.TSeriesTests LastTime_EmptySeries_ReturnsZeroG
|
||||
QuanTAlib.Tests.TSeriesTests'LastTime_NonEmptySeries_ReturnsLastTimeB
|
||||
QuanTAlib.Tests.TSeriesTests"Values_ReturnsReadOnlySpanOfValues@
|
||||
QuanTAlib.Tests.TSeriesTests Times_ReturnsReadOnlySpanOfTimes<
|
||||
QuanTAlib.Tests.TSeriesTestsIndexer_ReturnsCorrectTValue?
|
||||
QuanTAlib.Tests.TSeriesTestsGetEnumerator_IteratesAllValues>
|
||||
QuanTAlib.Tests.TSeriesTestsGetEnumerator_NonGeneric_Works7
|
||||
QuanTAlib.Tests.TSeriesTestsPub_Event_IsRaisedOnAdd:
|
||||
QuanTAlib.Tests.TSeriesTestsPub_Event_IsRaisedOnUpdate9
|
||||
QuanTAlib.Tests.TSeriesTestsCount_ReturnsCorrectValueš
|
||||
I/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.Tests.csQuanTAlib.TestsI
|
||||
QuanTAlib.Tests.TBarSeriesTests&Constructor_Default_CreatesEmptySeriesN
|
||||
QuanTAlib.Tests.TBarSeriesTests+Constructor_WithCapacity_CreatesEmptySeries:
|
||||
QuanTAlib.Tests.TBarSeriesTestsName_DefaultValue_IsBar0
|
||||
QuanTAlib.Tests.TBarSeriesTests␍Name_CanBeSet<
|
||||
QuanTAlib.Tests.TBarSeriesTestsAdd_NewBar_IncreasesCountE
|
||||
QuanTAlib.Tests.TBarSeriesTests"Add_UpdateBar_DoesNotIncreaseCountE
|
||||
QuanTAlib.Tests.TBarSeriesTests"Add_UpdateOnEmptySeries_AddsNewBar;
|
||||
QuanTAlib.Tests.TBarSeriesTestsAdd_WithLongTime_AddsBar;
|
||||
QuanTAlib.Tests.TBarSeriesTestsAdd_WithDateTime_AddsBarG
|
||||
QuanTAlib.Tests.TBarSeriesTests$Add_WithEnumerables_AddsMultipleBars7
|
||||
QuanTAlib.Tests.TBarSeriesTestsSubSeries_AreUpdated9
|
||||
QuanTAlib.Tests.TBarSeriesTestsSubSeries_Aliases_Work=
|
||||
QuanTAlib.Tests.TBarSeriesTestsSubSeries_HaveCorrectNamesB
|
||||
QuanTAlib.Tests.TBarSeriesTestsLast_EmptySeries_ReturnsDefaultE
|
||||
QuanTAlib.Tests.TBarSeriesTests"Last_NonEmptySeries_ReturnsLastBarC
|
||||
QuanTAlib.Tests.TBarSeriesTests LastTime_EmptySeries_ReturnsZeroJ
|
||||
QuanTAlib.Tests.TBarSeriesTests'LastTime_NonEmptySeries_ReturnsLastTimeB
|
||||
QuanTAlib.Tests.TBarSeriesTestsLastOpen_EmptySeries_ReturnsNaNJ
|
||||
QuanTAlib.Tests.TBarSeriesTests'LastOpen_NonEmptySeries_ReturnsLastOpenB
|
||||
QuanTAlib.Tests.TBarSeriesTestsLastHigh_EmptySeries_ReturnsNaNJ
|
||||
QuanTAlib.Tests.TBarSeriesTests'LastHigh_NonEmptySeries_ReturnsLastHighA
|
||||
QuanTAlib.Tests.TBarSeriesTestsLastLow_EmptySeries_ReturnsNaNH
|
||||
QuanTAlib.Tests.TBarSeriesTests%LastLow_NonEmptySeries_ReturnsLastLowC
|
||||
QuanTAlib.Tests.TBarSeriesTests LastClose_EmptySeries_ReturnsNaNL
|
||||
QuanTAlib.Tests.TBarSeriesTests)LastClose_NonEmptySeries_ReturnsLastCloseD
|
||||
QuanTAlib.Tests.TBarSeriesTests!LastVolume_EmptySeries_ReturnsNaNN
|
||||
QuanTAlib.Tests.TBarSeriesTests+LastVolume_NonEmptySeries_ReturnsLastVolume<
|
||||
QuanTAlib.Tests.TBarSeriesTestsIndexer_ReturnsCorrectBar<
|
||||
QuanTAlib.Tests.TBarSeriesTestsCount_ReturnsCorrectValue@
|
||||
QuanTAlib.Tests.TBarSeriesTestsGetEnumerator_IteratesAllBarsA
|
||||
QuanTAlib.Tests.TBarSeriesTestsGetEnumerator_NonGeneric_Works:
|
||||
QuanTAlib.Tests.TBarSeriesTestsPub_Event_IsRaisedOnAdd=
|
||||
QuanTAlib.Tests.TBarSeriesTestsPub_Event_IsRaisedOnUpdate?
|
||||
QuanTAlib.Tests.TBarSeriesTestsSubSeries_ShareSameTimeArrayB
|
||||
QuanTAlib.Tests.TBarSeriesTestsAdd_MultipleBars_MaintainsOrderÊ
|
||||
=/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.Tests.csQuanTAlib.Tests@
|
||||
QuanTAlib.Tests.TBarTests#Constructor_SetsPropertiesCorrectlyM
|
||||
QuanTAlib.Tests.TBarTests0Constructor_WithDateTime_SetsPropertiesCorrectly>
|
||||
QuanTAlib.Tests.TBarTests!AsDateTime_ReturnsCorrectDateTimeB
|
||||
QuanTAlib.Tests.TBarTests%O_Property_ReturnsTValueWithOpenPriceB
|
||||
QuanTAlib.Tests.TBarTests%H_Property_ReturnsTValueWithHighPriceA
|
||||
QuanTAlib.Tests.TBarTests$L_Property_ReturnsTValueWithLowPriceC
|
||||
QuanTAlib.Tests.TBarTests&C_Property_ReturnsTValueWithClosePrice?
|
||||
QuanTAlib.Tests.TBarTests"V_Property_ReturnsTValueWithVolume4
|
||||
QuanTAlib.Tests.TBarTestsHL2_CalculatesCorrectly4
|
||||
QuanTAlib.Tests.TBarTestsOC2_CalculatesCorrectly5
|
||||
QuanTAlib.Tests.TBarTestsOHL3_CalculatesCorrectly5
|
||||
QuanTAlib.Tests.TBarTestsHLC3_CalculatesCorrectly6
|
||||
QuanTAlib.Tests.TBarTestsOHLC4_CalculatesCorrectly6
|
||||
QuanTAlib.Tests.TBarTestsHLCC4_CalculatesCorrectlyJ
|
||||
QuanTAlib.Tests.TBarTests-ImplicitConversion_ToDouble_ReturnsClosePriceR
|
||||
QuanTAlib.Tests.TBarTests5ImplicitConversion_ToTValue_ReturnsClosePriceWithTimeQ
|
||||
QuanTAlib.Tests.TBarTests4ImplicitConversion_ToDateTime_ReturnsCorrectDateTime<
|
||||
QuanTAlib.Tests.TBarTestsToString_ReturnsFormattedString=
|
||||
QuanTAlib.Tests.TBarTests Equals_TBar_SameBars_ReturnsTrueC
|
||||
QuanTAlib.Tests.TBarTests&Equals_TBar_DifferentTime_ReturnsFalseC
|
||||
QuanTAlib.Tests.TBarTests&Equals_TBar_DifferentOpen_ReturnsFalseC
|
||||
QuanTAlib.Tests.TBarTests&Equals_TBar_DifferentHigh_ReturnsFalseB
|
||||
QuanTAlib.Tests.TBarTests%Equals_TBar_DifferentLow_ReturnsFalseD
|
||||
QuanTAlib.Tests.TBarTests'Equals_TBar_DifferentClose_ReturnsFalseE
|
||||
QuanTAlib.Tests.TBarTests(Equals_TBar_DifferentVolume_ReturnsFalse?
|
||||
QuanTAlib.Tests.TBarTests"Equals_Object_SameTBar_ReturnsTrueE
|
||||
QuanTAlib.Tests.TBarTests(Equals_Object_DifferentType_ReturnsFalse<
|
||||
QuanTAlib.Tests.TBarTestsEquals_Object_Null_ReturnsFalseE
|
||||
QuanTAlib.Tests.TBarTests(GetHashCode_SameBars_ReturnsSameHashCodeO
|
||||
QuanTAlib.Tests.TBarTests2GetHashCode_DifferentBars_ReturnsDifferentHashCodeB
|
||||
QuanTAlib.Tests.TBarTests%EqualityOperator_SameBars_ReturnsTrueH
|
||||
QuanTAlib.Tests.TBarTests+EqualityOperator_DifferentBars_ReturnsFalseE
|
||||
QuanTAlib.Tests.TBarTests(InequalityOperator_SameBars_ReturnsFalseI
|
||||
QuanTAlib.Tests.TBarTests,InequalityOperator_DifferentBars_ReturnsTrue�
|
||||
J/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Validation.Tests.csQuanTAlib.Tests6
|
||||
"QuanTAlib.Tests.EmaValidationTestsValidate_Skender4
|
||||
"QuanTAlib.Tests.EmaValidationTestsValidate_Talib4
|
||||
"QuanTAlib.Tests.EmaValidationTestsValidate_Tulipò
|
||||
E/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/EmaVector.Tests.csQuanTAlib.TestsN
|
||||
QuanTAlib.Tests.EmaVectorTests,Initialization_WithPeriods_SetsCorrectAlphasA
|
||||
QuanTAlib.Tests.EmaVectorTestsInitialization_WithAlphas_WorksW
|
||||
QuanTAlib.Tests.EmaVectorTests5Initialization_WithZeroPeriod_ThrowsArgumentException[
|
||||
QuanTAlib.Tests.EmaVectorTests9Initialization_WithNegativePeriod_ThrowsArgumentExceptionV
|
||||
QuanTAlib.Tests.EmaVectorTests4Initialization_WithZeroAlpha_ThrowsArgumentExceptionZ
|
||||
QuanTAlib.Tests.EmaVectorTests8Initialization_WithNegativeAlpha_ThrowsArgumentException`
|
||||
QuanTAlib.Tests.EmaVectorTests>Initialization_WithAlphaGreaterThanOne_ThrowsArgumentExceptionJ
|
||||
QuanTAlib.Tests.EmaVectorTests(Initialization_WithAlphaEqualToOne_WorksA
|
||||
QuanTAlib.Tests.EmaVectorTestsCalc_Streaming_MatchesSingleEma>
|
||||
QuanTAlib.Tests.EmaVectorTestsCalc_Series_MatchesSingleEma>
|
||||
QuanTAlib.Tests.EmaVectorTestsCalc_Series_MatchesStreamingH
|
||||
QuanTAlib.Tests.EmaVectorTests&Calculate_Static_MatchesInstanceMethod3
|
||||
QuanTAlib.Tests.EmaVectorTestsReset_ClearsStateE
|
||||
QuanTAlib.Tests.EmaVectorTests#Update_NaN_Input_UsesLastValidValueJ
|
||||
QuanTAlib.Tests.EmaVectorTests(Update_Infinity_Input_UsesLastValidValueK
|
||||
QuanTAlib.Tests.EmaVectorTests)Update_MultipleNaN_ContinuesWithLastValid=
|
||||
QuanTAlib.Tests.EmaVectorTestsCalculate_Series_HandlesNaN<
|
||||
QuanTAlib.Tests.EmaVectorTestsReset_ClearsLastValidValue?
|
||||
QuanTAlib.Tests.EmaVectorTestsNaN_Handling_MatchesSingleEmaD
|
||||
QuanTAlib.Tests.EmaVectorTests"Values_Property_UpdatesAfterUpdateG
|
||||
QuanTAlib.Tests.EmaVectorTests%Values_Property_UpdatesAfterCalculateÐ1
|
||||
G/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.Tests.csQuanTAlib.TestsO
|
||||
#QuanTAlib.Tests.SimdExtensionsTests(ContainsNonFinite_EmptySpan_ReturnsFalseO
|
||||
#QuanTAlib.Tests.SimdExtensionsTests(ContainsNonFinite_AllFinite_ReturnsFalseP
|
||||
#QuanTAlib.Tests.SimdExtensionsTests)ContainsNonFinite_ContainsNaN_ReturnsTrue]
|
||||
#QuanTAlib.Tests.SimdExtensionsTests6ContainsNonFinite_ContainsPositiveInfinity_ReturnsTrue]
|
||||
#QuanTAlib.Tests.SimdExtensionsTests6ContainsNonFinite_ContainsNegativeInfinity_ReturnsTrueY
|
||||
#QuanTAlib.Tests.SimdExtensionsTests2ContainsNonFinite_NonFiniteInRemainder_ReturnsTrueN
|
||||
#QuanTAlib.Tests.SimdExtensionsTests'ContainsNonFinite_SingleNaN_ReturnsTrue[
|
||||
#QuanTAlib.Tests.SimdExtensionsTests4ContainsNonFinite_TwoElements_AllFinite_ReturnsFalseW
|
||||
#QuanTAlib.Tests.SimdExtensionsTests0ContainsNonFinite_TwoElements_OneNaN_ReturnsTrueD
|
||||
#QuanTAlib.Tests.SimdExtensionsTestsSumSIMD_EmptySpan_ReturnsZeroK
|
||||
#QuanTAlib.Tests.SimdExtensionsTests$SumSIMD_SingleElement_ReturnsElementE
|
||||
#QuanTAlib.Tests.SimdExtensionsTestsSumSIMD_TwoElements_ReturnsSumQ
|
||||
#QuanTAlib.Tests.SimdExtensionsTests*SumSIMD_MultipleElements_ReturnsCorrectSumK
|
||||
#QuanTAlib.Tests.SimdExtensionsTests$SumSIMD_LargeArray_ReturnsCorrectSumE
|
||||
#QuanTAlib.Tests.SimdExtensionsTestsSumSIMD_ContainsNaN_ReturnsNaNJ
|
||||
#QuanTAlib.Tests.SimdExtensionsTests#SumSIMD_ContainsInfinity_ReturnsNaNO
|
||||
#QuanTAlib.Tests.SimdExtensionsTests(SumSIMD_NegativeValues_ReturnsCorrectSumC
|
||||
#QuanTAlib.Tests.SimdExtensionsTestsMinSIMD_EmptySpan_ReturnsNaNK
|
||||
#QuanTAlib.Tests.SimdExtensionsTests$MinSIMD_SingleElement_ReturnsElementI
|
||||
#QuanTAlib.Tests.SimdExtensionsTests"MinSIMD_TwoElements_ReturnsMinimumN
|
||||
#QuanTAlib.Tests.SimdExtensionsTests'MinSIMD_MultipleElements_ReturnsMinimumE
|
||||
#QuanTAlib.Tests.SimdExtensionsTestsMinSIMD_ContainsNaN_ReturnsNaNO
|
||||
#QuanTAlib.Tests.SimdExtensionsTests(MinSIMD_MinInRemainder_ReturnsCorrectMinL
|
||||
#QuanTAlib.Tests.SimdExtensionsTests%MinSIMD_NegativeValues_ReturnsMinimumC
|
||||
#QuanTAlib.Tests.SimdExtensionsTestsMaxSIMD_EmptySpan_ReturnsNaNK
|
||||
#QuanTAlib.Tests.SimdExtensionsTests$MaxSIMD_SingleElement_ReturnsElementI
|
||||
#QuanTAlib.Tests.SimdExtensionsTests"MaxSIMD_TwoElements_ReturnsMaximumN
|
||||
#QuanTAlib.Tests.SimdExtensionsTests'MaxSIMD_MultipleElements_ReturnsMaximumE
|
||||
#QuanTAlib.Tests.SimdExtensionsTestsMaxSIMD_ContainsNaN_ReturnsNaNO
|
||||
#QuanTAlib.Tests.SimdExtensionsTests(MaxSIMD_MaxInRemainder_ReturnsCorrectMaxL
|
||||
#QuanTAlib.Tests.SimdExtensionsTests%MaxSIMD_NegativeValues_ReturnsMaximumG
|
||||
#QuanTAlib.Tests.SimdExtensionsTests AverageSIMD_EmptySpan_ReturnsNaNM
|
||||
#QuanTAlib.Tests.SimdExtensionsTests&AverageSIMD_TwoElements_ReturnsAverageY
|
||||
#QuanTAlib.Tests.SimdExtensionsTests2AverageSIMD_MultipleElements_ReturnsCorrectAverageI
|
||||
#QuanTAlib.Tests.SimdExtensionsTests"AverageSIMD_ContainsNaN_ReturnsNaNR
|
||||
#QuanTAlib.Tests.SimdExtensionsTests+VarianceSIMD_LessThanTwoElements_ReturnsNaNH
|
||||
#QuanTAlib.Tests.SimdExtensionsTests!VarianceSIMD_EmptySpan_ReturnsNaNN
|
||||
#QuanTAlib.Tests.SimdExtensionsTests'VarianceSIMD_TwoElements_ReturnsCorrectP
|
||||
#QuanTAlib.Tests.SimdExtensionsTests)VarianceSIMD_ThreeElements_ReturnsCorrect[
|
||||
#QuanTAlib.Tests.SimdExtensionsTests4VarianceSIMD_MultipleElements_ReturnsCorrectVarianceU
|
||||
#QuanTAlib.Tests.SimdExtensionsTests.VarianceSIMD_WithProvidedMean_UsesProvidedMeanJ
|
||||
#QuanTAlib.Tests.SimdExtensionsTests#VarianceSIMD_ContainsNaN_ReturnsNaNJ
|
||||
#QuanTAlib.Tests.SimdExtensionsTests#VarianceSIMD_WithNaNMean_ReturnsNaNO
|
||||
#QuanTAlib.Tests.SimdExtensionsTests(VarianceSIMD_WithInfinityMean_ReturnsNaNL
|
||||
#QuanTAlib.Tests.SimdExtensionsTests%StdDevSIMD_TwoElements_ReturnsCorrectW
|
||||
#QuanTAlib.Tests.SimdExtensionsTests0StdDevSIMD_MultipleElements_ReturnsCorrectStdDevH
|
||||
#QuanTAlib.Tests.SimdExtensionsTests!StdDevSIMD_WithProvidedMean_WorksH
|
||||
#QuanTAlib.Tests.SimdExtensionsTests!StdDevSIMD_ContainsNaN_ReturnsNaNJ
|
||||
#QuanTAlib.Tests.SimdExtensionsTests#MinMaxSIMD_EmptySpan_ReturnsBothNaNP
|
||||
#QuanTAlib.Tests.SimdExtensionsTests)MinMaxSIMD_SingleElement_ReturnsSameValueL
|
||||
#QuanTAlib.Tests.SimdExtensionsTests%MinMaxSIMD_TwoElements_ReturnsCorrectW
|
||||
#QuanTAlib.Tests.SimdExtensionsTests0MinMaxSIMD_MultipleElements_ReturnsCorrectMinMaxL
|
||||
#QuanTAlib.Tests.SimdExtensionsTests%MinMaxSIMD_ContainsNaN_ReturnsBothNaNR
|
||||
#QuanTAlib.Tests.SimdExtensionsTests+MinMaxSIMD_MinMaxInRemainder_ReturnsCorrectO
|
||||
#QuanTAlib.Tests.SimdExtensionsTests(MinMaxSIMD_NegativeValues_ReturnsCorrectB
|
||||
#QuanTAlib.Tests.SimdExtensionsTestsSIMD_WorksWithTSeriesValuesD
|
||||
#QuanTAlib.Tests.SimdExtensionsTestsSIMD_WorksWithTBarSeriesCloseH
|
||||
#QuanTAlib.Tests.SimdExtensionsTests!SIMD_PerformanceTest_LargeDatasetE
|
||||
#QuanTAlib.Tests.SimdExtensionsTestsSIMD_ScalarFallback_SmallArrayY
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests.ContainsNonFiniteScalar_AllFinite_ReturnsFalseZ
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests/ContainsNonFiniteScalar_ContainsNaN_ReturnsTrue_
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests4ContainsNonFiniteScalar_ContainsInfinity_ReturnsTrueU
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests*ContainsNonFiniteScalar_Empty_ReturnsFalseW
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests,SumScalar_MultipleElements_ReturnsCorrectSumU
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests*SumScalar_NegativeValues_ReturnsCorrectSumF
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTestsSumScalar_Empty_ReturnsZeroT
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests)MinScalar_MultipleElements_ReturnsMinimumR
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests'MinScalar_NegativeValues_ReturnsMinimumQ
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests&MinScalar_SingleElement_ReturnsElementT
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests)MaxScalar_MultipleElements_ReturnsMaximumR
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests'MaxScalar_NegativeValues_ReturnsMaximumQ
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests&MaxScalar_SingleElement_ReturnsElementa
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests6VarianceScalar_MultipleElements_ReturnsCorrectVariance\
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests1VarianceScalar_TwoElements_ReturnsCorrectVariance]
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests2MinMaxScalar_MultipleElements_ReturnsCorrectMinMax[
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests0MinMaxScalar_NegativeValues_ReturnsCorrectMinMaxV
|
||||
'QuanTAlib.Tests.SimdScalarFallbackTests+MinMaxScalar_SingleElement_ReturnsSameValueý
|
||||
?/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Tests.csQuanTAlib.TestsA
|
||||
QuanTAlib.Tests.EmaTests%Ema_Constructor_Period_ValidatesInput@
|
||||
QuanTAlib.Tests.EmaTests$Ema_Constructor_Alpha_ValidatesInput1
|
||||
QuanTAlib.Tests.EmaTestsEma_Calc_ReturnsValue;
|
||||
QuanTAlib.Tests.EmaTestsEma_Calc_IsNew_AcceptsParameter=
|
||||
QuanTAlib.Tests.EmaTests!Ema_Calc_IsNew_False_UpdatesValue1
|
||||
QuanTAlib.Tests.EmaTestsEma_Reset_ClearsState5
|
||||
QuanTAlib.Tests.EmaTestsEma_Properties_Accessible<
|
||||
QuanTAlib.Tests.EmaTests Ema_IsHot_BecomesTrueAfterWarmupF
|
||||
QuanTAlib.Tests.EmaTests*Ema_PeriodEquivalence_BothConstructorsWorkK
|
||||
QuanTAlib.Tests.EmaTests/Ema_IterativeCorrections_RestoreToOriginalState>
|
||||
QuanTAlib.Tests.EmaTests"Ema_BatchCalc_MatchesIterativeCalcA
|
||||
QuanTAlib.Tests.EmaTests%Ema_Result_ImplicitConversionToDouble<
|
||||
QuanTAlib.Tests.EmaTests Ema_NaN_Input_UsesLastValidValueA
|
||||
QuanTAlib.Tests.EmaTests%Ema_Infinity_Input_UsesLastValidValueB
|
||||
QuanTAlib.Tests.EmaTests&Ema_MultipleNaN_ContinuesWithLastValid4
|
||||
QuanTAlib.Tests.EmaTestsEma_BatchCalc_HandlesNaN:
|
||||
QuanTAlib.Tests.EmaTestsEma_Reset_ClearsLastValidValue
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,10 @@
|
||||
{"dotnetenterprise.s4net.params.sonar_cs_opencover_reportspaths.source":"CLI"}
|
||||
{"dotnetenterprise.s4net.serverInfo.region":"default"}
|
||||
{"dotnetenterprise.s4net.serverInfo.product":"SQ_Cloud"}
|
||||
{"dotnetenterprise.s4net.serverInfo.serverUrl":"https://sonarcloud.io"}
|
||||
{"dotnetenterprise.s4net.serverInfo.version":"8.0.0.76937"}
|
||||
{"dotnetenterprise.s4net.jre.bootstrapping":"Enabled"}
|
||||
{"dotnetenterprise.s4net.jre.download":"CacheHit"}
|
||||
{"dotnetenterprise.s4net.scannerEngine.bootstrapping":"Enabled"}
|
||||
{"dotnetenterprise.s4net.scannerEngine.download":"CacheHit"}
|
||||
{"dotnetenterprise.s4net.endstep.legacyTFS":"NotCalled"}
|
||||
@@ -0,0 +1,2 @@
|
||||
{"dotnetenterprise.s4net.build.visual_studio_version":"18.0"}
|
||||
{"dotnetenterprise.s4net.build.msbuild_version":"18.0.2"}
|
||||
@@ -0,0 +1,188 @@
|
||||
{
|
||||
"scannerProperties": [
|
||||
{
|
||||
"key": "sonar.scanner.app",
|
||||
"value": "ScannerMSBuild"
|
||||
},
|
||||
{
|
||||
"key": "sonar.scanner.appVersion",
|
||||
"value": "11.0"
|
||||
},
|
||||
{
|
||||
"key": "sonar.scanner.bootstrapStartTime",
|
||||
"value": "1764463248000"
|
||||
},
|
||||
{
|
||||
"key": "sonar.projectKey",
|
||||
"value": "mihakralj_QuanTAlib"
|
||||
},
|
||||
{
|
||||
"key": "sonar.working.directory",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/.sonar"
|
||||
},
|
||||
{
|
||||
"key": "sonar.projectBaseDir",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib"
|
||||
},
|
||||
{
|
||||
"key": "sonar.pullrequest.cache.basepath",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib"
|
||||
},
|
||||
{
|
||||
"key": "sonar.sources",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Quantower.cs,/Users/mihakralj/Github/QuanTAlib/.github/TradingPlatform.BusinessLayer.xml,/Users/mihakralj/Github/QuanTAlib/.config/dotnet-tools.json,/Users/mihakralj/Github/QuanTAlib/.vs/VSWorkspaceState.json,/Users/mihakralj/Github/QuanTAlib/.codacy/cli.sh,/Users/mihakralj/Github/QuanTAlib/.codacy/codacy.yaml,/Users/mihakralj/Github/QuanTAlib/.codacy/cli-config.yaml,/Users/mihakralj/Github/QuanTAlib/.sonarlint/QuanTAlib.json,/Users/mihakralj/Github/QuanTAlib/.vscode/settings.json,/Users/mihakralj/Github/QuanTAlib/.vscode/extensions.json,/Users/mihakralj/Github/QuanTAlib/.vscode/launch.json,/Users/mihakralj/Github/QuanTAlib/.vscode/tasks.json,/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/semgrep.yaml,/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/trivy.yaml,/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/languages-config.yaml,/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/lizard.yaml,/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/analysis_options.yaml,/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/eslint.config.mjs,/Users/mihakralj/Github/QuanTAlib/.github/workflows/Publish.yml,/Users/mihakralj/Github/QuanTAlib/.github/codeql/codeql-config.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/8B1B55C024A0F0FBB24C2964F83C886E34CA54C0.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/346F370EBFD8AF8C2CE1A41185526E6742960059.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/3D2F07AEF9A822DC75C243AD4D59A1E997F198B8.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/358F1E2A063F7660166E92FB30EB20CCD604D883.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/341C225BE5349EBCBA453D151E9662FAEF63087E.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/7C52B17B004F856D97769A2A664C666EC4950E2E.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/B41A98D34504190C3581ED77A64579331F9C25C4.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/86D2F0BD616CFACEE52FA1335C519FD51A62928B.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/DA3611089A00C3F2C077C00D2D676C3E06DCF328.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/3D2281F760C3CC3E57CBFDD474781F65E7CB5290.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/FD12E40B4AE77AF581DFBE205749EFF7051F549F.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/0BACF8A4E876691D2D84FB01C4110EB0CCEB210A.yml,/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/3823E2C03E6D7A2C63B916E93A88C74DB04A14DC.yml,/Users/mihakralj/Github/QuanTAlib/.vs/QuanTAlib/v18/DocumentLayout.backup.json,/Users/mihakralj/Github/QuanTAlib/.vs/QuanTAlib/v18/DocumentLayout.json,/Users/mihakralj/Github/QuanTAlib/omnisharp.json,/Users/mihakralj/Github/QuanTAlib/GitVersion.yml,/Users/mihakralj/Github/QuanTAlib/.github/QuanTAlib2.png"
|
||||
},
|
||||
{
|
||||
"key": "sonar.tests",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "sonar.modules",
|
||||
"value": "D8F03B19-F99F-475F-8951-85C9D2258B73,F455234B-2A3C-140A-17C3-683D7820A733,953F0406-DD9B-406E-993D-6D988D5F5423"
|
||||
},
|
||||
{
|
||||
"key": "D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.projectKey",
|
||||
"value": "mihakralj_QuanTAlib:D8F03B19-F99F-475F-8951-85C9D2258B73"
|
||||
},
|
||||
{
|
||||
"key": "D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.projectName",
|
||||
"value": "Averages"
|
||||
},
|
||||
{
|
||||
"key": "D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.projectBaseDir",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/quantower"
|
||||
},
|
||||
{
|
||||
"key": "D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.working.directory",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/.sonar/mod0"
|
||||
},
|
||||
{
|
||||
"key": "D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.sourceEncoding",
|
||||
"value": "utf-8"
|
||||
},
|
||||
{
|
||||
"key": "D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.tests",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.sources",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs,/Users/mihakralj/Github/QuanTAlib/quantower/obj/Averages.csproj.nuget.dgspec.json,/Users/mihakralj/Github/QuanTAlib/quantower/obj/project.packagespec.json,/Users/mihakralj/Github/QuanTAlib/quantower/obj/project.assets.json,/Users/mihakralj/Github/QuanTAlib/quantower/obj/Debug/Averages.sourcelink.json,/Users/mihakralj/Github/QuanTAlib/quantower/bin/Debug/Averages.deps.json"
|
||||
},
|
||||
{
|
||||
"key": "D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.cs.analyzer.projectOutPaths",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/0"
|
||||
},
|
||||
{
|
||||
"key": "D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.cs.roslyn.reportFilePaths",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/0/Issues.json"
|
||||
},
|
||||
{
|
||||
"key": "D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.cs.scanner.telemetry",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/0/Telemetry.json"
|
||||
},
|
||||
{
|
||||
"key": "F455234B-2A3C-140A-17C3-683D7820A733.sonar.projectKey",
|
||||
"value": "mihakralj_QuanTAlib:F455234B-2A3C-140A-17C3-683D7820A733"
|
||||
},
|
||||
{
|
||||
"key": "F455234B-2A3C-140A-17C3-683D7820A733.sonar.projectName",
|
||||
"value": "quantalib"
|
||||
},
|
||||
{
|
||||
"key": "F455234B-2A3C-140A-17C3-683D7820A733.sonar.projectBaseDir",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/lib"
|
||||
},
|
||||
{
|
||||
"key": "F455234B-2A3C-140A-17C3-683D7820A733.sonar.working.directory",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/.sonar/mod1"
|
||||
},
|
||||
{
|
||||
"key": "F455234B-2A3C-140A-17C3-683D7820A733.sonar.sourceEncoding",
|
||||
"value": "utf-8"
|
||||
},
|
||||
{
|
||||
"key": "F455234B-2A3C-140A-17C3-683D7820A733.sonar.tests",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "F455234B-2A3C-140A-17C3-683D7820A733.sonar.sources",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.cs,/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs,/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs,/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.cs,/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.cs,/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.cs,/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/EmaVector.cs,/Users/mihakralj/Github/QuanTAlib/lib/obj/project.packagespec.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/project.assets.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/gitversion.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/quantalib.csproj.nuget.dgspec.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/QuanTAlib.Tests.csproj.nuget.dgspec.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/project.packagespec.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/project.assets.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/net9.0/QuanTAlib.deps.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/net10.0/QuanTAlib.deps.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.sourcelink.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.sourcelink.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.sourcelink.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/net9.0/QuanTAlib.Tests.runtimeconfig.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/net9.0/QuanTAlib.Tests.deps.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/net10.0/QuanTAlib.Tests.runtimeconfig.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/net10.0/QuanTAlib.Tests.deps.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net8.0/QuanTAlib.deps.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net9.0/QuanTAlib.deps.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net10.0/QuanTAlib.deps.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/Debug/net9.0/QuanTAlib.Tests.sourcelink.json,/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/Debug/net10.0/QuanTAlib.Tests.sourcelink.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/Debug/net9.0/QuanTAlib.Tests.runtimeconfig.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/Debug/net9.0/QuanTAlib.Tests.deps.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/Debug/net10.0/QuanTAlib.Tests.runtimeconfig.json,/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/Debug/net10.0/QuanTAlib.Tests.deps.json,/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.cs,/Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.cs,/Users/mihakralj/Github/QuanTAlib/lib/feeds/IFeed.cs,/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.md,/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Notebook.dib,/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.md,/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.Notebook.dib,/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.md,/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.Notebook.dib,/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.md,/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.Notebook.dib,/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.md,/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.Notebook.dib,/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.md,/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.Notebook.dib,/Users/mihakralj/Github/QuanTAlib/lib/Directory.Build.props,/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.md,/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.Notebook.dib,/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/daily_IBM.csv,/Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.md,/Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.Notebook.dib,/Users/mihakralj/Github/QuanTAlib/lib/feeds/IFeed.md,/Users/mihakralj/Github/QuanTAlib/lib/TestResults/09aa8f8b-17ca-430d-be58-992d5ce2aacd/coverage.opencover.xml,/Users/mihakralj/Github/QuanTAlib/lib/TestResults/b06e7fe4-4f16-46e2-8b46-bf971ee7d63d/coverage.cobertura.xml,/Users/mihakralj/Github/QuanTAlib/lib/TestResults/d5449c1c-f3e9-43cc-b9d9-304cd71e763e/coverage.opencover.xml"
|
||||
},
|
||||
{
|
||||
"key": "F455234B-2A3C-140A-17C3-683D7820A733.sonar.cs.analyzer.projectOutPaths",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1"
|
||||
},
|
||||
{
|
||||
"key": "F455234B-2A3C-140A-17C3-683D7820A733.sonar.cs.roslyn.reportFilePaths",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1/Issues.json"
|
||||
},
|
||||
{
|
||||
"key": "F455234B-2A3C-140A-17C3-683D7820A733.sonar.cs.scanner.telemetry",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1/Telemetry.json"
|
||||
},
|
||||
{
|
||||
"key": "953F0406-DD9B-406E-993D-6D988D5F5423.sonar.projectKey",
|
||||
"value": "mihakralj_QuanTAlib:953F0406-DD9B-406E-993D-6D988D5F5423"
|
||||
},
|
||||
{
|
||||
"key": "953F0406-DD9B-406E-993D-6D988D5F5423.sonar.projectName",
|
||||
"value": "QuanTAlib.Tests"
|
||||
},
|
||||
{
|
||||
"key": "953F0406-DD9B-406E-993D-6D988D5F5423.sonar.projectBaseDir",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/lib"
|
||||
},
|
||||
{
|
||||
"key": "953F0406-DD9B-406E-993D-6D988D5F5423.sonar.working.directory",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/.sonar/mod2"
|
||||
},
|
||||
{
|
||||
"key": "953F0406-DD9B-406E-993D-6D988D5F5423.sonar.sourceEncoding",
|
||||
"value": "utf-8"
|
||||
},
|
||||
{
|
||||
"key": "953F0406-DD9B-406E-993D-6D988D5F5423.sonar.sources",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "953F0406-DD9B-406E-993D-6D988D5F5423.sonar.tests",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Tests.cs,/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Validation.Tests.cs,/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/EmaVector.Tests.cs,/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.Tests.cs,/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.Tests.cs,/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.Tests.cs,/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.Tests.cs,/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.Tests.cs,/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.Tests.cs,/Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/Gbm.Tests.cs,/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net10.0/QuanTAlib.pdb,/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net8.0/QuanTAlib.pdb,/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net9.0/QuanTAlib.pdb,/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/QuanTAlib.0.7.14-simd-dev.1.nupkg,/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/QuanTAlib.0.7.14-simd-dev.1.snupkg,/Users/mihakralj/Github/QuanTAlib/lib/bin/net10.0/QuanTAlib.pdb,/Users/mihakralj/Github/QuanTAlib/lib/bin/net9.0/QuanTAlib.pdb,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.AssemblyInfoInputs.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.assets.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.csproj.AssemblyReference.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.csproj.CoreCompileInputs.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.csproj.FileListAbsolute.txt,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.GeneratedMSBuildEditorConfig.editorconfig,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/QuanTAlib.pdb,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.AssemblyInfoInputs.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.assets.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.csproj.CoreCompileInputs.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.csproj.FileListAbsolute.txt,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.GeneratedMSBuildEditorConfig.editorconfig,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/QuanTAlib.pdb,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.AssemblyInfoInputs.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.assets.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.csproj.CoreCompileInputs.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.csproj.FileListAbsolute.txt,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.GeneratedMSBuildEditorConfig.editorconfig,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/QuanTAlib.pdb,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/QuanTAlib.0.7.14-simd-dev.1.nuspec,/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/QuanTAlib.0.7.14-simd-dev.1.symbols.nuspec,/Users/mihakralj/Github/QuanTAlib/lib/obj/project.nuget.cache,/Users/mihakralj/Github/QuanTAlib/lib/obj/quantalib.csproj.nuget.g.props,/Users/mihakralj/Github/QuanTAlib/lib/obj/quantalib.csproj.nuget.g.targets,/Users/mihakralj/Github/QuanTAlib/lib/obj/rider.project.restore.info"
|
||||
},
|
||||
{
|
||||
"key": "953F0406-DD9B-406E-993D-6D988D5F5423.sonar.cs.analyzer.projectOutPaths",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2"
|
||||
},
|
||||
{
|
||||
"key": "953F0406-DD9B-406E-993D-6D988D5F5423.sonar.cs.roslyn.reportFilePaths",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2/Issues.json"
|
||||
},
|
||||
{
|
||||
"key": "953F0406-DD9B-406E-993D-6D988D5F5423.sonar.cs.scanner.telemetry",
|
||||
"value": "/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2/Telemetry.json"
|
||||
},
|
||||
{
|
||||
"key": "sonar.token",
|
||||
"value": "***"
|
||||
},
|
||||
{
|
||||
"key": "sonar.cs.opencover.reportsPaths",
|
||||
"value": "**/coverage.opencover.xml"
|
||||
},
|
||||
{
|
||||
"key": "sonar.organization",
|
||||
"value": "mihakralj-quantalib"
|
||||
},
|
||||
{
|
||||
"key": "sonar.exclusions",
|
||||
"value": "**/coverage.opencover.xml"
|
||||
},
|
||||
{
|
||||
"key": "sonar.visualstudio.enable",
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"key": "sonar.host.url",
|
||||
"value": "https://sonarcloud.io"
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,202 @@
|
||||
sonar.projectKey=mihakralj_QuanTAlib
|
||||
sonar.working.directory=/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/.sonar
|
||||
sonar.projectBaseDir=/Users/mihakralj/Github/QuanTAlib
|
||||
sonar.pullrequest.cache.basepath=/Users/mihakralj/Github/QuanTAlib
|
||||
sonar.sources=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Quantower.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.github/TradingPlatform.BusinessLayer.xml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.config/dotnet-tools.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.vs/VSWorkspaceState.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.codacy/cli.sh",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.codacy/codacy.yaml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.codacy/cli-config.yaml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.sonarlint/QuanTAlib.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.vscode/settings.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.vscode/extensions.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.vscode/launch.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.vscode/tasks.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/semgrep.yaml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/trivy.yaml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/languages-config.yaml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/lizard.yaml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/analysis_options.yaml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.codacy/tools-configs/eslint.config.mjs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.github/workflows/Publish.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.github/codeql/codeql-config.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/8B1B55C024A0F0FBB24C2964F83C886E34CA54C0.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/346F370EBFD8AF8C2CE1A41185526E6742960059.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/3D2F07AEF9A822DC75C243AD4D59A1E997F198B8.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/358F1E2A063F7660166E92FB30EB20CCD604D883.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/341C225BE5349EBCBA453D151E9662FAEF63087E.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/7C52B17B004F856D97769A2A664C666EC4950E2E.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/B41A98D34504190C3581ED77A64579331F9C25C4.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/86D2F0BD616CFACEE52FA1335C519FD51A62928B.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/DA3611089A00C3F2C077C00D2D676C3E06DCF328.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/3D2281F760C3CC3E57CBFDD474781F65E7CB5290.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/FD12E40B4AE77AF581DFBE205749EFF7051F549F.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/0BACF8A4E876691D2D84FB01C4110EB0CCEB210A.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.git/gitversion_cache/3823E2C03E6D7A2C63B916E93A88C74DB04A14DC.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.vs/QuanTAlib/v18/DocumentLayout.backup.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.vs/QuanTAlib/v18/DocumentLayout.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/omnisharp.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/GitVersion.yml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.github/QuanTAlib2.png"
|
||||
|
||||
D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.projectKey=mihakralj_QuanTAlib:D8F03B19-F99F-475F-8951-85C9D2258B73
|
||||
D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.projectName=Averages
|
||||
D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.projectBaseDir=/Users/mihakralj/Github/QuanTAlib/quantower
|
||||
D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.sourceEncoding=utf-8
|
||||
D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.tests=
|
||||
D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.sources=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/quantower/IndicatorExtensions.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/quantower/obj/Averages.csproj.nuget.dgspec.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/quantower/obj/project.packagespec.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/quantower/obj/project.assets.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/quantower/obj/Debug/Averages.sourcelink.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/quantower/bin/Debug/Averages.deps.json"
|
||||
|
||||
D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.cs.analyzer.projectOutPaths=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/0"
|
||||
D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.cs.roslyn.reportFilePaths=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/0/Issues.json"
|
||||
D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.cs.scanner.telemetry=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/0/Telemetry.json"
|
||||
|
||||
D8F03B19-F99F-475F-8951-85C9D2258B73.sonar.working.directory=/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/.sonar/mod0
|
||||
F455234B-2A3C-140A-17C3-683D7820A733.sonar.projectKey=mihakralj_QuanTAlib:F455234B-2A3C-140A-17C3-683D7820A733
|
||||
F455234B-2A3C-140A-17C3-683D7820A733.sonar.projectName=quantalib
|
||||
F455234B-2A3C-140A-17C3-683D7820A733.sonar.projectBaseDir=/Users/mihakralj/Github/QuanTAlib/lib
|
||||
F455234B-2A3C-140A-17C3-683D7820A733.sonar.sourceEncoding=utf-8
|
||||
F455234B-2A3C-140A-17C3-683D7820A733.sonar.tests=
|
||||
F455234B-2A3C-140A-17C3-683D7820A733.sonar.sources=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/EmaVector.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/project.packagespec.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/project.assets.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/gitversion.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/quantalib.csproj.nuget.dgspec.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/QuanTAlib.Tests.csproj.nuget.dgspec.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/project.packagespec.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/project.assets.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/net9.0/QuanTAlib.deps.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/net10.0/QuanTAlib.deps.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.sourcelink.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.sourcelink.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.sourcelink.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/net9.0/QuanTAlib.Tests.runtimeconfig.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/net9.0/QuanTAlib.Tests.deps.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/net10.0/QuanTAlib.Tests.runtimeconfig.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/net10.0/QuanTAlib.Tests.deps.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net8.0/QuanTAlib.deps.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net9.0/QuanTAlib.deps.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net10.0/QuanTAlib.deps.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/Debug/net9.0/QuanTAlib.Tests.sourcelink.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/tests/Debug/net10.0/QuanTAlib.Tests.sourcelink.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/Debug/net9.0/QuanTAlib.Tests.runtimeconfig.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/Debug/net9.0/QuanTAlib.Tests.deps.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/Debug/net10.0/QuanTAlib.Tests.runtimeconfig.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/tests/Debug/net10.0/QuanTAlib.Tests.deps.json",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/IFeed.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.md",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Notebook.dib",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.md",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.Notebook.dib",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.md",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.Notebook.dib",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.md",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.Notebook.dib",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.md",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.Notebook.dib",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.md",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.Notebook.dib",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/Directory.Build.props",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.md",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.Notebook.dib",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/daily_IBM.csv",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.md",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/GBM.Notebook.dib",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/IFeed.md",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/TestResults/09aa8f8b-17ca-430d-be58-992d5ce2aacd/coverage.opencover.xml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/TestResults/b06e7fe4-4f16-46e2-8b46-bf971ee7d63d/coverage.cobertura.xml",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/TestResults/d5449c1c-f3e9-43cc-b9d9-304cd71e763e/coverage.opencover.xml"
|
||||
|
||||
F455234B-2A3C-140A-17C3-683D7820A733.sonar.cs.analyzer.projectOutPaths=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1"
|
||||
F455234B-2A3C-140A-17C3-683D7820A733.sonar.cs.roslyn.reportFilePaths=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1/Issues.json"
|
||||
F455234B-2A3C-140A-17C3-683D7820A733.sonar.cs.scanner.telemetry=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1/Telemetry.json"
|
||||
|
||||
F455234B-2A3C-140A-17C3-683D7820A733.sonar.working.directory=/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/.sonar/mod1
|
||||
953F0406-DD9B-406E-993D-6D988D5F5423.sonar.projectKey=mihakralj_QuanTAlib:953F0406-DD9B-406E-993D-6D988D5F5423
|
||||
953F0406-DD9B-406E-993D-6D988D5F5423.sonar.projectName=QuanTAlib.Tests
|
||||
953F0406-DD9B-406E-993D-6D988D5F5423.sonar.projectBaseDir=/Users/mihakralj/Github/QuanTAlib/lib
|
||||
953F0406-DD9B-406E-993D-6D988D5F5423.sonar.sourceEncoding=utf-8
|
||||
953F0406-DD9B-406E-993D-6D988D5F5423.sonar.sources=
|
||||
953F0406-DD9B-406E-993D-6D988D5F5423.sonar.tests=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Tests.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/Ema.Validation.Tests.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/averages/ema/EmaVector.Tests.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/simd/SimdExtensions.Tests.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tbar/TBar.Tests.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tbarseries/TBarSeries.Tests.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tseries/TSeries.Tests.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/core/tvalue/TValue.Tests.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/csv/CsvFeed.Tests.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/feeds/gbm/Gbm.Tests.cs",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net10.0/QuanTAlib.pdb",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net8.0/QuanTAlib.pdb",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/net9.0/QuanTAlib.pdb",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/QuanTAlib.0.7.14-simd-dev.1.nupkg",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/Debug/QuanTAlib.0.7.14-simd-dev.1.snupkg",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/net10.0/QuanTAlib.pdb",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/bin/net9.0/QuanTAlib.pdb",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.AssemblyInfoInputs.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.assets.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.csproj.AssemblyReference.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.csproj.CoreCompileInputs.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.csproj.FileListAbsolute.txt",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/quantalib.GeneratedMSBuildEditorConfig.editorconfig",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net10.0/QuanTAlib.pdb",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.AssemblyInfoInputs.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.assets.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.csproj.CoreCompileInputs.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.csproj.FileListAbsolute.txt",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/quantalib.GeneratedMSBuildEditorConfig.editorconfig",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net8.0/QuanTAlib.pdb",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.AssemblyInfoInputs.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.assets.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.csproj.CoreCompileInputs.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.csproj.FileListAbsolute.txt",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/quantalib.GeneratedMSBuildEditorConfig.editorconfig",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/net9.0/QuanTAlib.pdb",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/QuanTAlib.0.7.14-simd-dev.1.nuspec",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/Debug/QuanTAlib.0.7.14-simd-dev.1.symbols.nuspec",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/project.nuget.cache",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/quantalib.csproj.nuget.g.props",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/quantalib.csproj.nuget.g.targets",\
|
||||
"/Users/mihakralj/Github/QuanTAlib/lib/obj/rider.project.restore.info"
|
||||
|
||||
953F0406-DD9B-406E-993D-6D988D5F5423.sonar.cs.analyzer.projectOutPaths=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2"
|
||||
953F0406-DD9B-406E-993D-6D988D5F5423.sonar.cs.roslyn.reportFilePaths=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2/Issues.json"
|
||||
953F0406-DD9B-406E-993D-6D988D5F5423.sonar.cs.scanner.telemetry=\
|
||||
"/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2/Telemetry.json"
|
||||
|
||||
953F0406-DD9B-406E-993D-6D988D5F5423.sonar.working.directory=/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/.sonar/mod2
|
||||
sonar.cs.opencover.reportsPaths=**/coverage.opencover.xml
|
||||
sonar.organization=mihakralj-quantalib
|
||||
sonar.exclusions=**/coverage.opencover.xml
|
||||
sonar.visualstudio.enable=false
|
||||
sonar.host.url=https://sonarcloud.io
|
||||
|
||||
sonar.modules=D8F03B19-F99F-475F-8951-85C9D2258B73,F455234B-2A3C-140A-17C3-683D7820A733,953F0406-DD9B-406E-993D-6D988D5F5423
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,190 @@
|
||||
p
|
||||
QuanTAlib.SourceTypeSystem.EnumSystem.ValueTypeobject1
|
||||
SourceType()!QuanTAlib.SourceType.SourceType()`
|
||||
QuanTAlib.MaTypeSystem.EnumSystem.ValueTypeobject%
|
||||
MaType()QuanTAlib.MaType.MaType()‘
|
||||
6QuanTAlib.IndicatorExtensions.DataSourceInputAttribute5TradingPlatform.BusinessLayer.InputParameterAttributeSystem.Attributeobject…
|
||||
%DataSourceInputAttribute(string, int)\QuanTAlib.IndicatorExtensions.DataSourceInputAttribute.DataSourceInputAttribute(string, int)ó
|
||||
␍QuanTAlib.Emaobject"
|
||||
Ema(int)QuanTAlib.Ema.Ema(int)(
|
||||
Ema(double)QuanTAlib.Ema.Ema(double)<
|
||||
GetValidValue(double)#QuanTAlib.Ema.GetValidValue(double)N
|
||||
Update(QuanTAlib.TValue, bool),QuanTAlib.Ema.Update(QuanTAlib.TValue, bool)D
|
||||
Update(QuanTAlib.TSeries)'QuanTAlib.Ema.Update(QuanTAlib.TSeries)
|
||||
Reset()QuanTAlib.Ema.Reset()$
|
||||
Value.getQuanTAlib.Ema.Value.get$
|
||||
Value.setQuanTAlib.Ema.Value.set$
|
||||
IsHot.getQuanTAlib.Ema.IsHot.get$
|
||||
IsHot.setQuanTAlib.Ema.IsHot.setî
|
||||
QuanTAlib.TSeriesobject+System.Collections.Generic.IReadOnlyList<T>$
|
||||
Pub.addQuanTAlib.TSeries.Pub.add*
|
||||
|
||||
Pub.removeQuanTAlib.TSeries.Pub.remove(
|
||||
TSeries()QuanTAlib.TSeries.TSeries().
|
||||
TSeries(int)QuanTAlib.TSeries.TSeries(int)Ä
|
||||
WTSeries(System.Collections.Generic.List<long>, System.Collections.Generic.List<double>)iQuanTAlib.TSeries.TSeries(System.Collections.Generic.List<long>, System.Collections.Generic.List<double>)d
|
||||
Add(QuanTAlib.TValue, bool)ESystem.Collections.Generic.ICollection<T>.Add(QuanTAlib.TValue, bool)X
|
||||
Add(QuanTAlib.TValue)?System.Collections.Generic.ICollection<T>.Add(QuanTAlib.TValue)\
|
||||
Add(long, double, bool)ASystem.Collections.Generic.ICollection<T>.Add(long, double, bool)r
|
||||
"Add(System.DateTime, double, bool)LSystem.Collections.Generic.ICollection<T>.Add(System.DateTime, double, bool)”
|
||||
3Add(System.Collections.Generic.IEnumerable<double>)]System.Collections.Generic.ICollection<T>.Add(System.Collections.Generic.IEnumerable<double>)L
|
||||
GetEnumerator()9System.Collections.Generic.ICollection<T>.GetEnumerator()r
|
||||
.System.Collections.IEnumerable.GetEnumerator()@QuanTAlib.TSeries.System.Collections.IEnumerable.GetEnumerator()>
|
||||
Name.get2System.Collections.Generic.ICollection<T>.Name.get>
|
||||
Name.set2System.Collections.Generic.ICollection<T>.Name.set@
|
||||
Count.get3System.Collections.Generic.ICollection<T>.Count.get@
|
||||
Count.set3System.Collections.Generic.ICollection<T>.Count.setH
|
||||
␍this[int].get7System.Collections.Generic.ICollection<T>.this[int].getH
|
||||
␍this[int].set7System.Collections.Generic.ICollection<T>.this[int].set>
|
||||
Last.get2System.Collections.Generic.ICollection<T>.Last.get>
|
||||
Last.set2System.Collections.Generic.ICollection<T>.Last.setH
|
||||
␍LastValue.get7System.Collections.Generic.ICollection<T>.LastValue.getH
|
||||
␍LastValue.set7System.Collections.Generic.ICollection<T>.LastValue.setF
|
||||
LastTime.get6System.Collections.Generic.ICollection<T>.LastTime.getF
|
||||
LastTime.set6System.Collections.Generic.ICollection<T>.LastTime.setB
|
||||
|
||||
Values.get4System.Collections.Generic.ICollection<T>.Values.getB
|
||||
|
||||
Values.set4System.Collections.Generic.ICollection<T>.Values.set@
|
||||
Times.get3System.Collections.Generic.ICollection<T>.Times.get@
|
||||
Times.set3System.Collections.Generic.ICollection<T>.Times.setË
|
||||
QuanTAlib.TBarSeriesobject+System.Collections.Generic.IReadOnlyList<T>'
|
||||
Pub.addQuanTAlib.TBarSeries.Pub.add-
|
||||
|
||||
Pub.removeQuanTAlib.TBarSeries.Pub.remove1
|
||||
TBarSeries()!QuanTAlib.TBarSeries.TBarSeries()7
|
||||
TBarSeries(int)$QuanTAlib.TBarSeries.TBarSeries(int)`
|
||||
Add(QuanTAlib.TBar, bool)CSystem.Collections.Generic.ICollection<T>.Add(QuanTAlib.TBar, bool)œ
|
||||
7Add(long, double, double, double, double, double, bool)aSystem.Collections.Generic.ICollection<T>.Add(long, double, double, double, double, double, bool)²
|
||||
BAdd(System.DateTime, double, double, double, double, double, bool)lSystem.Collections.Generic.ICollection<T>.Add(System.DateTime, double, double, double, double, double, bool)ò
|
||||
¡Add(System.Collections.Generic.IEnumerable<long>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>)ËSystem.Collections.Generic.ICollection<T>.Add(System.Collections.Generic.IEnumerable<long>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>)L
|
||||
GetEnumerator()9System.Collections.Generic.ICollection<T>.GetEnumerator()u
|
||||
.System.Collections.IEnumerable.GetEnumerator()CQuanTAlib.TBarSeries.System.Collections.IEnumerable.GetEnumerator()>
|
||||
Name.get2System.Collections.Generic.ICollection<T>.Name.get>
|
||||
Name.set2System.Collections.Generic.ICollection<T>.Name.set>
|
||||
Open.get2System.Collections.Generic.ICollection<T>.Open.get>
|
||||
Open.set2System.Collections.Generic.ICollection<T>.Open.set>
|
||||
High.get2System.Collections.Generic.ICollection<T>.High.get>
|
||||
High.set2System.Collections.Generic.ICollection<T>.High.set<
|
||||
Low.get1System.Collections.Generic.ICollection<T>.Low.get<
|
||||
Low.set1System.Collections.Generic.ICollection<T>.Low.set@
|
||||
Close.get3System.Collections.Generic.ICollection<T>.Close.get@
|
||||
Close.set3System.Collections.Generic.ICollection<T>.Close.setB
|
||||
|
||||
Volume.get4System.Collections.Generic.ICollection<T>.Volume.getB
|
||||
|
||||
Volume.set4System.Collections.Generic.ICollection<T>.Volume.set8
|
||||
O.get/System.Collections.Generic.ICollection<T>.O.get8
|
||||
O.set/System.Collections.Generic.ICollection<T>.O.set8
|
||||
H.get/System.Collections.Generic.ICollection<T>.H.get8
|
||||
H.set/System.Collections.Generic.ICollection<T>.H.set8
|
||||
L.get/System.Collections.Generic.ICollection<T>.L.get8
|
||||
L.set/System.Collections.Generic.ICollection<T>.L.set8
|
||||
C.get/System.Collections.Generic.ICollection<T>.C.get8
|
||||
C.set/System.Collections.Generic.ICollection<T>.C.set8
|
||||
V.get/System.Collections.Generic.ICollection<T>.V.get8
|
||||
V.set/System.Collections.Generic.ICollection<T>.V.set@
|
||||
Count.get3System.Collections.Generic.ICollection<T>.Count.get@
|
||||
Count.set3System.Collections.Generic.ICollection<T>.Count.setH
|
||||
␍this[int].get7System.Collections.Generic.ICollection<T>.this[int].getH
|
||||
␍this[int].set7System.Collections.Generic.ICollection<T>.this[int].set>
|
||||
Last.get2System.Collections.Generic.ICollection<T>.Last.get>
|
||||
Last.set2System.Collections.Generic.ICollection<T>.Last.setF
|
||||
LastTime.get6System.Collections.Generic.ICollection<T>.LastTime.getF
|
||||
LastTime.set6System.Collections.Generic.ICollection<T>.LastTime.setF
|
||||
LastOpen.get6System.Collections.Generic.ICollection<T>.LastOpen.getF
|
||||
LastOpen.set6System.Collections.Generic.ICollection<T>.LastOpen.setF
|
||||
LastHigh.get6System.Collections.Generic.ICollection<T>.LastHigh.getF
|
||||
LastHigh.set6System.Collections.Generic.ICollection<T>.LastHigh.setD
|
||||
LastLow.get5System.Collections.Generic.ICollection<T>.LastLow.getD
|
||||
LastLow.set5System.Collections.Generic.ICollection<T>.LastLow.setH
|
||||
␍LastClose.get7System.Collections.Generic.ICollection<T>.LastClose.getH
|
||||
␍LastClose.set7System.Collections.Generic.ICollection<T>.LastClose.setJ
|
||||
LastVolume.get8System.Collections.Generic.ICollection<T>.LastVolume.getJ
|
||||
LastVolume.set8System.Collections.Generic.ICollection<T>.LastVolume.setÀ
|
||||
QuanTAlib.EmaIndicator'TradingPlatform.BusinessLayer.Indicator-TradingPlatform.BusinessLayer.ExecutionEntityobject1TradingPlatform.BusinessLayer.IWatchlistIndicator7
|
||||
EmaIndicator()%QuanTAlib.EmaIndicator.EmaIndicator()+
|
||||
OnInit()QuanTAlib.EmaIndicator.OnInit()
|
||||
2OnUpdate(TradingPlatform.BusinessLayer.UpdateArgs)IQuanTAlib.EmaIndicator.OnUpdate(TradingPlatform.BusinessLayer.UpdateArgs)™
|
||||
?OnPaintChart(TradingPlatform.BusinessLayer.PaintChartEventArgs)VQuanTAlib.EmaIndicator.OnPaintChart(TradingPlatform.BusinessLayer.PaintChartEventArgs)/
|
||||
|
||||
Period.get!QuanTAlib.EmaIndicator.Period.get/
|
||||
|
||||
Period.set!QuanTAlib.EmaIndicator.Period.set/
|
||||
|
||||
Source.get!QuanTAlib.EmaIndicator.Source.get/
|
||||
|
||||
Source.set!QuanTAlib.EmaIndicator.Source.set?
|
||||
ShowColdValues.get)QuanTAlib.EmaIndicator.ShowColdValues.get?
|
||||
ShowColdValues.set)QuanTAlib.EmaIndicator.ShowColdValues.setC
|
||||
MinHistoryDepths.get+QuanTAlib.EmaIndicator.MinHistoryDepths.getC
|
||||
MinHistoryDepths.set+QuanTAlib.EmaIndicator.MinHistoryDepths.set§
|
||||
FTradingPlatform.BusinessLayer.IWatchlistIndicator.MinHistoryDepths.get]QuanTAlib.EmaIndicator.TradingPlatform.BusinessLayer.IWatchlistIndicator.MinHistoryDepths.get§
|
||||
FTradingPlatform.BusinessLayer.IWatchlistIndicator.MinHistoryDepths.set]QuanTAlib.EmaIndicator.TradingPlatform.BusinessLayer.IWatchlistIndicator.MinHistoryDepths.set5
|
||||
␍ShortName.get$QuanTAlib.EmaIndicator.ShortName.get5
|
||||
␍ShortName.set$QuanTAlib.EmaIndicator.ShortName.set¹
|
||||
QuanTAlib.EmaVectorobject8
|
||||
EmaVector(int[])$QuanTAlib.EmaVector.EmaVector(int[])>
|
||||
EmaVector(double[])'QuanTAlib.EmaVector.EmaVector(double[])0
|
||||
ResetAt(int) QuanTAlib.EmaVector.ResetAt(int)B
|
||||
GetValidValue(double))QuanTAlib.EmaVector.GetValidValue(double)&
|
||||
Reset()QuanTAlib.EmaVector.Reset()T
|
||||
Update(QuanTAlib.TValue, bool)2QuanTAlib.EmaVector.Update(QuanTAlib.TValue, bool)P
|
||||
Calculate(QuanTAlib.TSeries)0QuanTAlib.EmaVector.Calculate(QuanTAlib.TSeries),
|
||||
|
||||
Values.getQuanTAlib.EmaVector.Values.get,
|
||||
|
||||
Values.setQuanTAlib.EmaVector.Values.set»
|
||||
QuanTAlib.TValueSystem.ValueTypeobjectSystem.IEquatable<T>=
|
||||
TValue(long, double)%QuanTAlib.TValue.TValue(long, double)S
|
||||
TValue(System.DateTime, double)0QuanTAlib.TValue.TValue(System.DateTime, double))
|
||||
|
||||
ToString()QuanTAlib.TValue.ToString()E
|
||||
Equals(QuanTAlib.TValue))QuanTAlib.TValue.Equals(QuanTAlib.TValue)3
|
||||
Equals(object?) QuanTAlib.TValue.Equals(object?)/
|
||||
␍GetHashCode()QuanTAlib.TValue.GetHashCode()%
|
||||
TValue()QuanTAlib.TValue.TValue()1
|
||||
AsDateTime.getQuanTAlib.TValue.AsDateTime.get1
|
||||
AsDateTime.setQuanTAlib.TValue.AsDateTime.setÅ
|
||||
QuanTAlib.EmaStateSystem.ValueTypeobject+
|
||||
|
||||
EmaState()QuanTAlib.EmaState.EmaState()%
|
||||
Ema.getQuanTAlib.EmaState.Ema.get%
|
||||
Ema.setQuanTAlib.EmaState.Ema.set!
|
||||
E.getQuanTAlib.EmaState.E.get!
|
||||
E.setQuanTAlib.EmaState.E.set)
|
||||
IsHot.getQuanTAlib.EmaState.IsHot.get)
|
||||
IsHot.setQuanTAlib.EmaState.IsHot.setŠ
|
||||
QuanTAlib.TBarSystem.ValueTypeobjectSystem.IEquatable<T>w
|
||||
2TBar(long, double, double, double, double, double)AQuanTAlib.TBar.TBar(long, double, double, double, double, double)�
|
||||
=TBar(System.DateTime, double, double, double, double, double)LQuanTAlib.TBar.TBar(System.DateTime, double, double, double, double, double)'
|
||||
|
||||
ToString()QuanTAlib.TBar.ToString()?
|
||||
Equals(QuanTAlib.TBar)%QuanTAlib.TBar.Equals(QuanTAlib.TBar)1
|
||||
Equals(object?)QuanTAlib.TBar.Equals(object?)-
|
||||
␍GetHashCode()QuanTAlib.TBar.GetHashCode()
|
||||
TBar()QuanTAlib.TBar.TBar()/
|
||||
AsDateTime.getQuanTAlib.TBar.AsDateTime.get/
|
||||
AsDateTime.setQuanTAlib.TBar.AsDateTime.set
|
||||
O.getQuanTAlib.TBar.O.get
|
||||
O.setQuanTAlib.TBar.O.set
|
||||
H.getQuanTAlib.TBar.H.get
|
||||
H.setQuanTAlib.TBar.H.set
|
||||
L.getQuanTAlib.TBar.L.get
|
||||
L.setQuanTAlib.TBar.L.set
|
||||
C.getQuanTAlib.TBar.C.get
|
||||
C.setQuanTAlib.TBar.C.set
|
||||
V.getQuanTAlib.TBar.V.get
|
||||
V.setQuanTAlib.TBar.V.set!
|
||||
HL2.getQuanTAlib.TBar.HL2.get!
|
||||
HL2.setQuanTAlib.TBar.HL2.set!
|
||||
OC2.getQuanTAlib.TBar.OC2.get!
|
||||
OC2.setQuanTAlib.TBar.OC2.set#
|
||||
OHL3.getQuanTAlib.TBar.OHL3.get#
|
||||
OHL3.setQuanTAlib.TBar.OHL3.set#
|
||||
HLC3.getQuanTAlib.TBar.HLC3.get#
|
||||
HLC3.setQuanTAlib.TBar.HLC3.set%
|
||||
OHLC4.getQuanTAlib.TBar.OHLC4.get%
|
||||
OHLC4.setQuanTAlib.TBar.OHLC4.set%
|
||||
HLCC4.getQuanTAlib.TBar.HLCC4.get%
|
||||
HLCC4.setQuanTAlib.TBar.HLCC4.set
|
||||
Binary file not shown.
@@ -0,0 +1,177 @@
|
||||
ó
|
||||
␍QuanTAlib.Emaobject"
|
||||
Ema(int)QuanTAlib.Ema.Ema(int)(
|
||||
Ema(double)QuanTAlib.Ema.Ema(double)<
|
||||
GetValidValue(double)#QuanTAlib.Ema.GetValidValue(double)N
|
||||
Update(QuanTAlib.TValue, bool),QuanTAlib.Ema.Update(QuanTAlib.TValue, bool)D
|
||||
Update(QuanTAlib.TSeries)'QuanTAlib.Ema.Update(QuanTAlib.TSeries)
|
||||
Reset()QuanTAlib.Ema.Reset()$
|
||||
Value.getQuanTAlib.Ema.Value.get$
|
||||
Value.setQuanTAlib.Ema.Value.set$
|
||||
IsHot.getQuanTAlib.Ema.IsHot.get$
|
||||
IsHot.setQuanTAlib.Ema.IsHot.set¹
|
||||
QuanTAlib.EmaVectorobject8
|
||||
EmaVector(int[])$QuanTAlib.EmaVector.EmaVector(int[])>
|
||||
EmaVector(double[])'QuanTAlib.EmaVector.EmaVector(double[])0
|
||||
ResetAt(int) QuanTAlib.EmaVector.ResetAt(int)B
|
||||
GetValidValue(double))QuanTAlib.EmaVector.GetValidValue(double)&
|
||||
Reset()QuanTAlib.EmaVector.Reset()T
|
||||
Update(QuanTAlib.TValue, bool)2QuanTAlib.EmaVector.Update(QuanTAlib.TValue, bool)P
|
||||
Calculate(QuanTAlib.TSeries)0QuanTAlib.EmaVector.Calculate(QuanTAlib.TSeries),
|
||||
|
||||
Values.getQuanTAlib.EmaVector.Values.get,
|
||||
|
||||
Values.setQuanTAlib.EmaVector.Values.setÅ
|
||||
QuanTAlib.EmaStateSystem.ValueTypeobject+
|
||||
|
||||
EmaState()QuanTAlib.EmaState.EmaState()%
|
||||
Ema.getQuanTAlib.EmaState.Ema.get%
|
||||
Ema.setQuanTAlib.EmaState.Ema.set!
|
||||
E.getQuanTAlib.EmaState.E.get!
|
||||
E.setQuanTAlib.EmaState.E.set)
|
||||
IsHot.getQuanTAlib.EmaState.IsHot.get)
|
||||
IsHot.setQuanTAlib.EmaState.IsHot.setî
|
||||
QuanTAlib.TSeriesobject+System.Collections.Generic.IReadOnlyList<T>$
|
||||
Pub.addQuanTAlib.TSeries.Pub.add*
|
||||
|
||||
Pub.removeQuanTAlib.TSeries.Pub.remove(
|
||||
TSeries()QuanTAlib.TSeries.TSeries().
|
||||
TSeries(int)QuanTAlib.TSeries.TSeries(int)Ä
|
||||
WTSeries(System.Collections.Generic.List<long>, System.Collections.Generic.List<double>)iQuanTAlib.TSeries.TSeries(System.Collections.Generic.List<long>, System.Collections.Generic.List<double>)d
|
||||
Add(QuanTAlib.TValue, bool)ESystem.Collections.Generic.ICollection<T>.Add(QuanTAlib.TValue, bool)X
|
||||
Add(QuanTAlib.TValue)?System.Collections.Generic.ICollection<T>.Add(QuanTAlib.TValue)\
|
||||
Add(long, double, bool)ASystem.Collections.Generic.ICollection<T>.Add(long, double, bool)r
|
||||
"Add(System.DateTime, double, bool)LSystem.Collections.Generic.ICollection<T>.Add(System.DateTime, double, bool)”
|
||||
3Add(System.Collections.Generic.IEnumerable<double>)]System.Collections.Generic.ICollection<T>.Add(System.Collections.Generic.IEnumerable<double>)L
|
||||
GetEnumerator()9System.Collections.Generic.ICollection<T>.GetEnumerator()r
|
||||
.System.Collections.IEnumerable.GetEnumerator()@QuanTAlib.TSeries.System.Collections.IEnumerable.GetEnumerator()>
|
||||
Name.get2System.Collections.Generic.ICollection<T>.Name.get>
|
||||
Name.set2System.Collections.Generic.ICollection<T>.Name.set@
|
||||
Count.get3System.Collections.Generic.ICollection<T>.Count.get@
|
||||
Count.set3System.Collections.Generic.ICollection<T>.Count.setH
|
||||
␍this[int].get7System.Collections.Generic.ICollection<T>.this[int].getH
|
||||
␍this[int].set7System.Collections.Generic.ICollection<T>.this[int].set>
|
||||
Last.get2System.Collections.Generic.ICollection<T>.Last.get>
|
||||
Last.set2System.Collections.Generic.ICollection<T>.Last.setH
|
||||
␍LastValue.get7System.Collections.Generic.ICollection<T>.LastValue.getH
|
||||
␍LastValue.set7System.Collections.Generic.ICollection<T>.LastValue.setF
|
||||
LastTime.get6System.Collections.Generic.ICollection<T>.LastTime.getF
|
||||
LastTime.set6System.Collections.Generic.ICollection<T>.LastTime.setB
|
||||
|
||||
Values.get4System.Collections.Generic.ICollection<T>.Values.getB
|
||||
|
||||
Values.set4System.Collections.Generic.ICollection<T>.Values.set@
|
||||
Times.get3System.Collections.Generic.ICollection<T>.Times.get@
|
||||
Times.set3System.Collections.Generic.ICollection<T>.Times.setœ
|
||||
QuanTAlib.CsvFeedobjectQuanTAlib.IFeed4
|
||||
CsvFeed(string)!QuanTAlib.CsvFeed.CsvFeed(string)2
|
||||
Next(ref bool) QuanTAlib.CsvFeed.Next(ref bool)*
|
||||
|
||||
Next(bool)QuanTAlib.CsvFeed.Next(bool)X
|
||||
!Fetch(int, long, System.TimeSpan)3QuanTAlib.CsvFeed.Fetch(int, long, System.TimeSpan)ü
|
||||
␍QuanTAlib.GBMobjectQuanTAlib.IFeedx
|
||||
3GBM(double, double, double, System.TimeSpan?, int?)AQuanTAlib.GBM.GBM(double, double, double, System.TimeSpan?, int?)*
|
||||
NextNormal()QuanTAlib.GBM.NextNormal().
|
||||
Next(ref bool)QuanTAlib.GBM.Next(ref bool)&
|
||||
|
||||
Next(bool)QuanTAlib.GBM.Next(bool)T
|
||||
!Fetch(int, long, System.TimeSpan)/QuanTAlib.GBM.Fetch(int, long, System.TimeSpan)
|
||||
QuanTAlib.IFeedË
|
||||
QuanTAlib.TBarSeriesobject+System.Collections.Generic.IReadOnlyList<T>'
|
||||
Pub.addQuanTAlib.TBarSeries.Pub.add-
|
||||
|
||||
Pub.removeQuanTAlib.TBarSeries.Pub.remove1
|
||||
TBarSeries()!QuanTAlib.TBarSeries.TBarSeries()7
|
||||
TBarSeries(int)$QuanTAlib.TBarSeries.TBarSeries(int)`
|
||||
Add(QuanTAlib.TBar, bool)CSystem.Collections.Generic.ICollection<T>.Add(QuanTAlib.TBar, bool)œ
|
||||
7Add(long, double, double, double, double, double, bool)aSystem.Collections.Generic.ICollection<T>.Add(long, double, double, double, double, double, bool)²
|
||||
BAdd(System.DateTime, double, double, double, double, double, bool)lSystem.Collections.Generic.ICollection<T>.Add(System.DateTime, double, double, double, double, double, bool)ò
|
||||
¡Add(System.Collections.Generic.IEnumerable<long>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>)ËSystem.Collections.Generic.ICollection<T>.Add(System.Collections.Generic.IEnumerable<long>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>, System.Collections.Generic.IEnumerable<double>)L
|
||||
GetEnumerator()9System.Collections.Generic.ICollection<T>.GetEnumerator()u
|
||||
.System.Collections.IEnumerable.GetEnumerator()CQuanTAlib.TBarSeries.System.Collections.IEnumerable.GetEnumerator()>
|
||||
Name.get2System.Collections.Generic.ICollection<T>.Name.get>
|
||||
Name.set2System.Collections.Generic.ICollection<T>.Name.set>
|
||||
Open.get2System.Collections.Generic.ICollection<T>.Open.get>
|
||||
Open.set2System.Collections.Generic.ICollection<T>.Open.set>
|
||||
High.get2System.Collections.Generic.ICollection<T>.High.get>
|
||||
High.set2System.Collections.Generic.ICollection<T>.High.set<
|
||||
Low.get1System.Collections.Generic.ICollection<T>.Low.get<
|
||||
Low.set1System.Collections.Generic.ICollection<T>.Low.set@
|
||||
Close.get3System.Collections.Generic.ICollection<T>.Close.get@
|
||||
Close.set3System.Collections.Generic.ICollection<T>.Close.setB
|
||||
|
||||
Volume.get4System.Collections.Generic.ICollection<T>.Volume.getB
|
||||
|
||||
Volume.set4System.Collections.Generic.ICollection<T>.Volume.set8
|
||||
O.get/System.Collections.Generic.ICollection<T>.O.get8
|
||||
O.set/System.Collections.Generic.ICollection<T>.O.set8
|
||||
H.get/System.Collections.Generic.ICollection<T>.H.get8
|
||||
H.set/System.Collections.Generic.ICollection<T>.H.set8
|
||||
L.get/System.Collections.Generic.ICollection<T>.L.get8
|
||||
L.set/System.Collections.Generic.ICollection<T>.L.set8
|
||||
C.get/System.Collections.Generic.ICollection<T>.C.get8
|
||||
C.set/System.Collections.Generic.ICollection<T>.C.set8
|
||||
V.get/System.Collections.Generic.ICollection<T>.V.get8
|
||||
V.set/System.Collections.Generic.ICollection<T>.V.set@
|
||||
Count.get3System.Collections.Generic.ICollection<T>.Count.get@
|
||||
Count.set3System.Collections.Generic.ICollection<T>.Count.setH
|
||||
␍this[int].get7System.Collections.Generic.ICollection<T>.this[int].getH
|
||||
␍this[int].set7System.Collections.Generic.ICollection<T>.this[int].set>
|
||||
Last.get2System.Collections.Generic.ICollection<T>.Last.get>
|
||||
Last.set2System.Collections.Generic.ICollection<T>.Last.setF
|
||||
LastTime.get6System.Collections.Generic.ICollection<T>.LastTime.getF
|
||||
LastTime.set6System.Collections.Generic.ICollection<T>.LastTime.setF
|
||||
LastOpen.get6System.Collections.Generic.ICollection<T>.LastOpen.getF
|
||||
LastOpen.set6System.Collections.Generic.ICollection<T>.LastOpen.setF
|
||||
LastHigh.get6System.Collections.Generic.ICollection<T>.LastHigh.getF
|
||||
LastHigh.set6System.Collections.Generic.ICollection<T>.LastHigh.setD
|
||||
LastLow.get5System.Collections.Generic.ICollection<T>.LastLow.getD
|
||||
LastLow.set5System.Collections.Generic.ICollection<T>.LastLow.setH
|
||||
␍LastClose.get7System.Collections.Generic.ICollection<T>.LastClose.getH
|
||||
␍LastClose.set7System.Collections.Generic.ICollection<T>.LastClose.setJ
|
||||
LastVolume.get8System.Collections.Generic.ICollection<T>.LastVolume.getJ
|
||||
LastVolume.set8System.Collections.Generic.ICollection<T>.LastVolume.setŠ
|
||||
QuanTAlib.TBarSystem.ValueTypeobjectSystem.IEquatable<T>w
|
||||
2TBar(long, double, double, double, double, double)AQuanTAlib.TBar.TBar(long, double, double, double, double, double)�
|
||||
=TBar(System.DateTime, double, double, double, double, double)LQuanTAlib.TBar.TBar(System.DateTime, double, double, double, double, double)'
|
||||
|
||||
ToString()QuanTAlib.TBar.ToString()?
|
||||
Equals(QuanTAlib.TBar)%QuanTAlib.TBar.Equals(QuanTAlib.TBar)1
|
||||
Equals(object?)QuanTAlib.TBar.Equals(object?)-
|
||||
␍GetHashCode()QuanTAlib.TBar.GetHashCode()
|
||||
TBar()QuanTAlib.TBar.TBar()/
|
||||
AsDateTime.getQuanTAlib.TBar.AsDateTime.get/
|
||||
AsDateTime.setQuanTAlib.TBar.AsDateTime.set
|
||||
O.getQuanTAlib.TBar.O.get
|
||||
O.setQuanTAlib.TBar.O.set
|
||||
H.getQuanTAlib.TBar.H.get
|
||||
H.setQuanTAlib.TBar.H.set
|
||||
L.getQuanTAlib.TBar.L.get
|
||||
L.setQuanTAlib.TBar.L.set
|
||||
C.getQuanTAlib.TBar.C.get
|
||||
C.setQuanTAlib.TBar.C.set
|
||||
V.getQuanTAlib.TBar.V.get
|
||||
V.setQuanTAlib.TBar.V.set!
|
||||
HL2.getQuanTAlib.TBar.HL2.get!
|
||||
HL2.setQuanTAlib.TBar.HL2.set!
|
||||
OC2.getQuanTAlib.TBar.OC2.get!
|
||||
OC2.setQuanTAlib.TBar.OC2.set#
|
||||
OHL3.getQuanTAlib.TBar.OHL3.get#
|
||||
OHL3.setQuanTAlib.TBar.OHL3.set#
|
||||
HLC3.getQuanTAlib.TBar.HLC3.get#
|
||||
HLC3.setQuanTAlib.TBar.HLC3.set%
|
||||
OHLC4.getQuanTAlib.TBar.OHLC4.get%
|
||||
OHLC4.setQuanTAlib.TBar.OHLC4.set%
|
||||
HLCC4.getQuanTAlib.TBar.HLCC4.get%
|
||||
HLCC4.setQuanTAlib.TBar.HLCC4.set»
|
||||
QuanTAlib.TValueSystem.ValueTypeobjectSystem.IEquatable<T>=
|
||||
TValue(long, double)%QuanTAlib.TValue.TValue(long, double)S
|
||||
TValue(System.DateTime, double)0QuanTAlib.TValue.TValue(System.DateTime, double))
|
||||
|
||||
ToString()QuanTAlib.TValue.ToString()E
|
||||
Equals(QuanTAlib.TValue))QuanTAlib.TValue.Equals(QuanTAlib.TValue)3
|
||||
Equals(object?) QuanTAlib.TValue.Equals(object?)/
|
||||
␍GetHashCode()QuanTAlib.TValue.GetHashCode()%
|
||||
TValue()QuanTAlib.TValue.TValue()1
|
||||
AsDateTime.getQuanTAlib.TValue.AsDateTime.get1
|
||||
AsDateTime.setQuanTAlib.TValue.AsDateTime.set
|
||||
Reference in New Issue
Block a user