Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write tests for results from sample trading strategies #5

Open
6 of 8 tasks
milktrader opened this issue Mar 7, 2015 · 5 comments
Open
6 of 8 tasks

Write tests for results from sample trading strategies #5

milktrader opened this issue Mar 7, 2015 · 5 comments
Assignees

Comments

@milktrader
Copy link
Member

List of housekeeping items:

  • decide on standardized data set to test against
  • store data in TimeArray
  • store data in xts
  • store data in pandas
  • store those datasets in the test directory and MarketData.jl
  • write 50/200 strategy results from quantstrat into tests
  • write 50/200 strategy results from zipline into tests
  • create tests with @pending evaluation
@milktrader milktrader self-assigned this Mar 7, 2015
@milktrader
Copy link
Member Author

#4

@milktrader
Copy link
Member Author

The datasets saved for this future comparison are the AAPL, BA and CAT objects found in MarketData. Their xts counterparts are found in MarketData/bin/R/along with a file named R.txt that has instructions to duplicate the process. The pandas counterparts are in MarketData/bin/pandas along with a file named pandas.txt that also has the code snippets needed to duplicate the objects.

@multidis
Copy link
Contributor

Now that the reactive order handling seems to be operational and unit-tested, 2 strategies are ready for backtest verification: golden cross and luxor.

@milktrader
Copy link
Member Author

Looks great, I can get results for quantstrat pretty soon, the zipline will require a little more research, but I don't see it as too much work.

@milktrader
Copy link
Member Author

I'm currently working on this on a branch, but having some trouble getting quantstrat to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants