Browse Source

Market

- refactoring LatestBar(symbol string) (*Bar, error)
Alexey Kim 1 tháng trước cách đây
mục cha
commit
987b0ef5b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      strategy/alpaca/qqq06f/strategy.go

+ 1 - 1
strategy/alpaca/qqq06f/strategy.go

@@ -113,7 +113,7 @@ func (s alpacaQQQ) Handle(market sentio.Market, proba float64) ([]sentio.Strateg
 		if sentio.SHORT == side && proba < .9997 {
 			var (
 				sma []float64
-				lb  sentio.Bar
+				lb  *sentio.Bar
 			)
 
 			// prevent extra orders if our position is cheaper