Ricardo Andrés Marino Rojas
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.  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:   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....