algorithmic-trading
Here are 313 public repositories matching this topic...
-
Updated
Sep 22, 2019 - Python
Step 1: Have you search for this issue before posting it?
yes
If you have discovered a bug in the bot, please search our issue tracker.
If it hasn't been reported, please create a new issue.
Step 2: Describe your environment
- platform: Docker - latest build(Digest:sha256:3e8fe20bf6aaad9095e1ba0924ce2af3368cc55d1fe41ee
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!
-
Updated
Jun 29, 2020 - Go
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
-
Updated
Feb 15, 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
-
Updated
Jun 16, 2020
-
Updated
Jun 26, 2020 - Jupyter Notebook
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.
-
Updated
Jun 23, 2020 - Python
Add some unit tests
According last Travis build
https://travis-ci.org/ranaroussi/qtpylib/jobs/214950579
there's currently no unit tests maybe you should add some unit tests
to ensure that coding new feature doesn't break existing code
-
Updated
May 6, 2020 - Jupyter Notebook
-
Updated
Jun 29, 2020 - Python
Skill Set Challenge!
Hudson & Thames has provided the following skillset challenge to allow potential researchers to gauge if they have the required skil
-
Updated
May 25, 2020 - Python
-
Updated
Jun 16, 2020 - Python
@tiingo is working on a financial statement API: https://api.tiingo.com/documentation/fundamentals
I think we should support this through the getFinancials function (which currently has no live implementations)
I'll get started on a PR, unless there are any objections
-
Updated
Feb 14, 2017 - Jupyter Notebook
-
Updated
Jan 11, 2020 - Python
-
Updated
Apr 27, 2020 - Python
-
Updated
Jun 1, 2020 - Python
-
Updated
Aug 3, 2019 - Python
Took 58 days to hit the rook-ceph cluster issue again, and I figured I would leave this open until there's the next "days since last accident" event:
jay@home1:/opt/metalnetes$ k get po -n rook-ceph
NAME READY STATUS RESTARTS AGE
rook-ceph-mgr-a-68cb58b456-6m8df 1/1 Running 0 58d
rook-ceph-mon-
-
Updated
Dec 31, 2019 - TypeScript
-
Updated
Jun 29, 2020 - Python
-
Updated
Jun 8, 2020 - Python
-
Updated
Jun 26, 2018 - Jupyter Notebook
-
Updated
Jun 10, 2020 - JavaScript
Improve this page
Add a description, image, and links to the algorithmic-trading topic page so that developers can more easily learn about it.
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."

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