Skip to content
#

finance

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

dash
Lean
AlexCatarino
AlexCatarino commented Feb 15, 2022

Expected Behavior

Be able to ask for extended market hours during a historical data request even if the subscriptions do not for Python.

Actual Behavior

The overload is only available for C#:

Potential Solution

Add the following overload:

public PyObject History(PyObject symbols, DateTime start, DateTime end, Resolution? resolution = null, bool? fillForward = nu
jjphung
jjphung commented Feb 24, 2022

Following the tutorial from FinRL_HP_Tuning_Trade_Performance_with_Optuna_AI4F.ipynb, I wanted to optimize an agent against the forex environment instead of the env_stocktrading provided in the example.

So I added functions like save_asset_memory and save_action_memory and other class variables so that DRLAgent.DRL_prediction() can function properly with this new environment. Full edi

GF-Huang
GF-Huang commented Feb 27, 2022

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

0.3.14b0

Do you have TA Lib also installed in your environment?

yes

Did you upgrade? Did the upgrade resolve the issue?

I try upgrade, not solve.

Describe the bug
The df.ta.to_utc is a property, but it is not idempotent. When you type df.ta. then press tab for auto

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 Dec 1, 2021
  • PHP

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