-
Updated
Jul 3, 2022 - Python
finance
Here are 4,431 public repositories matching this topic...
-
Updated
Jul 8, 2022 - Python
-
Updated
Mar 28, 2022 - Python
-
Updated
Jun 30, 2022 - Python
🐛 Bug Description
Qlib does not require the installation of packages like CatBoostModel
But the output looks a little misleading.
To Reproduce
Run examples/workflow_by_code.ipynb in jupyter notebook.
Expected Behavior
Successfully run the script without installing CatBoostModel and warning.
Screenshot
-
Updated
Jul 5, 2022 - PHP
-
Updated
Jun 23, 2022 - Cython
Expected Behavior
LEAN provides an example of IndicatorVolatilityModel for documentation.
Actual Behavior
There is no example for this feature.
Potential Solution
Adds an example and/or unit tests.
Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
masterbranch - I have confirmed that t
-
Updated
Apr 29, 2022 - Jupyter Notebook
The preprocessing is very slow in FinRL. The Nmba allow GPU parallelization with C speed for process array data. Some high speed trading framework like vectorbt use it.
Is possible to take experience from vectorbt and use Numba to speed up FinRL?
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 8, 2022 - C#
Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.
elif "Note" in json_response and self.treat_info_as_error:
raise ValueError(json_response["Note"])
For this reason, alphavantage does not work in home assistant.
Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.
-
Updated
Jul 6, 2022 - Jupyter Notebook
-
Updated
Feb 17, 2021
-
Updated
Jul 8, 2022 - Python
Ulcer Index
in development version: I am ignoring everget
highest_close = close.rolling(length).max()
downside = scalar * (close - highest_close)
downside /= highest_close
d2 = downside * downside
_ui = d2.rolling(length).sum()
ui = np.sqrt(_ui / length)In development version, sometime I am getting RuntimeWarning: invalid value encountered in sqrt after searching abo
-
Updated
May 26, 2022 - Python
-
Updated
Jul 6, 2022 - Python
-
Updated
Apr 17, 2022 - PHP
As an intermediate step towards #1015, and various parts thereof, would it be possible to ignore the syntax for features not currently supported, yet use the parts which are supported in trades?
I'm thinking out loud and wondering what effects this may have.
My end goal here is to be able to read a data file https://gitlab.com/snippets/1856416 without errors. Hledger would be able to parse thi
-
Updated
Jun 16, 2022 - Python
-
Updated
May 21, 2022 - Python
-
Updated
Jul 6, 2022 - Jupyter Notebook
Improve this page
Add a description, image, and links to the finance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the finance topic, visit your repo's landing page and select "manage topics."
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dashbelowif frontend related, tell us your Browser, Version and OS