文件名称:tradesim:用于策略回测的交易模拟器
文件大小:395KB
文件格式:ZIP
更新时间:2024-03-14 00:32:01
python Python
交易模拟器 概述 我对各种股票分析和数据挖掘的讨论。 先决条件 Python 2.7 NumPy( ) 科学( ) 熊猫( ) mpl_finance( ) 快速开始 运行(并可能编辑) download_historical_data.sh以在本地下载历史库存数据。 运行并使用tradesim.py 项目笔记 数据的直方图图: : 项目TODO 分析无效库存 清除行情自动收录器文件
【文件预览】:
tradesim-master
----position.py(2KB)
----.gitignore(1KB)
----codecov.yml(246B)
----get_yahoo_finance_data.py(6KB)
----requirements.txt(152B)
----clean_db.sh(55B)
----finance_utils.py(6KB)
----.travis.yml(992B)
----virtual_account.py(3KB)
----dl_validation.py(1KB)
----tradesim.py(6KB)
----LICENSE(34KB)
----neural_network.py(5KB)
----.github()
--------workflows()
----technical_indicators.py(5KB)
----README.md(1KB)
----demo()
--------date_demo1.py(1KB)
--------demo_finance_utils.py(2KB)
--------demo_virtual_account.py(1KB)
--------demo_stock_db_mgr.py(1KB)
--------demo_position.py(517B)
--------oat.png(335KB)
--------3D_angle_diff.py(865B)
--------demo_pandas.py(3KB)
--------demo_technical_indicators.py(2KB)
--------demo_ystockquote.py(1KB)
--------finance_work2.py(6KB)
--------ipython_notes.py(1KB)
----.prospector.yaml(509B)
----stock_db_mgr.py(4KB)
----pytest.ini(635B)
----yqd.py(4KB)
----.coveragerc(361B)
----stock_db()
--------dj.txt(1KB)
--------qt()
--------sp500()
--------tsx.txt(11KB)
--------sp500.txt(32KB)
--------test.txt(291B)
--------indices()
--------dj()
--------qt.txt(478B)
--------tsx()
--------indices.txt(365B)
--------test()
----playground.py(2KB)
----ystockquote.py(8KB)
----download_historical_data.sh(538B)
----test()
--------test_ystockquote.py(2KB)
--------test_position.py(731B)
--------test_finance_utils.py(3KB)
--------test_technical_indicators.py(1KB)
--------test_stock_db_mgr.py(2KB)
--------test_marker.py(1KB)
--------test_virtual_account.py(4KB)