Skip to content
#

finance

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

dash
Lean
AlexCatarino
AlexCatarino commented Jan 23, 2022

Expected Behavior

The EmaCrossAlphaModel is not warming up its indicators.

Actual Behavior

All indicators are warmed up as soon as possible.

Potential Solution

Add

algorithm.WarmUpIndicator(added.Symbol, fast, _resolution);
algorithm.WarmUpIndicator(added.Symbol, slow, _resolution);

at lines 107 and 108 of EmaCrossAlphaModel.cs and change to `EmaCross

evril7490
evril7490 commented Feb 1, 2022

Hi,

It was really nice to see a framework for DRL in trading, I was wondering if it is possible to provide more interpretability for the model output? For example, if we have some technical indicators and some company balance sheet data as input to our model, and each day the model produce some trading decisions based on these features and current portfolio positions, is there a way to generate

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