File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Roadmap
2
2
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
You can’t perform that action at this time.
0 commit comments