package sentio type RiskManager interface { StopLoss(symbol string) float64 TakeProfit(symbol string) float64 }