Qube


Keywords
quantitative, backtesting, backtester, finance, backtester-python, hypothesis-testing, machinelearning, quantitative-finance, trading-algorithms, trading-strategies
License
BSD-2-Clause
Install
pip install Qube2==0.3.38

Documentation

QUBE

    .+-------+
  .' :     .'|        QUBE | Quantitative Backtesting Environment
 +-------+'  |             | (Community version) 
 |   : * |   |        
 |  ,+---|---+ 
 |.'     | .' 
 +-------+'

Community version of Quantitative Backtesting Framework for development trading strategies. It provides tools to backtest, optimize, and analyze trading strategies using historical data. Library includes various functions that help with signal generation, portfolio construction, performance analysis, risk management, and plotting.

Qube can be used to build automated trading systems for different financial markets like stocks, futures, forex, cryptocurrencies, and indices. It is compatible with Jupyter notebooks, IPython, or plain Python scripts.

Installation

pip install qube2 or

pip install git+https://git@github.com/dmarienko/Qube.git

Using

See docs folder: