소스 검색

Market

- refactoring LatestBar(symbol string) (*Bar, error)
Alexey Kim 1 개월 전
부모
커밋
987b0ef5b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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