Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 455 Bytes

Trading simulation

This project use multi agent to simulate the trading among complexity network. There are no use now.

Environment

  • python3.5
  • numpy
  • pandas
  • scipy
  • mongoengine
  • matplotlib
  • networkx
  • tushare

How to use

  • Run mongodb in the background

  • run python spider/crypto_day_spider.py

  • run python platform/play.py

  • the argument is in helper/args_parser.py. You can modify it than try previous step