https://github.com/jmakov/bitcoin_market_simulator_basic
A basic framework for simulation agent behavior in the Bitcoin market
https://github.com/jmakov/bitcoin_market_simulator_basic
Last synced: 3 months ago
JSON representation
A basic framework for simulation agent behavior in the Bitcoin market
- Host: GitHub
- URL: https://github.com/jmakov/bitcoin_market_simulator_basic
- Owner: jmakov
- License: mit
- Created: 2013-09-17T08:16:47.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T19:37:10.000Z (about 11 years ago)
- Last Synced: 2024-12-20T22:34:30.101Z (over 1 year ago)
- Language: Python
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
A basic framework for analysing energy flows between agents is provided enabling analysis and simulation of agent
behaviour and construction of strategies. Resulting data can be interactively analysed using SageMath. The corresponding
template code is in the 'analysis' folder.
#########
# MANUAL
#########
First the database must be constructed. Free data is provided by bitcoincharts.com. 'build_database' creates the
database and logs events to the folder 'logs'.
To simulate agent responses run 'simulate_agent_responses' which creates corresponding database in your database
folder.
For visual data exploration basic interactive example is provided in the 'analysis' folder. SageMath (www.sagemath.org)
is required to run the interactive script.