Skip to content
#

finance

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

dash
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
dev590t
dev590t commented Jun 17, 2022

This issue is a derivation of #613

Why use vectorbt

  • GPU acceleration in preprocessing : Finrl pass much time to preprocess data in Colab for me.
  • less code to maintain in FinRL preprocessing, currently many work should be do in FinRL preprocessing code part:
    - Currently, I can count 3 bugs in clean_data, and it isn't still solved. I feel the team don't work much on code base
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