|
@@ -28,6 +28,10 @@ func (s alpacaQQQ) PositionSymbols() map[sentio.Side]string {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+func (s alpacaQQQ) Interval() uint8 {
|
|
|
+ return 15
|
|
|
+}
|
|
|
+
|
|
|
func (s alpacaQQQ) Handle(market sentio.Market, proba float64) ([]sentio.StrategyOrder, error) {
|
|
|
if !market.IsMarketOpened() {
|
|
|
return nil, sentio.ErrMarketClosed
|