Skip to content

Commit

Permalink
Merge branch 'feature/deprecate-xignite'
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeced committed Mar 24, 2016
2 parents c177ef5 + 987a01d commit e271050
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 541 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Version 0.18 (TBD)
. [FIX] Added exception handling to optimizer module. Thanks Sergey Cheparev for reporting this.
. [FIX] Fixed a bug in VWAP calculation when using adjusted values.
. [FIX] Added a way to change the dataseries.DEFAULT_MAX_LEN value.
. [BREAKING CHANGE] Removed Xignite support (http://www.xignite.com/).

Version 0.17 (10/May/2015)
. [NEW] Hurst exponent technical indicator (pyalgotrade.technical.hurst.HurstExponent).
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ PyAlgoTrade is an **event driven algorithmic trading** Python library. Although
was on **backtesting**, **paper trading** is now possible using:

* [Bitstamp](https://www.bitstamp.net/) for Bitcoins
* [Xignite](https://www.xignite.com/) for stocks

and **live trading** is now possible using:

Expand All @@ -25,7 +24,6 @@ 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](https://www.xignite.com/) realtime feed.
* Bitcoin trading support through [Bitstamp](https://www.bitstamp.net/).
* Technical indicators and filters like SMA, WMA, EMA, RSI, Bollinger Bands, Hurst exponent and others.
* Performance metrics like Sharpe ratio and drawdown analysis.
Expand Down
1 change: 0 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Contents:
code
tools
eventprofiler
xignite
bitcoin
twitter
talib
Expand Down
2 changes: 1 addition & 1 deletion doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Introduction

PyAlgoTrade is an event driven algorithmic trading Python library with support for:
* Backtesting with historical data from CSV files.
* Paper trading using :ref:`Xignite <xignite-tutorial-label>` and :ref:`Bitstamp <bitstamp-tutorial-label>` live feeds.
* Paper trading using :ref:`Bitstamp <bitstamp-tutorial-label>` live feeds.
* Real trading on Bitstamp.

It should also make it easy to optimize a strategy using multiple computers.
Expand Down
14 changes: 0 additions & 14 deletions doc/xignite.rst

This file was deleted.

48 changes: 0 additions & 48 deletions doc/xignite_example.rst

This file was deleted.

9 changes: 0 additions & 9 deletions doc/xignite_ref.rst

This file was deleted.

19 changes: 0 additions & 19 deletions pyalgotrade/xignite/__init__.py

This file was deleted.

117 changes: 0 additions & 117 deletions pyalgotrade/xignite/api.py

This file was deleted.

Loading

0 comments on commit e271050

Please sign in to comment.