ADD: added first version
This commit is contained in:
10
internal/model/types.go
Normal file
10
internal/model/types.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package model
|
||||
|
||||
type Signal int
|
||||
|
||||
const (
|
||||
Hold Signal = iota
|
||||
Buy
|
||||
Sell
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user