Skip to content

benniel/mentat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Mentat

Crypto trader

Balanced fund simulator

Initialise a new portfolio

$python balance.py --init --coins BTC ETH USDT --values 1.2 10.0 100.0 --portfolio my_portfolio

Perform a rebalance

$python balance.py --portfolio my_portfolio

Perform hourly rebalance

Add the following line to a user's crontab:

0 * * * * cd /path/to/mentat/ && python balance.py --portfolio my_portfolio

About

Crypto trader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages