finance
Here are 2,522 public repositories matching this topic...
-
Updated
Oct 24, 2020 - C++
-
Updated
Aug 3, 2020 - Python
-
Updated
Oct 24, 2020 - PHP
-
Updated
Oct 8, 2020
-
Updated
Sep 28, 2020 - Python
Implement a Market Profile Indicator in LEAN.
Expected Behavior
Support for Market Profile Indicator
Actual Behavior
No support in LEAN for MP Indicator
Potential Solution
Implement from examples:
- https://github.com/bfolkens/py-market-profile
- https://www.tradingview.com/support/solutions/43000502040-volume-profile/
Checklist
- I have completely fille
-
Updated
Oct 24, 2020 - C#
-
Updated
Sep 5, 2020 - Python
-
Updated
Oct 24, 2020 - Python
-
Updated
May 14, 2020
-
Updated
Oct 23, 2020 - PHP
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 23, 2020 - TypeScript
-
Updated
Oct 9, 2020 - Jupyter Notebook
-
Updated
Oct 21, 2020 - Jupyter Notebook
-
Updated
Mar 6, 2018 - Python
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 29, 2020 - JavaScript
-
Updated
Oct 4, 2020 - Python
-
Updated
Oct 6, 2020 - Jupyter Notebook
MMEX version:
- 1.3.6
- 1.3.5
- 1.3.4 or older
- 1.4.X
Note: bug reporters are expected to have verified the bug still exists
either in the last stable version of MMEX or on updated development code
(master branch).
Operating System:
- Windows
- Mac OSX
- Linux
Description of the bug
Application crash when selecting 'Relocate Payee' when i
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Oct 5, 2020
-
Updated
Dec 3, 2018 - 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."
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