fawce
|
18cd9a02df
|
added more frequent heartbeating between requests from monitor. seems to work.
|
2012-07-17 11:04:32 -04:00 |
|
Stephen Diehl
|
7ffdff64a1
|
Remove other refs to stdlib logging.
|
2012-07-06 10:47:11 -04:00 |
|
fawce
|
89e52c6758
|
better filter for nan check
|
2012-06-19 20:03:37 -04:00 |
|
fawce
|
e1db77fb64
|
fixed comprehension
|
2012-06-19 17:06:40 -04:00 |
|
fawce
|
5d97469a24
|
added a filter for nan values in risk data relay
|
2012-06-19 15:52:47 -04:00 |
|
fawce
|
036f9e93a7
|
fixed a type-o in the documentation.
|
2012-05-31 23:15:53 -04:00 |
|
fawce
|
a4ea3e3343
|
marked a todo for a calculation bug
|
2012-05-30 23:55:25 -04:00 |
|
fawce
|
ef763f28d0
|
added a created date to the risk report.
|
2012-05-29 21:20:16 -04:00 |
|
fawce
|
23fb5fa083
|
cleanup
|
2012-05-28 15:25:44 -04:00 |
|
Stephen Diehl
|
3ad1f250e6
|
Cleaned up OOP, first round.
|
2012-05-16 14:33:16 -04:00 |
|
Stephen Diehl
|
133d9c03af
|
One test passing, progress!
|
2012-05-10 16:38:04 -04:00 |
|
Stephen Diehl
|
00de461da8
|
Made more submodules.
|
2012-05-10 15:46:19 -04:00 |
|
fawce
|
54d3579ceb
|
added boolean to results for exceeding max losses in a single simulated day.
|
2012-04-23 15:10:44 -04:00 |
|
fawce
|
bab0e2bd19
|
made distinction between cumulative behavior and daily behavior a bit more clear.
|
2012-04-20 15:08:39 -04:00 |
|
fawce
|
08a5bd5a0d
|
re-arranged fields so that history includes daily snapshots for cumulative measures.
|
2012-04-19 23:27:35 -04:00 |
|
fawce
|
7eb0ba67ac
|
clarifying the results protocol for the backtest.
|
2012-04-18 12:36:46 -04:00 |
|
fawce
|
30dfc86ba9
|
fixed dates front to back to be proper market open/close, and to use start/end first_open/last_close from the TradingEnvironment.
|
2012-04-06 20:49:56 -04:00 |
|
fawce
|
aaf2fae2b8
|
patched guard logic in max drawdown calculation. needs real work.
|
2012-04-05 12:43:43 -04:00 |
|
fawce
|
14b57dad07
|
patching the filter test because we are now trying to calculate end of test risk
|
2012-04-04 18:44:19 -04:00 |
|
fawce
|
4adf8ff854
|
changes risk report period label to YYYY-MM format
|
2012-04-04 17:01:49 -04:00 |
|
fawce
|
701687b812
|
fixed bug where year report list included months instead. added a period_label to risk metrics corresponding to the end date. e.g. April 2006
|
2012-04-04 11:37:19 -04:00 |
|
fawce
|
7a7833a540
|
fixed missing fields, added a new random source option to test zipline (still buggy).
|
2012-03-30 17:48:05 -04:00 |
|
fawce
|
ce6a91adb6
|
added a frame to get performance data written to the result stream. not complete, but functional.
|
2012-03-29 17:13:28 -04:00 |
|
fawce
|
7a57c27295
|
this is a hotfix to the accidental commit on master, but I lost my bearings again and added pycco, so this is a bit more than a hotfix now.
|
2012-03-20 23:10:24 -04:00 |
|
fawce
|
2324c054e9
|
added more documentation to the lines.py. refactoring relationship between zipline and algorithm.
|
2012-03-19 11:40:48 -04:00 |
|
fawce
|
dcc471cc93
|
refactoring tests to combine common code into factory for creation of test data sources. also created new zipline/lines module, which will
hold classes that instantiate entire zipline topologies.
|
2012-03-17 23:15:38 -04:00 |
|
Stephen Diehl
|
b61b69a8dd
|
Merge branch 'master' into dataflow
Conflicts:
zipline/finance/risk.py
zipline/protocol_utils.py
|
2012-03-16 15:04:23 -04:00 |
|
Stephen Diehl
|
e7cf34d3c9
|
Interstitical risk.py
|
2012-03-15 16:44:15 -04:00 |
|
fawce
|
460e72ac7f
|
Merge branch 'dataflow' into reframing
Conflicts:
zipline/finance/performance.py
|
2012-03-15 16:33:22 -04:00 |
|
Stephen Diehl
|
6630917da8
|
working on frame argument sent to algorithm.
|
2012-03-15 16:14:12 -04:00 |
|
Stephen Diehl
|
674f445cda
|
Fix spelling mishaps.
|
2012-03-14 23:48:59 -04:00 |
|
fawce
|
84bccbc67c
|
fixed a few type-os to repair document generation.
|
2012-03-13 23:31:22 -04:00 |
|
fawce
|
8f65b71fd4
|
added and fixed performance tracker tests. still some failures to iron out in performance.
|
2012-03-10 22:16:08 -05:00 |
|
fawce
|
b44ca63557
|
refactoring orders to discard placeholder messages.
|
2012-03-09 01:07:01 -05:00 |
|
fawce
|
2ba7d526a6
|
changes net of code review with @sdiehl
|
2012-03-07 18:22:55 -05:00 |
|
fawce
|
89525cfb7b
|
passing basic test for calculating portfolio positions over time.
|
2012-03-07 17:26:14 -05:00 |
|
fawce
|
3c7299b769
|
added a new client component that calculates positions, performance, and risk.
|
2012-03-07 15:39:53 -05:00 |
|
fawce
|
fec5e98a8d
|
updated factory to load from msgpack files, added tests for risk, parameterized treasury and benchmark data.
|
2012-03-07 01:48:03 -05:00 |
|
fawce
|
f1a7e41d1f
|
intersticial commit
|
2012-02-28 11:36:23 -05:00 |
|
fawce
|
12aaa4a2e0
|
intersticial commit to show realdiehl the dummy module.
|
2012-02-27 14:48:59 -05:00 |
|
fawce
|
e94c8cf717
|
unstable commit to allow sync with qexec master to move db code
|
2012-02-26 20:28:08 -05:00 |
|