Ricardo Andrés Marino Rojas
16a737ee26
Fix most of CA1725 warnings ( #8154 )
...
* Fix CA1725 warning
* Address requested changes
2024-07-05 16:19:56 -03:00
Ricardo Andrés Marino Rojas
a2b420cb0a
Fix warnings part 8 ( #8113 )
...
* Fix CA1819 and CA1002 warnings
Changed the type of Languages statistic in regression tests from
Language[] to List<Language>. By doing that, the warning CA1819 was
removed but then the warning CA1002 was raised. However, this warning
was expected to be excluded from QuantConnect.Algorithm.CSharp.
* Improve implementation
* Simplify code
* Fix bugs
2024-06-28 10:10:30 -03:00
Ricardo Andrés Marino Rojas
f8b169aa51
Fix 2/4 of CA2201 Warnings ( #8101 )
2024-06-24 17:00:38 -03:00
Ricardo Andrés Marino Rojas
8c33536498
Add algorithm status statistic ( #8095 )
...
* First draft of the solution
* Fix bugs
* Fix bugs
2024-06-24 14:19:32 -03:00
Ricardo Andrés Marino Rojas
cce8945fe8
Api Clean up, Documentation and Standarization part two ( #7964 )
...
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
* Add improvements
* Add improvments and unit tests
* Add XML comments
* Nit changes
* Add unit tests for OrderJsonConverter
* Improve unit tests
* Address requested changes
* Fix bugs
* Fix bugs
* Fix bugs and self-review
* Fix bugs
* Address requested changes
* Fix unit test bug
* Fix bugs
* Improve unit tests
* Solve bugs
2024-04-26 13:17:34 -03:00
Jhonathan Abreu
55b056588d
Fix option assignment not processed because of existing open order ( #7974 )
...
API Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
* Fix: option assignment not processed because of existing open order
* Minor change
* Fix unit test
2024-04-24 10:42:41 -04:00