-
Updated
Mar 17, 2021 - C++
finance
Here are 2,948 public repositories matching this topic...
-
Updated
Feb 2, 2021 - Python
-
Updated
Feb 23, 2021
-
Updated
Mar 16, 2021 - PHP
-
Updated
Jan 16, 2021 - Python
Expected Behavior
Wilder Accumulation Swing Index indicator is natively supported by Lean
Actual Behavior
Lean does not support ASI.
Potential Solution
Implement it.
Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
masterbranch - I have co
-
Updated
Mar 17, 2021 - Python
-
Updated
Mar 17, 2021 - C#
Hello,
I want to get intraday data without split/dividend adjustment. How can I get raw intraday data?
From API docs:
Optional: adjusted
By default, adjusted=true and the output time series is adjusted by historical split and dividend events. Set adjusted=false to query raw (as-traded) intraday values.
get_intraday and `g
-
Updated
Mar 16, 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
Mar 17, 2021 - Python
-
Updated
Jan 30, 2021 - PHP
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Mar 14, 2021 - Jupyter Notebook
-
Updated
Mar 17, 2021 - TypeScript
-
Updated
Jan 17, 2021 - Python
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Mar 15, 2021 - Python
-
Updated
Oct 4, 2020 - Python
-
Updated
Dec 20, 2020 - Jupyter Notebook
Im using the github version with pip
Describe the bug
I am just getting a value error when trying to get strategyall()
Traceback (most recent call last):
File "C:\Users\copyp\AppData\Local\Programs\Python\Python38\lib\multiprocessing\pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "C:\Users\copyp\AppData\Local\Programs\Python\Python38\lib\muImprove 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