Skip to content

Commit

Permalink
updated readme with example optimization visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
dysonance committed Nov 15, 2017
1 parent 3140c22 commit e79c372
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,16 @@ strat.results.optimization
0.99 0.97 -16333.3
0.99 0.98 -17081.7
0.99 0.99 -17057.4

# visualizing results with the Plots.jl package
using Plots
gr()
(x, y, z) = (strat.results.optimization[:,i] for i in 1:3)
surface(x, y, z)
```

![alt text](https://raw.githubusercontent.com/dysonance/Strategems.jl/master/examples/mama_opt.png "Example Strategems Optimization")

# Roadmap / Wish List
* Get a sufficiently full-featured type system established to facilitate easy construction of simple strategies
* Allow more intelligent logic for trading rules
Expand Down
Binary file added examples/mama_opt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e79c372

Please sign in to comment.