Skip to content
/ Qube Public

Community version of quantitative backtesting framework

License

Notifications You must be signed in to change notification settings

dmarienko/Qube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Using

See docs folder: