소스 검색

RiskManager

- rid if EnsureVolatility
Alexey Kim 1 개월 전
부모
커밋
391699eee6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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