Spaces:
Paused
Paused
Update ml_engine/sniper_engine.py
Browse files
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.
|
| 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
|