Rule Based Simulator System Architecture - jaeaehkim/trading_system_beta GitHub Wiki
Motivation
- μ΄κΈ°
- νμ₯
Simulator System
Directory Structure
βββ .git
βββ analysis
β βββ engine.py
β βββ schema.json
β βββ utils.py
β βββ __init__.py
β βββ __pycache__
βββ app
β βββ app.py
β βββ request.json
β βββ __pycache__
βββ dataloader
β βββ mongo_dataloader.py
β βββ mongo_server.py
β βββ __pycache__
βββ logs
β βββ config.py
β βββ handler.py
β βββ logfiles
β β βββ agent.log
β β βββ all.log
β β βββ trade.log
β βββ logger.py
β βββ __pycache__
βββ requirements
β βββ requirements_220406.txt
β βββ requirements_220412.txt
β βββ requirements_220517.txt
β βββ TA_Lib-0.4.24-cp38-cp38-win_amd64.whl
βββ simulator
β βββ base
β β βββ agent.py
β β βββ config.py
β β βββ order.py
β β βββ trade.py
β β βββ __pycache__
β βββ cfg
β β βββ agent_config.json
β β βββ info_config.json
β β βββ order_config.json
β β βββ trade_config.json
β βββ engine.py
β βββ utils.py
β βββ __pycache__
βββ test
β βββ analysis_test.py
β βββ cal_logic_test.py
β βββ es_test.py
β βββ https
β βββ portofolio_execute
β βββ http-client.env.json
β βββ portofolio_execute.http
βββ __pycache__