-
Updated
Jul 20, 2021 - C++
finance
Here are 3,323 public repositories matching this topic...
-
Updated
Apr 6, 2021 - Python
-
Updated
Jul 27, 2021 - Python
-
Updated
Jul 30, 2021 - PHP
-
Updated
Jul 14, 2021 - Python
-
Updated
Jul 30, 2021 - Python
Expected Behavior
TrailingStopRiskManagementModel handles risk for both long and short positions.
Actual Behavior
TrailingStopRiskManagementModel only handles risk for long positions.
Potential Solution
Implement logic to handle risk for short positions.
Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on
-
Updated
Jul 15, 2021 - Jupyter Notebook
-
Updated
Jul 30, 2021 - C#
-
Updated
Jul 30, 2021 - Python
I've been experimenting with the crypto aspects of the library, and I do see that there are the endpoints for daily, weekly, and monthly, however the endpoint for intraday is not available using the "function=CRYPTO_INTRADAY" from the Cryptocurrencies section of the API.
I would assume the format would be:
`(data, meta) = cc.get_crypto_intraday(symbol = "", interval = "", market = "", outputs
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
Jul 29, 2021 - Jupyter Notebook
-
Updated
Jun 25, 2021 - Jupyter Notebook
-
Updated
Jul 21, 2021 - Python
-
Updated
Jul 28, 2021 - PHP
-
Updated
Jul 30, 2021 - TypeScript
-
Updated
Jan 17, 2021 - Python
-
Updated
Jul 25, 2021 - Jupyter Notebook
Hi @twopirllc ,
Could you please add the Connors RSI (CRSI) indicator?
Also doc for [Aroon](https://github.com/twopirllc/pandas-ta/blob/1deb7559f626d2a5cf664b6c0af7a8016a53bfca/pan
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
Jul 26, 2021
-
Updated
Feb 5, 2021 - JavaScript
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