Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Add momentum strategy in README (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen authored and DeviaVir committed Feb 5, 2018
1 parent ad31de6 commit 890b606
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,12 @@ macd
--overbought_rsi_periods=<value> number of periods for overbought RSI (default: 25)
--overbought_rsi=<value> sold when RSI exceeds this value (default: 70)
momentum
description:
MOM = Close(Period) - Close(Length)
options:
--momentum_size=<value> number of periods to look back for momentum (default: 5)
neural
description:
Use neural learning to predict future price. Buy = mean(last 3 real prices) < mean(current & last prediction)
Expand Down

0 comments on commit 890b606

Please sign in to comment.