Awesome
2016-09-03 ���£�
- �ϲ����б��ػ���ģ�鵽/cn�ļ����У�������ʹ�ú�ԭ����жԱȡ�
- pyalgotrade��������Ϊ0.18.
- �����tick����ṹ��֧�֣���/stratlib/orderbook.py
Pyalgotrade-cn ��ԭ��Ļ����ϼ�����A����ʷ����ز⣬��������tushare�ṩʵʱ���顣�Ա��Ҷ��Լ��IJ��Խ��лز��ģ����ԡ�
���θ��µ����ݣ�
- ����tushareʵʱ����
- stratlib�ṩ�������������(DT, Bollinger_bandit)
��ʷ�������أ�������μ����ۣ����Ⱥ��300349971
������ԭ��Ľ��ܣ�
PyAlgoTrade is an event driven algorithmic trading Python library. Although the initial focus was on backtesting, paper trading is now possible using:
and live trading is now possible using:
- Bitstamp for Bitcoins
To get started with PyAlgoTrade take a look at the tutorial and the full documentation.
Main Features
- Event driven.
- Supports Market, Limit, Stop and StopLimit orders.
- Supports any type of time-series data in CSV format like Yahoo! Finance, Google Finance, Quandl and NinjaTrader.
- Xignite realtime feed.
- Bitcoin trading support through Bitstamp.
- Technical indicators and filters like SMA, WMA, EMA, RSI, Bollinger Bands, Hurst exponent and others.
- Performance metrics like Sharpe ratio and drawdown analysis.
- Handling Twitter events in realtime.
- Event profiler.
- TA-Lib integration.
Installation
PyAlgoTrade is developed using Python 2.7 and depends on:
- NumPy and SciPy.
- pytz.
- dateutil.
- requests.
- matplotlib for plotting support.
- ws4py for Bitstamp support.
- tornado for Bitstamp support.
- tweepy for Twitter support.
You can install PyAlgoTrade using pip like this:
pip install pyalgotrade