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 af9440d commit e671b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/character/res-trend.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ func NewResTrend(ftx *exchange.FTX, notifier *Notifier) *ResTrend {
// config
market: "BTC-PERP",
mul: 1,
res: 5, // 15 (for test), 60, 300 or 900
res: 15, // 15 (for test), 60, 300 or 900
mainMul: 2,
mainRes: 60, // 60 (for test), 3600 or 14400
mainRes: 15, // 60 (for test), 3600 or 14400
period: 3,
warmUpCandleNum: 50,
takeProfit: 10,
Expand Down

0 comments on commit e671b10

Please sign in to comment.