Metadata-Version: 2.0
Name: atquant
Version: 0.0.846a1
Summary: atquant Algorithm Trading System
Home-page: http://www.atrader.com.cn/
Author: www.bitpower.com.cn
Author-email: kunlin.l@bitpower.com.cn
License: LICENSE
Keywords: quantitative,trading
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: enum34 (==1.1.6)
Requires-Dist: six (==1.11.0)
Requires-Dist: pytz (==2017.3)
Requires-Dist: python-dateutil (==2.6.1)
Requires-Dist: numpy (==1.13.3)
Requires-Dist: scipy (==1.0.0)
Requires-Dist: pandas (==0.22.0)

﻿=======
atquant
=======

atquant 从数据获取、算法交易、回测引擎，实盘模拟，实盘交易到数据分析，为程序化交易者提供了全套解决方案。
atquant 需要配合Auto-Trader(简称AT)使用，当AT运行时，可以使用atquant模块进行回测，回放，实盘操作。


==========
ChangeLog
==========

20180409 2.3.845 修复止盈止损跟踪止盈功能bug
20180411 增加接口HandleIdx,TargetIdx的索引检查
20180423 修改Bug5401, 5402 历史数据矩阵合成位置计算错误

