This website requires JavaScript.
Explore
Help
Register
Sign In
wassname
/
catalyst
Watch
1
Star
0
Fork
0
You've already forked catalyst
mirror of
https://github.com/wassname/catalyst.git
synced
2026-06-28 20:22:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
791328c5adf209ac05cfddc8ab1b87f1420d7113
catalyst
/
tests
T
History
fawce
791328c5ad
changing the calendar test for lse to use the last available date
...
rather than the end date.
2013-02-19 00:14:08 -05:00
..
finance
Fixed unittest2 import error on Python 2.7
2012-11-12 10:49:14 -05:00
__init__.py
Moved the test folder.
2012-05-09 13:34:13 -04:00
test_algorithm_gen.py
TradingEnvironment allows the specification of a benchmark index and a local timezone for the exchange. This commit adds tests to verify the TradingEnvironment properly handles London Stock Exchange index, FTSE.
2013-02-18 10:24:32 -05:00
test_algorithm.py
updated run method to use sim_params.
2013-02-18 10:24:32 -05:00
test_exception_handling.py
Refactoring of TradingEnvironment to isolate the global state: index symbol and exchange timezone. Parameters that define the simulation (start, end, and capital base) were put in a new class, SimulationParameters.
2013-02-18 10:24:32 -05:00
test_finance.py
Refactoring of TradingEnvironment to isolate the global state: index symbol and exchange timezone. Parameters that define the simulation (start, end, and capital base) were put in a new class, SimulationParameters.
2013-02-18 10:24:32 -05:00
test_ndict.py
Saving point for adding license files.
2012-10-08 17:32:40 -04:00
test_perf_tracking.py
factory had a bug in the creation of trade history that traversed daylight savings time changes. added a fix and a test.
2013-02-18 10:24:32 -05:00
test_quarter_utils.py
Updates quarter utilities to fix offset.
2012-11-28 10:53:08 -05:00
test_risk_compare_batch_iterative.py
TradingEnvironment allows the specification of a benchmark index and a local timezone for the exchange. This commit adds tests to verify the TradingEnvironment properly handles London Stock Exchange index, FTSE.
2013-02-18 10:24:32 -05:00
test_risk.py
Refactoring of TradingEnvironment to isolate the global state: index symbol and exchange timezone. Parameters that define the simulation (start, end, and capital base) were put in a new class, SimulationParameters.
2013-02-18 10:24:32 -05:00
test_sources.py
ENH: load_bars_from_yahoo provides OHLC. Based on Brian Cappello's code.
2013-02-12 13:26:13 -05:00
test_tradingcalendar.py
changing the calendar test for lse to use the last available date
2013-02-19 00:14:08 -05:00
test_transforms.py
Refactoring of TradingEnvironment to isolate the global state: index symbol and exchange timezone. Parameters that define the simulation (start, end, and capital base) were put in a new class, SimulationParameters.
2013-02-18 10:24:32 -05:00
test_utils.py
ENH: load_bars_from_yahoo provides OHLC. Based on Brian Cappello's code.
2013-02-12 13:26:13 -05:00