Skip to content
#

finance

Here are 3,540 public repositories matching this topic...

dash

Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies.

  • Updated Sep 30, 2021
  • Python
Lean
AlexCatarino
AlexCatarino commented Jun 7, 2021

Expected Behavior

Be able to update a series of indicators with a single command.

Actual Behavior

Python algorithm needs to make a historical data request that returns a pandas DataFrame that will be used to update indicators. If the algorithm uses EnableAutomaticIndicatorWarmUp instead, it will make the same historical data request if there is more than one indicator per Symbol.

martin3000
martin3000 commented Aug 26, 2021

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.

xmatthias
xmatthias commented Sep 28, 2021

Which version are you running? The lastest version is on Github. Pip is for major releases.

0.3.14b0

Describe the bug
Running help(pta.adx) will correctly show the __doc__.

However, the way docstrings are assigned (manually assigning to __doc__ of the function) causes IDE completion to not show the docstring correctly.

![2021-09-28-200456_559x216_scrot](https://user-imag

Improve this page

Add a description, image, and links to the finance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the finance topic, visit your repo's landing page and select "manage topics."

Learn more