|
@@ -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
|
|
|
}
|