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 Jun 1, 2020
1 parent a509817 commit 075696b
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 @@ -55,15 +55,15 @@ func NewResTrend(ftx *exchange.FTX, notifier *Notifier) *ResTrend {
},
ftx: ftx,
// config
market: "SHIT-PERP" * ,
market: "SHIT-PERP",
mul: 1,
res: 900, // 15 (for test), 60, 300 or 900
mainMul: 2,
mainRes: 14400, // 60 (for test), 3600 or 14400
period: 3,
warmUpCandleNum: 40,
takeProfit: 1.5,
stopLoss: 1.5,
takeProfit: 11,
stopLoss: 12,
useTrailingStop: false,
// data
mainCandle: nil,
Expand Down

0 comments on commit 075696b

Please sign in to comment.