ADD: added first version
This commit is contained in:
7
internal/strategy/strategy.go
Normal file
7
internal/strategy/strategy.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package strategy
|
||||
|
||||
import "alpaca-bot/internal/model"
|
||||
|
||||
type Strategy interface {
|
||||
OnBar(bar model.Bar) model.Signal
|
||||
}
|
||||
Reference in New Issue
Block a user