浏览代码

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