Преглед на файлове

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