|
|
|
@ -111,8 +111,8 @@ export class EconomicMarketClusterRiskDevelopedMarkets extends Rule<Settings> { |
|
|
|
}: UserSettings): Settings { |
|
|
|
return { |
|
|
|
baseCurrency, |
|
|
|
isActive: xRayRules?.[this.getKey()]?.isActive ?? true, |
|
|
|
locale, |
|
|
|
isActive: xRayRules?.[this.getKey()]?.isActive ?? true, |
|
|
|
thresholdMax: xRayRules?.[this.getKey()]?.thresholdMax ?? 0.72, |
|
|
|
thresholdMin: xRayRules?.[this.getKey()]?.thresholdMin ?? 0.68 |
|
|
|
}; |
|
|
|
|