mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
refactor structs to records, add new classes for financial calculations, implement EMA and SMA with circular buffer. Generate random financial data using GBM model. Also, test the SMA calculation with sample data.
This commit is contained in:
+9
-1
@@ -5,4 +5,12 @@ root = true
|
||||
# Suppress S3776 (Cognitive Complexity)
|
||||
dotnet_diagnostic.S3776.severity = none
|
||||
# Suppress CA1416 (Platform Compatibility)
|
||||
dotnet_diagnostic.CA1416.severity = none
|
||||
dotnet_diagnostic.CA1416.severity = none
|
||||
dotnet_style_parentheses_in_control_flow_statements = always_for_clarity:suggestion
|
||||
csharp_new_line_before_open_brace = none
|
||||
csharp_new_line_before_else = false
|
||||
csharp_new_line_before_catch = false
|
||||
csharp_new_line_before_finally = false
|
||||
csharp_new_line_before_members_in_object_initializers = false
|
||||
csharp_new_line_before_members_in_anonymous_types = false
|
||||
csharp_new_line_between_query_expression_clauses = false
|
||||
Reference in New Issue
Block a user