Frederic Fortier
|
853707dfb2
|
BLD: updated CCXT and temporarily fixed symbol mapping issue
|
2018-01-18 21:57:11 -05:00 |
|
Frederic Fortier
|
6a929b6e25
|
BLD: updating example algos for testing
|
2018-01-18 19:26:33 -05:00 |
|
Frederic Fortier
|
439b5404ae
|
BLD: cleanup and minor adjustments to get_candles() in live mode
|
2018-01-18 18:06:10 -05:00 |
|
Frederic Fortier
|
51126fd7ae
|
BLD: improved the bundle test suite and related adjustments
|
2018-01-18 17:09:37 -05:00 |
|
Frederic Fortier
|
563fc433d5
|
BUG: fixed issue with number of superfluous candles at the beginning of bundle history
|
2018-01-18 15:08:12 -05:00 |
|
Frederic Fortier
|
b0f2202b54
|
BUG: fixed bundle test suite
|
2018-01-18 14:08:11 -05:00 |
|
Frederic Fortier
|
3f974b1adf
|
DOC: For issue #151, significantly improved the way in which we are processing order for exchanges supporting "fetch-my-trades"
|
2018-01-12 16:33:00 -05:00 |
|
Frederic Fortier
|
141ee65c91
|
BLD: working on unit tests.
|
2018-01-09 01:08:57 -05:00 |
|
Frederic Fortier
|
595bd82234
|
BLD: improving unit tests
|
2018-01-05 00:13:18 -05:00 |
|
Frederic Fortier
|
a818d10d40
|
BLD: improving unit tests
|
2018-01-04 21:06:40 -05:00 |
|
Frederic Fortier
|
3045c5108a
|
BLD: backing out CCXT update, not enough time to test properly
|
2018-01-04 01:44:25 -05:00 |
|
Frederic Fortier
|
a60311b002
|
BUG: minor fixes from unit testing
|
2018-01-03 20:18:53 -05:00 |
|
Frederic Fortier
|
cd1f5ca97b
|
BLD: housekeeping, reorganizing files into smaller packages
|
2017-12-28 17:49:15 -05:00 |
|
Frederic Fortier
|
e9714cfb32
|
BLD: improved saving algo state
|
2017-12-23 21:42:04 -05:00 |
|
Frederic Fortier
|
67bd5c8f6a
|
BLD: improvements following unit tests
|
2017-12-22 15:45:23 -05:00 |
|
Frederic Fortier
|
3b16bf7538
|
BLD: completed unit tests for validating bundles against OHLCV data on each exchange
|
2017-12-20 16:04:01 -05:00 |
|
Frederic Fortier
|
55262eeb46
|
BLD: working on bundle unit tests
|
2017-12-20 15:03:42 -05:00 |
|
Frederic Fortier
|
dcefca6038
|
BLD: completed exchange unit tests and fixed misc issues
|
2017-12-18 21:04:40 -05:00 |
|
Frederic Fortier
|
394afdba6d
|
BLD: improved frequency / timeframe mapping
|
2017-12-18 14:59:22 -05:00 |
|
Frederic Fortier
|
c698956f9f
|
BUG: worked around CCXT issue with fetch_tickers, see: https://github.com/ccxt/ccxt/issues/870
|
2017-12-16 21:36:20 -05:00 |
|
Frederic Fortier
|
b93f9c10d3
|
BLD: unit tests for historical data
|
2017-12-15 18:59:13 -05:00 |
|
Frederic Fortier
|
5962496d83
|
BLD: working on unit tests and data ingestion
|
2017-12-14 20:42:31 -05:00 |
|
Frederic Fortier
|
952ccf37fa
|
BLD: removing deprecated tests
|
2017-12-14 15:43:01 -05:00 |
|
Frederic Fortier
|
4740aebd7f
|
BLD: testing markets for each exchange
|
2017-12-14 15:42:39 -05:00 |
|
Frederic Fortier
|
49aaaa8f26
|
BLD: Housekeeping
|
2017-12-10 01:24:39 -05:00 |
|
Victor Grau Serrat
|
ce085e01ec
|
MAINT: PEP8 compliance
|
2017-12-08 13:18:24 -07:00 |
|
cyzanfar
|
02875ef7ab
|
Merge branch 'develop' of github.com:enigmampc/catalyst into develop
|
2017-12-06 18:02:17 -05:00 |
|
cyzanfar
|
f47aa13dd3
|
Python version 3 compatible
|
2017-12-06 17:58:42 -05:00 |
|
fredfortier
|
4db8131397
|
BLD: paper trading adjustments
|
2017-12-01 00:06:11 -05:00 |
|
fredfortier
|
b762689225
|
BLD: all exchange operations now implemented an unit tested with CCXT
|
2017-11-30 22:45:52 -05:00 |
|
fredfortier
|
7bbb6e0b42
|
BLD: tested creating orders and viewing open orders with CCXT
|
2017-11-30 20:18:16 -05:00 |
|
fredfortier
|
5660247da2
|
BLD: tested all public APIs with CCXT
|
2017-11-30 17:08:13 -05:00 |
|
fredfortier
|
4eb8a6eb0f
|
BLD: populating assets with help from CCXT
|
2017-11-29 22:31:44 -05:00 |
|
fredfortier
|
606148e19c
|
DOC: Integrating with ccxt
|
2017-11-28 13:42:58 -05:00 |
|
fredfortier
|
968e70b69b
|
BLD: implementing issue #65, implemented custom exchange data
|
2017-11-25 07:43:20 -05:00 |
|
fredfortier
|
6a7c47f3a9
|
BLD: implementing issue #65, adding local symbols definition
|
2017-11-24 01:58:33 -05:00 |
|
fredfortier
|
0af592a5f4
|
BUG: fixed issue #71 with the last candle of a resampled set
|
2017-11-20 17:52:29 -05:00 |
|
fredfortier
|
ee1605a5e6
|
Merge branch 'abnera-patch-2' into develop
|
2017-11-17 19:43:46 -05:00 |
|
fredfortier
|
f3dca74e87
|
BUG: fixed a get_candles issue with the Poloniex exchange
|
2017-11-17 19:40:49 -05:00 |
|
fredfortier
|
c260e188b0
|
BUG: looking a potential resampling issue
|
2017-11-16 18:14:24 -05:00 |
|
fredfortier
|
3fa88a3e56
|
BLD: misc housekeeping
|
2017-11-16 16:55:40 -05:00 |
|
fredfortier
|
1103947af0
|
BLD: created a new sample algo for instructional materials. Fixed some minor issues in the process.
|
2017-11-09 17:09:55 -05:00 |
|
fredfortier
|
a85b6c798a
|
BUG: fixes related to issue #47 and added a verbose ingestion option.
|
2017-11-07 13:42:47 -05:00 |
|
fredfortier
|
8c6ac53a05
|
BLD: cleanup in algos and unit tests
|
2017-11-04 14:46:09 -04:00 |
|
fredfortier
|
d02c6d8ce9
|
BLD: optimize imports
|
2017-11-03 21:04:16 -04:00 |
|
fredfortier
|
b476024612
|
BUG: work around for issue #53 and possibly fixed issue #47
|
2017-11-03 20:59:26 -04:00 |
|
fredfortier
|
5e4ad9b338
|
BUG: accounting for daily historical bars with minute freq algo
|
2017-11-02 20:18:34 -04:00 |
|
fredfortier
|
35677c553c
|
BUG: fixed issues with data frequencies in data.history() which was particularly noticeable in live mode and minor adjustments around the commission model
|
2017-10-31 23:34:48 -04:00 |
|
fredfortier
|
3394614ecf
|
BUG: Fixes issue #47. Made improvements around auto-ingestion.
|
2017-10-30 21:17:53 -04:00 |
|
fredfortier
|
b9579ab4b4
|
Improved frequency support for data.history() in backtest, standardized class names, improved unit tests and working on new sample algo.
|
2017-10-27 00:53:19 -04:00 |
|