-
Updated
Jun 14, 2022 - Python
finance
Here are 4,345 public repositories matching this topic...
-
Updated
Jun 14, 2022 - Python
-
Updated
Mar 28, 2022 - Python
-
Updated
Jun 5, 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
Jun 13, 2022 - PHP
-
Updated
Jun 1, 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
finrl.test() return a list of int of portfolio value, it doesn't contain date data:
from finrl.test import test
account_value_sb3=test(start_date = '2021-10-18',
end_date = '2021-10-19',
...
net_dimension = 512)
account_value_sb3
output:
[1000000.0,
999698.6172275314,
999391.9308182714,
...
But portfolio analysis tool(like
-
Updated
Jun 11, 2022 - Python
-
Updated
Jun 6, 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
May 24, 2022 - Jupyter Notebook
-
Updated
Feb 17, 2021
-
Updated
Jun 14, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
Apr 17, 2022 - PHP
-
Updated
Jun 12, 2022 - Python
-
Updated
May 25, 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
May 21, 2022 - Python
-
Updated
Jun 7, 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