mirror of
https://github.com/lukewilson2002/autotrader.git
synced 2025-08-03 13:29:33 +00:00
Done some initial work
This commit is contained in:
6
strategy.go
Normal file
6
strategy.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package autotrader
|
||||
|
||||
type Strategy interface {
|
||||
Init(t *Trader)
|
||||
Next(t *Trader)
|
||||
}
|
Reference in New Issue
Block a user