Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr committed Aug 24, 2020
1 parent dd5ee5d commit 05e7795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The concept of MACD-Stop-Chaser is simple. Buy at low price, never sell under pu

- If there is no open order but have coins that bought by the buy signal, then check
- Get last purchase price
- If current closed price is higher than minimum profit percentage \* last purchase price, then place Stop-Loss-Limit order.
- Otherwise, do not place Stop-Loss-Limit order.
- If current closed price is higher than minimum profit percentage \* last purchase price, then **place Stop-Loss-Limit order.**
- Otherwise, _do not place Stop-Loss-Limit order._
- If there is an open Stop-Loss-Limit order, then check current closed price.
- If current closed price is higher than stop price, then cancel the open order. So it can be place new Stop-Loss-Limit order.

Expand Down

0 comments on commit 05e7795

Please sign in to comment.