-
Updated
Nov 28, 2021 - C++
finance
Here are 3,734 public repositories matching this topic...
-
Updated
Oct 17, 2021 - Python
-
Updated
Nov 30, 2021 - Python
-
Updated
Oct 26, 2021 - Python
-
Updated
Nov 28, 2021 - Python
-
Updated
Nov 29, 2021 - PHP
-
Updated
Nov 22, 2021 - Cython
Expected Behavior
Know exactly why the algorithm was not able to add an option contract.
Actual Behavior
If there are no subscriptions, the data normalization mode is Raw, but, in fact, the problem is that there are no subscriptions for the underlying.
Potential Solution
In [QCAlgorithm.cs#L1812](https://github.com/QuantConnect/Lean/blob/master/Algorithm/QCAlgorithm.cs#L181
-
Updated
Nov 16, 2021 - Jupyter Notebook
-
Updated
Nov 29, 2021 - C#
-
Updated
Nov 30, 2021 - Python
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.
-
Updated
Nov 28, 2021 - Jupyter Notebook
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
Feb 17, 2021
-
Updated
Oct 28, 2021 - Jupyter Notebook
-
Updated
Nov 28, 2021 - Python
-
Updated
Nov 22, 2021 - PHP
Can random walk index indicator be added to the panda-ta library ? thanks
References:
Technical Indicators
trading sim
linnsoft
fmlabs
-
Updated
Nov 30, 2021 - TypeScript
Hi there,
while playing with the alpha mode (alpha=0.1) I noticed that the marker have a border. Is that a feature, or is there any way to disable it?
`
if df.signal_bull_week.notna().sum() > 0:
signal_bull_week = mpf.make_addplot( df.signal_bull_week -
-
Updated
Nov 6, 2021 - Jupyter Notebook
-
Updated
Jan 17, 2021 - Python
-
Updated
Nov 29, 2021 - Go
-
Updated
Nov 26, 2021 - Python
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."

In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E