Pinned Loading
-
Tickbar generator
Tickbar generator 1# expects a numpy array with trades
2# each trade is composed of: [time, price, quantity]
3def generate_tickbars(ticks, frequency=1000):
4times = ticks[:,0]
5prices = ticks[:,1]
-
Adventures-in-Financial-Data-Science
Adventures-in-Financial-Data-Science PublicForked from Farmhouse121/Adventures-in-Financial-Data-Science
Here I am collecting the scripts I have used to prepare my book "Adventures in Financial Data Science" and to support my other writing, such as that on Medium. Those for the book are mostly origina…
-
machine-learning-for-trading
machine-learning-for-trading PublicForked from stefan-jansen/machine-learning-for-trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Jupyter Notebook 1
-
meta-labeling
meta-labeling PublicForked from hudson-and-thames/meta-labeling
Code base for the meta-labeling papers published with the Journal of Financial Data Science
Python 1
-
mlfinlab
mlfinlab PublicForked from hudson-and-thames/mlfinlab
MlFinLab helps portfolio managers and traders who want to leverage the power of machine learning by providing reproducible, interpretable, and easy to use tools.
Python 1
-
qsforex
qsforex PublicForked from mhallsmoore/qsforex
QuantStart Forex Backtesting and Live Trading
Python
If the problem persists, check the GitHub status page or contact support.