Enable hedge-plan live opens with path validation, DB, and monitor.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1499,9 +1499,11 @@ def init_db():
|
||||
|
||||
from lib.strategy.strategy_db import init_strategy_tables
|
||||
from lib.options.options_db import init_options_tables
|
||||
from lib.hedge_plan.hedge_plan_db import init_hedge_plan_tables
|
||||
|
||||
init_strategy_tables(conn)
|
||||
init_options_tables(conn)
|
||||
init_hedge_plan_tables(conn)
|
||||
from lib.trade.account_risk_lib import ensure_account_risk_schema
|
||||
|
||||
ensure_account_risk_schema(conn)
|
||||
|
||||
Reference in New Issue
Block a user