2
0
Pārlūkot izejas kodu

RiskManager

- rid if EnsureVolatility
Alexey Kim 10 mēneši atpakaļ
vecāks
revīzija
391699eee6
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      risk_manager.go

+ 0 - 1
risk_manager.go

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