b5087bf42a
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
* Solve bug Remove if sentence that checked if Portfolio contained securities that needed a conversion, like Forex, Crypto or Cfd. It didn't take into account CryptoFutures so when the backtest result used that kind of security types it never found a conversion for them. Making a git blame for Report.PortfolioLooper constructor it was found the if sentence was not needed so it was removed and then different reports were made for algorithms that used security types different than Forex,Crypto,Cfd and CryptoFutures to check everything was still working as expected. * Solve bug Remove if sentence that checked if Portfolio contained securities that needed a conversion, like Forex, Crypto or Cfd. It didn't take into account CryptoFutures so when the backtest result used that kind of security types it never found a conversion for them. Making a git blame for Report.PortfolioLooper constructor it was found the if sentence was not needed so it was removed and then different reports were made for algorithms that used security types different than Forex,Crypto,Cfd and CryptoFutures to check everything was still working as expected.