|
@@ -4,6 +4,4 @@ type RiskManager interface {
|
|
|
EnsureVolatility(symbol string) bool
|
|
|
StopLoss(symbol string, current float64, safe bool) float64
|
|
|
TakeProfit(symbol string, current float64, safe bool) float64
|
|
|
-
|
|
|
- Renovacion(market Market) (float64, error)
|
|
|
}
|