Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.25 KB

QUBE

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

WARNING: Qubx is the successor of Qube, which is not maintained anymore !

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://[email protected]/dmarienko/Qube.git

Using

See docs folder: