Ricardo Andrés Marino Rojas
Ricardo Andrés Marino Rojas
#### Description Prevent DivisionByZero exceptions in LEAN indicators when input data is extremely low, using a safe division method. This method returns a default or given value if the denominator...
#### Description These changes aims to handle the cases when LEAN needs to write a file using a path that contains a Windows reserved filename. The methods added provide a...
A new feature has been implemented in LEAN that now allows the users to provide a custom HTML template file and CSS override file to use in the reports generated(see...
Hey there! I was reading the MFEM implementation of AMR in https://docs.mfem.org/html/classmfem_1_1ThresholdRefiner.html#a38c1c7e70aa4854dac52e5a076c220e7 and I noticed you were sequentially traversing all the elements in the mesh each time you were going...
#### Description - Clean up to some classes - Standardization to camel case in the request and response classes to the API - Improvement of unit tests - Addition of...
#### Description The exception message thrown when the casting from double to decimal was done at `PortfolioStatistics.GetAnnualPerformance()`, didn't provide enough information regarding the reason behind the failure. Now, the message...
#### Description Since the property `BaseIndicator.IsReady` does not define a setter, when a custom indicator (which inherited from PythonIndicator) was updated manually, the property `IsReady` never became true as it...
#### Description Fix typos #### Related Issue Closes #8116 #### Motivation and Context With this change docs will not have typos #### Requires Documentation Change N/A #### How Has This...
#### Description There are two open interest files from 6E Future at daily (and minute resolution) that maps to the same symbol in OpenInterestFutureUniverseSelectionModel, thus the method `OpenInterestFutureUniverseSelectionModel.Filter()` throws an...
This PR aims to update `get_known_lean_config_paths()` method to remove duplicated entries and normalize the path and case in config files' paths. See #508