Skip to content

Commit

Permalink
Fixes alpacahq#8
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwedge committed Feb 17, 2020
1 parent 70facec commit 3231ce1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ worker type app.

## Cutomization

universe.Universe is hard-coded. Easy customization is to change this to more dynamic
Universe is hard-coded. Easy customization is to change this to more dynamic
set of stocks with some filters such as per-share price to be less than $50 or so.
Some of the numbers are also hard-coded and it is meant to run in an account with about
$500 deposit, with asuumption that one position to be up to $100, resulting in 5 positions
$500 deposit, with assumption that one position to be up to $100, resulting in 5 positions
at most. If your account size and position size preference are different, you can
change these valuess.
change these values.

EMA-5 is also very arbitrary choice. You could try something like 10, too.

## Future work

There is btest.py that runs a simple simulation. This module needs more easy visualization
and more integrated setup, possibly using jupyter and matplotlib.
and more integrated setup, possibly using jupyter and matplotlib.

0 comments on commit 3231ce1

Please sign in to comment.