Notify funds short once; check trading only; drop duplicate plan title.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -114,11 +114,6 @@ class StrategyEngine:
|
||||
"funds_ok": False,
|
||||
"leverage": leverage,
|
||||
}
|
||||
if open_cap.get("perp_can_open") is False or open_cap.get("option_can_open") is False:
|
||||
try:
|
||||
maybe_notify_funds_short(open_cap)
|
||||
except Exception:
|
||||
pass
|
||||
return {
|
||||
"running": bool(row["running"]),
|
||||
"phase": row["phase"],
|
||||
|
||||
Reference in New Issue
Block a user