Victor Grau Serrat
|
87ecf6114d
|
adding min_trade_size in TradingPair
|
2017-09-26 13:32:23 -06:00 |
|
Victor Grau Serrat
|
2c2c861a8f
|
WIP: Poloniex exchange - fix for multiple exchanges
|
2017-09-26 11:40:25 -06:00 |
|
Victor Grau Serrat
|
fef08d1433
|
Merge branch 'poloniex-exchange' into concurrent-exchanges
|
2017-09-26 10:53:56 -06:00 |
|
Victor Grau Serrat
|
cf20f78e55
|
WIP: Poloniex exchange - balances, candles & cancel
|
2017-09-25 22:01:04 -06:00 |
|
Victor Grau Serrat
|
5d1bdee4a6
|
WIP: Poloniex exchange - generating symbols.json
|
2017-09-25 14:35:58 -06:00 |
|
Victor Grau Serrat
|
f60abcd636
|
WIP: Poloniex exchange class
|
2017-09-25 11:28:06 -06:00 |
|
fredfortier
|
4798fc75fb
|
Housekeeping and documentation
|
2017-09-25 12:18:22 -04:00 |
|
fredfortier
|
d6996b1e93
|
Refinements and documentation.
|
2017-09-23 04:49:13 -04:00 |
|
fredfortier
|
bc65c10fc6
|
Implemented and tested the history() method in backtest mode.
|
2017-09-22 23:17:38 -04:00 |
|
Victor Grau Serrat
|
27f20a090a
|
matplotlib imports inside init live_graph_clock (2)
|
2017-09-22 12:03:17 -06:00 |
|
Victor Grau Serrat
|
75c2753b98
|
matplotlib imports inside init live_graph_clock
|
2017-09-22 11:59:57 -06:00 |
|
Victor Grau Serrat
|
a6b873508b
|
Merge branch 'aws-symbols-json' into develop
|
2017-09-22 10:57:58 -06:00 |
|
Victor Grau Serrat
|
daf3c4d285
|
Autogeneration of symbols.json for bittrex
|
2017-09-22 10:55:49 -06:00 |
|
Victor Grau Serrat
|
8cabb33372
|
Autogeneration of symbols.json for bitfinex
|
2017-09-22 09:54:51 -06:00 |
|
fredfortier
|
ddecd6bb48
|
First working version with the backtest and live modes executing the same algorithm.
|
2017-09-21 19:05:16 -04:00 |
|
fredfortier
|
2f8768bb06
|
Merged Victor's hack for the minute writer precision
|
2017-09-21 16:36:10 -04:00 |
|
Victor Grau Serrat
|
df8ba90236
|
{exchange}/symbols.json moved to AWS
|
2017-09-21 12:43:29 -06:00 |
|
Victor Grau Serrat
|
6baf4c2122
|
Merge branch 'master' into develop
|
2017-09-20 23:40:04 -06:00 |
|
Victor Grau Serrat
|
1f56325895
|
fix price resolution in 1-minute data bundle: 8 decimal places
0.2.dev4
|
2017-09-20 23:37:55 -06:00 |
|
fredfortier
|
7335810cc2
|
Defined the same commission model as with equities for now. We need to fix the data precision in the bundles.
|
2017-09-21 01:17:10 -04:00 |
|
fredfortier
|
10a5b5412e
|
Testing the same algo in live and backtest mode. Most of it works well. We need a commission model for the TradingPair currency type.
|
2017-09-20 23:48:57 -04:00 |
|
Victor Grau Serrat
|
c5cbbce8e1
|
Merge branch 'master' into develop
|
2017-09-20 16:23:21 -06:00 |
|
Victor Grau Serrat
|
7359cdc48f
|
fix data.history error with tz-aware dataframe
0.2.dev3
|
2017-09-20 16:20:57 -06:00 |
|
fredfortier
|
4e2d092123
|
Trying to fix an issue with periodical bars
|
2017-09-20 18:00:08 -04:00 |
|
Victor Grau Serrat
|
42566ca92c
|
Merge branch 'master' of github.com:enigmampc/catalyst
|
2017-09-20 15:37:44 -06:00 |
|
Victor Grau Serrat
|
09bf875d6c
|
Merge branch 'develop': adds 1-min OHLCV data resolution, fractional coins and 9 decimals of price resolution
|
2017-09-20 15:20:30 -06:00 |
|
Victor Grau Serrat
|
b354837b83
|
Merge branch 'poloniex-1min-curate' into develop
|
2017-09-20 15:17:06 -06:00 |
|
Victor Grau Serrat
|
a1bc174740
|
Wrapping up 1min data for Poloniex in backtesting
|
2017-09-20 15:11:18 -06:00 |
|
Victor
|
ea27346876
|
Merge pull request #34 from abnera/patch-1
Added environment.yml for simpler conda installation
|
2017-09-20 12:50:56 -06:00 |
|
Victor Grau Serrat
|
81bd2d84f0
|
>=0.2.dev2 for catalyst, since we're in active dev and will change periodically
|
2017-09-20 12:47:31 -06:00 |
|
Abner Ayala-Acevedo
|
06f48cf158
|
Update to include python-dev
|
2017-09-20 10:41:42 -07:00 |
|
Abner Ayala-Acevedo
|
05a69cfc92
|
Added environment.yml for simpler conda installation
Simpler conda installation by using environment.yml requirements.
`conda env create -f python2.7-environment.yml`
`Linux or Mac: source activate catalyst`
`Windows: activate catalyst`
|
2017-09-20 10:16:29 -07:00 |
|
Victor Grau Serrat
|
36c2564bb0
|
splitting plot styles: dark for live, default for backtesting
|
2017-09-20 11:05:09 -06:00 |
|
Victor Grau Serrat
|
91e71c5e38
|
WIP: bundling 1min data
|
2017-09-20 09:15:39 -06:00 |
|
fredfortier
|
3b655d466e
|
Unit tested exchange loader extension and backtest data portal refactoring
|
2017-09-20 05:11:54 -04:00 |
|
fredfortier
|
68546a0d8d
|
Experimenting with simpler bundle and data portal approach (works in unit testing)
|
2017-09-19 03:49:34 -04:00 |
|
fredfortier
|
b70ff3a740
|
Bug fixes and working on unit tests for the data portal
|
2017-09-18 22:19:27 -04:00 |
|
fredfortier
|
18bfaff7c9
|
Trying to stabilize refactoring an last few commits (still unstable)
|
2017-09-18 15:37:10 -04:00 |
|
fredfortier
|
555b7e95b5
|
Working on adjusted the DataPortal class (unstable)
|
2017-09-18 14:51:01 -04:00 |
|
fredfortier
|
1d6336afda
|
Splitting the exchange_algorithm class to allow access to the symbol() method in backtesting mode
|
2017-09-18 14:48:24 -04:00 |
|
fredfortier
|
394777217d
|
Splitting the exchange_algorithm class to allow access to the symbol() method in backtesting mode
|
2017-09-18 13:56:30 -04:00 |
|
Victor Grau Serrat
|
e761433d06
|
Merge branch 'poloniex-1min-curate' of github.com:enigmampc/catalyst into poloniex-1min-curate
|
2017-09-18 09:45:12 -06:00 |
|
Victor Grau Serrat
|
6fddb92563
|
WIP: trades to disk - no append/no ingestion
|
2017-09-18 09:44:19 -06:00 |
|
Victor Grau Serrat
|
4a4277d9d1
|
WIP: curating 1min Poloniex data - no append
|
2017-09-18 09:44:19 -06:00 |
|
Victor Grau Serrat
|
3361b09ac2
|
Merge branch 'fractional-coins' into develop
|
2017-09-15 16:06:30 -06:00 |
|
fredfortier
|
5a345a3abb
|
Documentation and cleanup from meeting with Victor
|
2017-09-15 18:00:15 -04:00 |
|
Victor Grau Serrat
|
01eefd67e0
|
ingestion switch to create_writers when ingesting locally
|
2017-09-15 10:51:04 -06:00 |
|
Victor Grau Serrat
|
d124125258
|
WIP: trades to disk - no append/no ingestion
|
2017-09-15 09:32:01 -06:00 |
|
Victor Grau Serrat
|
72e07e242f
|
WIP: curating 1min Poloniex data - no append
|
2017-09-15 09:32:01 -06:00 |
|
Victor Grau Serrat
|
c3897cfa5a
|
ENH: wrapping up asset min_trade_size for fractional coinsup to 1/100000000th of a coin
|
2017-09-14 15:22:51 -06:00 |
|