Skip to content

Commit 4cc9c31

Browse files
committedFeb 11, 2015
Initial list, GTD style
1 parent f588832 commit 4cc9c31

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
 

‎README.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
11
# Roadmap
22
High-level overview of group's goals and objectives
3+
4+
## NOW
5+
6+
* Naive backtesting with `FinancialBlotter.jl`: **order placement logic** with user-defined signals (trading rules). Tests: Faber strategy (stock), luxor (forex): numerical verification from papers or quantstrat demos.
7+
* Uniform documentation scheme (`Docile.jl`, `Lexicon.jl`); continuous integration Lexicon -> `gh-pages`
8+
9+
## SOON (higher priority)
10+
11+
* Strategy parameter optimization on user-defined grids
12+
* Rolling parameter optimization (walk-forward analysis)
13+
14+
## LATER
15+
16+
* Real-world order fill simulation
17+
* Process custom order sizing functions
18+
* Parameter optimization with local search methods and global search heuristics
19+
20+
## ONGOING (as needed)
21+
22+
* Technical indicator wishlist here
23+
* Analytics metrics wishlist here

0 commit comments

Comments
 (0)
Please sign in to comment.