From e671b10171c6c970ee63edd53efc852dedd18e8f Mon Sep 17 00:00:00 2001 From: cashmen Date: Tue, 8 Dec 2020 11:17:48 +0100 Subject: [PATCH] Update res-trend.go --- pkg/character/res-trend.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/character/res-trend.go b/pkg/character/res-trend.go index 9634e67..5c1af54 100644 --- a/pkg/character/res-trend.go +++ b/pkg/character/res-trend.go @@ -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,