-
Updated
Apr 17, 2022 - Python
finance
Here are 4,172 public repositories matching this topic...
-
Updated
Apr 18, 2022 - Python
-
Updated
Mar 28, 2022 - Python
-
Updated
Apr 11, 2022 - Python
In order to achieve the expression like "Power($close, Rank($close, 14))" which is fairly common in fomulla alpha.
I guess we could use following code:
class Power(NpPairOperator): def __init__(self, feature_left, feature_right): super(PairPower, self).__init__(feature_left, feature_right, "power")
Finally, we could add a rpow magic method to Expression class
-
Updated
Apr 18, 2022 - PHP
-
Updated
Apr 16, 2022 - Cython
Expected Behavior
The description of the EMA indicator mentions that the only way to warm up an EMA is
-
Updated
Mar 8, 2022 - Jupyter Notebook
-
Updated
Mar 21, 2022 - C#
-
Updated
Apr 17, 2022 - Python
I want to know do agents learn? Any tips are appreciated
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.
Can we display an asset name in https://pyportfolioopt.readthedocs.io/en/latest/_images/ef_plot.png ?
-
Updated
Feb 17, 2021
-
Updated
Apr 18, 2022 - Python
While Inertia: inertia is calculated correctly, the documentation, https://github.com/twopirllc/pandas-ta/blob/47d8da67e1bd46476f5f7547c48ccb67598e63ed/pandas_ta/momentum/inertia.py#L17-L25, statesRelative Vigor Index instead of the Relative Volatility Index. It also links to https://www.investopedia.com/terms/r/relative_vigor_index.asp instead of an article on the `Relative Volatility Index
-
Updated
Mar 16, 2022 - Python
-
Updated
Apr 17, 2022 - PHP
-
Updated
Apr 16, 2022 - Python
-
Updated
Mar 17, 2022 - Python
-
Updated
Mar 17, 2022 - Python
-
Updated
Mar 8, 2022 - Jupyter Notebook
-
Updated
Apr 14, 2022 - TypeScript
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