manual close btn
This commit is contained in:
@ -50,7 +50,7 @@ class SignalInterpreter:
|
||||
self.oscillation_filter_enabled = self.config.get('oscillation_filter_enabled', False) # Disable oscillation filter by default
|
||||
|
||||
# Sensitivity parameters
|
||||
self.min_price_movement = self.config.get('min_price_movement', 0.0001) # Lower price movement threshold
|
||||
self.min_price_movement = self.config.get('min_price_movement', 0.001) # Align with deadzone; prefer bigger moves
|
||||
self.hold_cooldown = self.config.get('hold_cooldown', 1) # Shorter hold cooldown
|
||||
self.consecutive_signals_required = self.config.get('consecutive_signals_required', 1) # Require only one signal
|
||||
|
||||
|
Reference in New Issue
Block a user