Explorar el Código

RiskManager

- rid if EnsureVolatility
Alexey Kim hace 1 mes
padre
commit
391699eee6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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