Parcourir la source

RiskManager

- rid if EnsureVolatility
Alexey Kim il y a 1 mois
Parent
commit
391699eee6
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      risk_manager.go

+ 0 - 1
risk_manager.go

@@ -1,7 +1,6 @@
 package sentio
 
 type RiskManager interface {
-	EnsureVolatility(symbol string) bool
 	StopLoss(symbol string, current float64, safe bool) float64
 	TakeProfit(symbol string, current float64, safe bool) float64