qf-lib icon indicating copy to clipboard operation
qf-lib copied to clipboard

Modular Python library that provides an advanced event driven backtester and a set of high quality tools for quantitative finance. Integrated with various data vendors and brokers, supports Crypto, St...

Results 19 qf-lib issues
Sort by recently updated
recently updated
newest added

### Environment ```markdown - QF-LIB: 3.0.0 - Python: 3.11.8 ``` ### What happened? Adding a Chart to an `AbstracDocument` more than once, while providing a non-None figsize, results in the...

bug

Introducing currencies in the backtest: - Each ticker and future contract now has a designated currency parameter. - Backtest porfolio has a designated currency. - Transactions are transacted in the...

### Suggestion / Feature Request While working with this project I've created a devcontainer specifically for it to automatically manage running it within a development-container and installing dependencies. I'd like...

enhancement

### Environment ```markdown QF-Lib: 4.0.2 ``` ### What happened? If we include an invalid field in the get_history query, we will always get an empty xarray/df even though there might...

bug

### Environment ```markdown - QF-LIB: 4.0.2 ``` ### What happened? `BloombergBeapHapiDataProvider.get_current_values()` fails in case if the overrides parameter is equal to None.

bug