-
Updated
Jul 3, 2022 - Python
finance
Here are 4,430 public repositories matching this topic...
-
Updated
Jul 5, 2022 - Python
-
Updated
Mar 28, 2022 - Python
-
Updated
Jun 30, 2022 - Python
🐛 Bug Description
Under MLP implementation there are several variables that need to be initialized. Such as loss, lr, lr_decay, lr_decay_steps, optimizer. However, it seems that the variables lr_decay andlr_decay_steps are indeed being initialized but are not being used at any point in the code.
-
Updated
Jul 4, 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
This issue is a derivation of #613
Why use vectorbt
- GPU acceleration in preprocessing : Finrl pass much time to preprocess data in Colab for me.
- less code to maintain in FinRL preprocessing, currently many work should be do in FinRL preprocessing code part:
- Currently, I can count 3 bugs in clean_data, and it isn't still solved. I feel the team don't work much on code base
-
Updated
Jul 4, 2022 - Python
-
Updated
Jun 23, 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
Jun 18, 2022 - Jupyter Notebook
-
Updated
Feb 17, 2021
-
Updated
Jul 5, 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
Apr 17, 2022 - PHP
-
Updated
Jul 4, 2022 - Python
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
Jun 22, 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