Skip to content

dexhunter/mercurius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Portfolio Management Toolbox.

IMPORTANT: Live Trading at your own risk.

Installation

pip install mercurius

Example Usage

# Uniform Constant Rebalanced Portfolio

from mercurius.strategy import ucrp

up = ucrp()
up.trade(input_data, tc=0.025)
result = up.finish(True, True)
print(result['portfolio'])

Features

  • Data Augmentation
    • Concat different assets ohlcv
    • Concat different assets ticker
  • Backtest
  • Trading algorithms full list

Contributing

TODOs (Check ISSUES)


Disclaimer

This project is based on OLPS1 and PGPortfolio2. Many thanks to the authors.

  1. https://github.com/olps/olps
  2. https://github.com/zhengyaoJiang/PGPortfolio

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published