Skip to content
#

finance

Here are 4,473 public repositories matching this topic...

dash
you-n-g
you-n-g commented Jul 8, 2022

🐛 Bug Description

Qlib does not require the installation of packages like CatBoostModel

But the output looks a little misleading.

To Reproduce

Run examples/workflow_by_code.ipynb in jupyter notebook.

Expected Behavior

Successfully run the script without installing CatBoostModel and warning.

Screenshot

![image](https://user-images.githubusercontent.com/465606/1

bug good first issue
Lean
AlexCatarino
AlexCatarino commented Jun 3, 2022

Expected Behavior

LEAN provides an example of IndicatorVolatilityModel for documentation.

Actual Behavior

There is no example for this feature.

Potential Solution

Adds an example and/or unit tests.

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that t
up for grabs testing good first issue
wcsolski
wcsolski commented Jul 21, 2022

First of all, thank you for developing this beginner-friendly project.

I'd like to point out one issue:

  1. Installation of Pybullet, box2d in the Finrl package requires previous installation of Visual Studio from Microsoft, and it took me roughly 15 minutes for the whole package to finish installing. Perhaps worth adding this to the in
good first issue suggestion
mlfinlab
gam-phon
gam-phon commented Jul 3, 2022

Ulcer Index

in development version: I am ignoring everget

highest_close = close.rolling(length).max()
downside = scalar * (close - highest_close)
downside /= highest_close
d2 = downside * downside
_ui = d2.rolling(length).sum()
ui = np.sqrt(_ui / length)

In development version, sometime I am getting RuntimeWarning: invalid value encountered in sqrt after searching abo

bug help wanted good first issue

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Apr 17, 2022
  • PHP
MisterY
MisterY commented May 13, 2019

As an intermediate step towards #1015, and various parts thereof, would it be possible to ignore the syntax for features not currently supported, yet use the parts which are supported in trades?
I'm thinking out loud and wondering what effects this may have.

My end goal here is to be able to read a data file https://gitlab.com/snippets/1856416 without errors. Hledger would be able to parse thi

A WISH journal easy? good first issue

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