- fix: Quote
@@ -65,7 +65,7 @@ func (s alpacaQQQ) Handle(market sentio.Market, ts time.Time, proba float64) ([]
for side, symbol := range s.PositionSymbols() {
var (
position sentio.Position
- quote sentio.Quote
+ quote *sentio.Quote
bars []sentio.Bar
sl float64
ok bool