由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - free back test tool in python - for quant algos (转载)
相关主题
python3还是python?[合集] topcoder上的前几名里面中国人可真多啊
求python大牛指路a algo design question
data science如何进阶?还是不能喜欢python
python: 怎么避免memory leak?Re: 有谁觉得做bioinformatics 的数据分析 python比R好的? (转载)
有matplotlib或numpy/scipy的同学帮我试试Ruby 为什么输给了py
如何自学python寻找一起做一个自动交易系统的同仁 (westchester NY)
咋用python做一个3D surface plot? 请教超级新手, 求助 python pandas 和pandas_DataReader
想起隔壁组的ruby大牛Algo Brix
相关话题的讨论汇总
话题: test话题: average话题: back话题: quant话题: algo
进入Programming版参与讨论
1 (共1页)
g***e
发帖数: 577
1
【 以下文字转载自 Stock 讨论区 】
发信人: geome (老网友), 信区: Stock
标 题: free back test tool in python - for quant algos
发信站: BBS 未名空间站 (Sat Mar 4 15:10:49 2017, 美东)
Hi,
Our team has made a free back test tool in below github:
https://github.com/geome-mitbbs/QTS_Research
It is simple to use yet has great flexibility:
To use:
1. System requirements: you need to have python3 + numpy + pandas + (
matplotlib,optional)
2. Download files into any folder.
3. Modify Back_Test.py and run. Currently Back_Test.py contains a moving
average trend following algo: if 10 day average > 25 day average, buy. if 10
day average < 25 day average, sell. you can either test this algo with your
own parameters ( ticker, average period etc ) or you can write your own
strategy. The strategy is simply a part of python code consists of the
functions in Quant_Indicators.py
Anyone interested in more algo research. Please private email. Thanks.
w***g
发帖数: 5958
2
牛!没想到古板比这里先搞起来github项目。

【在 g***e 的大作中提到】
: 【 以下文字转载自 Stock 讨论区 】
: 发信人: geome (老网友), 信区: Stock
: 标 题: free back test tool in python - for quant algos
: 发信站: BBS 未名空间站 (Sat Mar 4 15:10:49 2017, 美东)
: Hi,
: Our team has made a free back test tool in below github:
: https://github.com/geome-mitbbs/QTS_Research
: It is simple to use yet has great flexibility:
: To use:
: 1. System requirements: you need to have python3 + numpy + pandas + (

g***e
发帖数: 577
3
希望有机会向机器学习大牛取经!

【在 w***g 的大作中提到】
: 牛!没想到古板比这里先搞起来github项目。
1 (共1页)
进入Programming版参与讨论
相关主题
Algo Brix有matplotlib或numpy/scipy的同学帮我试试
Re: 现在还有做cryptocurrency exchange的吗?如何自学python
Anaconda装起来会跟已有的python dist有什么冲突吗?咋用python做一个3D surface plot? 请教
易写性,易维护和执行效率综合来看想起隔壁组的ruby大牛
python3还是python?[合集] topcoder上的前几名里面中国人可真多啊
求python大牛指路a algo design question
data science如何进阶?还是不能喜欢python
python: 怎么避免memory leak?Re: 有谁觉得做bioinformatics 的数据分析 python比R好的? (转载)
相关话题的讨论汇总
话题: test话题: average话题: back话题: quant话题: algo