Skip to content
#

finance

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

dash
Lean
dev590t
dev590t commented May 24, 2022

finrl.test() return a list of int of portfolio value, it doesn't contain date data:

from finrl.test import test
account_value_sb3=test(start_date = '2021-10-18', 
                      end_date = '2021-10-19',
...
                      net_dimension = 512)
account_value_sb3

output: 
[1000000.0,
 999698.6172275314,
 999391.9308182714,
...

But portfolio analysis tool(like

bug good first issue
mlfinlab
rotemkama
rotemkama commented May 16, 2022

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

import pandas_ta as ta
print(ta.version)
0.3.64b0

Indicator addition to match another broker

Hi,
So kind of new around here, and I've been looking for indicator to match certain behavior of VWAP standard deviation bands like the bands that appears in Interactive brokers management

enhancement help wanted 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