Riy777 commited on
Commit
a454b30
·
verified ·
1 Parent(s): 2623f27

Update ml_engine/sniper_engine.py

Browse files
Files changed (1) hide show
  1. ml_engine/sniper_engine.py +1 -1
ml_engine/sniper_engine.py CHANGED
@@ -113,7 +113,7 @@ class SniperEngine:
113
  self.feature_names: List[str] = []
114
 
115
  # ✅ القيم الافتراضية (سيتم تحديثها من Processor)
116
- self.entry_threshold = 0.45
117
  self.wall_ratio_limit = 0.40 # نسبة الفيتو لجدار البيع
118
 
119
  self.initialized = False
 
113
  self.feature_names: List[str] = []
114
 
115
  # ✅ القيم الافتراضية (سيتم تحديثها من Processor)
116
+ self.entry_threshold = 0.40
117
  self.wall_ratio_limit = 0.40 # نسبة الفيتو لجدار البيع
118
 
119
  self.initialized = False