- add Cooldown
@@ -28,4 +28,5 @@ type Market interface {
Cash() (float64, error)
Equity() (float64, error)
MaxBudget() float64
+ Cooldown() uint8
}