ソースを参照

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