Skip to content

Commit

Permalink
Update res-trend.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cashmen authored Dec 8, 2020
1 parent 85aabb8 commit 7acd66a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/character/res-trend.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ func NewResTrend(ftx *exchange.FTX, notifier *Notifier) *ResTrend {
mainRes: 15, // 60 (for test), 3600 or 14400
period: 3,
warmUpCandleNum: 50,
takeProfit: 20,
stopLoss: 20,
useTrailingStop: false,
takeProfit: 15,
stopLoss: 15,
useTrailingStop: true,
// data
mainCandle: nil,
}
Expand Down

0 comments on commit 7acd66a

Please sign in to comment.