Ricardo Andrés Marino Rojas

Results 8 comments of Ricardo Andrés Marino Rojas

Thank you @mr-september, we've revised the current implementation and believe it's correct, we've added more tests comparing the expected values with 3rd party.

Regarding this: > In [this backtest](https://www.quantconnect.com/terminal/processCache?request=embedded_backtest_ce27f8efe06a51626aea917e377dabca.html), the daily closing price of a forex pair differs when changing the symbol resolution. This is due to the timezone of the data. There...

Regarding this: > When selecting forex in the backtest: > - The ATR values are different at each time step across all the resolutions. After consolidating Hour and Minute data...

Regarding this: > When selecting equities in the backtest: > - The ATR values are equal during the first 2 days for all the resolutions, but then they start to...

After debugging the C# version of this algo in the cloud, I found it fails when the current time is February 27th of 2023. ![image](https://github.com/QuantConnect/Lean/assets/47573394/13debf3e-b48f-426e-9b5b-b86f223582e8) When the `OpenInterestFutureUniverseSelectionModel.GetOpenInterest()` is executed,...

After doing some research about this bug I found the following things: 1. I found that the Margin Remaining value changes even without applying the balances values obtained from Kraken...

Searching in the IB docs, I found that apparently, before it was allowed to make that kind of orders: ![image](https://github.com/user-attachments/assets/2537130a-1a18-4f41-a5c3-f6a1b6902906) ![image](https://github.com/user-attachments/assets/4cfadc8f-3c1c-490d-8d94-9e33ba614da1) But now, it depends on the security and order...

Hey, @shawnngtq! Thanks for sharing the error. It seems that the issue might be because the `__pycache__` folder was created with root user permissions, which the Docker container can’t access....