Alexey Kim hace 1 mes
padre
commit
d465dbf20b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      strategy/alpaca/qqq08f/strategy.go

+ 2 - 2
strategy/alpaca/qqq07f/strategy.go → strategy/alpaca/qqq08f/strategy.go

@@ -13,7 +13,7 @@ func (s alpacaQQQ) Name() string {
 }
 
 func (s alpacaQQQ) Model() string {
-	return "qqq07f"
+	return "qqq08f"
 }
 
 func (s alpacaQQQ) MarketId() string {
@@ -96,7 +96,7 @@ func (s alpacaQQQ) Handle(market sentio.Market, proba float64) ([]sentio.Strateg
 			continue
 		}
 
-		if sentio.LONG == side && proba > 1.00119 {
+		if sentio.LONG == side && proba > 1.0009 {
 			if ok && position != nil && position.GetCurrentPrice() > position.GetAvgPrice() {
 				continue
 			}