@@ -95,7 +95,7 @@ def fake_fetch_quote_snapshots(_ib, symbols):
9595 order_intent_cls = OrderIntent ,
9696 translator = translate ,
9797 strategy_symbols = ["VOO" , "BIL" ],
98- strategy_profile = "tech_pullback_cash_buffer " ,
98+ strategy_profile = "qqq_tech_enhancement " ,
9999 signal_metadata = _signal_metadata (
100100 {"VOO" : 1.0 },
101101 risk_symbols = ("VOO" ,),
@@ -145,7 +145,7 @@ def accountValues(self):
145145 order_intent_cls = OrderIntent ,
146146 translator = translate ,
147147 strategy_symbols = ["VOO" ],
148- strategy_profile = "tech_pullback_cash_buffer " ,
148+ strategy_profile = "qqq_tech_enhancement " ,
149149 signal_metadata = _signal_metadata ({"VOO" : 1.0 }, risk_symbols = ("VOO" ,)),
150150 dry_run_only = False ,
151151 cash_reserve_ratio = 0.03 ,
@@ -154,7 +154,7 @@ def accountValues(self):
154154 sell_settle_delay_sec = 0 ,
155155 )
156156
157- assert trade_logs == ["pending_orders_detected profile=tech_pullback_cash_buffer symbols=VOO" ]
157+ assert trade_logs == ["pending_orders_detected profile=qqq_tech_enhancement symbols=VOO" ]
158158
159159
160160def test_execute_rebalance_blocks_same_day_repeat_via_execution_lock (tmp_path , monkeypatch ):
@@ -179,7 +179,7 @@ def fake_fetch_quote_snapshots(_ib, symbols):
179179 order_intent_cls = OrderIntent ,
180180 translator = translate ,
181181 strategy_symbols = ["VOO" , "BOXX" ],
182- strategy_profile = "tech_pullback_cash_buffer " ,
182+ strategy_profile = "qqq_tech_enhancement " ,
183183 account_group = "default" ,
184184 service_name = "ibkr-paper" ,
185185 account_ids = ("DU123" ,),
@@ -257,7 +257,7 @@ def accountValues(self):
257257 order_intent_cls = OrderIntent ,
258258 translator = translate ,
259259 strategy_symbols = ["VOO" ],
260- strategy_profile = "tech_pullback_cash_buffer " ,
260+ strategy_profile = "qqq_tech_enhancement " ,
261261 account_group = "default" ,
262262 service_name = "ibkr-paper" ,
263263 account_ids = ("DU123" ,),
@@ -298,7 +298,7 @@ def fake_fetch_quote_snapshots(_ib, symbols):
298298 order_intent_cls = OrderIntent ,
299299 translator = translate ,
300300 strategy_symbols = ["VOO" , "BOXX" ],
301- strategy_profile = "tech_pullback_cash_buffer " ,
301+ strategy_profile = "qqq_tech_enhancement " ,
302302 account_group = "default" ,
303303 service_name = "ibkr-paper" ,
304304 account_ids = ("DU123" ,),
@@ -353,7 +353,7 @@ def accountValues(self):
353353 order_intent_cls = OrderIntent ,
354354 translator = translate ,
355355 strategy_symbols = ["VOO" ],
356- strategy_profile = "tech_pullback_cash_buffer " ,
356+ strategy_profile = "qqq_tech_enhancement " ,
357357 signal_metadata = _signal_metadata (
358358 {"VOO" : 1.0 },
359359 risk_symbols = ("VOO" ,),
@@ -395,7 +395,7 @@ def accountValues(self):
395395 order_intent_cls = OrderIntent ,
396396 translator = translate ,
397397 strategy_symbols = ["VOO" ],
398- strategy_profile = "tech_pullback_cash_buffer " ,
398+ strategy_profile = "qqq_tech_enhancement " ,
399399 signal_metadata = _signal_metadata (
400400 {"VOO" : 1.0 },
401401 risk_symbols = ("VOO" ,),
@@ -437,7 +437,7 @@ def accountValues(self):
437437 order_intent_cls = OrderIntent ,
438438 translator = translate ,
439439 strategy_symbols = ["VOO" , "BOXX" ],
440- strategy_profile = "tech_pullback_cash_buffer " ,
440+ strategy_profile = "qqq_tech_enhancement " ,
441441 signal_metadata = _signal_metadata (
442442 {"VOO" : 0.6 , "BOXX" : 0.4 },
443443 risk_symbols = ("VOO" ,),
0 commit comments