Browse Source

RiskManager

- deprecate GetProfitRate()
Alexey Kim 1 tháng trước cách đây
mục cha
commit
ae746d194b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      risk_manager.go

+ 0 - 1
risk_manager.go

@@ -8,7 +8,6 @@ type RiskManager interface {
 	GetPnL() (float64, float64)
 	GetWinStreak() uint
 	GetLoseStreak() uint
-	GetProfitRate() float64
 
 	GetOrderSize(symbol string, bid float64) (float64, float64)
 	UpdatePositions() error