Skip to content
#

algorithmic-trading

Here are 313 public repositories matching this topic...

llllllllll
llllllllll commented Mar 15, 2018

The blaze loader exists to make it easy to register new pipeline datasets in zipline by reflecting information from various sources. We can automatically convert a tabular blaze expression (in a given format) to a Pipeline expression and register this with a pipeline loader (see zipline.pipeline.loaders.blaze.from_blaze; however, this loader is not registered by default so you cannot use these d

kooomix
kooomix commented Jul 8, 2018

Hi,

I the documentation here it says: "Support for accessing multiple exchanges per algorithm, which opens the door to cross-exchange arbitrage opportunities."

Does catalyst really support multiple exchanges using the same algorithm? If so - how this can be done? (no documentation for it)

Thanks!

mlfinlab
Harkishan-99
Harkishan-99 commented Feb 17, 2020

I recently tried using the Intra-Bar MicroStructural Features using the MicrostructuralFeaturesGenerator class. I found that it takes a very long time to process even on 2-3 month of tick data. Finally, after some exploration of the code behind I came to understand that the entropy feature function excluding Shannon's Entropy function takes the most amount of time.
The entropy features contain on

jsmidt
jsmidt commented May 2, 2020

Problem Description

The function description documentation for alphalens.performance.factor_alpha_beta says "Compute the alpha (excess returns), alpha t-stat (alpha significance), and beta (market exposure) of a factor. "

The return documentation says "A list containing the alpha, beta, a t-stat(alpha) for the given factor and forward returns."

I am assuming "a t-stat" means "and t-sta

jgill-compucloud
jgill-compucloud commented Mar 13, 2020

Tried following the quickstart guide to run the application quickly but running into many software dependency issues. Have you considered dockerizing this application?

I have a background in this area, would be interested in contributing to the project to add that capability if you are open to incorporating this as a feature.

Let me know.

quant-trading

Improve this page

Add a description, image, and links to the algorithmic-trading 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 algorithmic-trading topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.