feat: add five-session post-stop reentry lockdown
This commit is contained in:
@@ -36,6 +36,7 @@ async def list_trade_setups(
|
||||
recommended_action=recommended_action,
|
||||
live_recommendation=True,
|
||||
exclude_open_trade_tickers=True,
|
||||
exclude_reentry_lockdown_tickers=True,
|
||||
)
|
||||
|
||||
data = []
|
||||
@@ -98,6 +99,7 @@ async def get_ticker_trade_setups(
|
||||
db,
|
||||
symbol=symbol,
|
||||
live_recommendation=True,
|
||||
exclude_reentry_lockdown_tickers=True,
|
||||
)
|
||||
data = []
|
||||
for row in rows:
|
||||
|
||||
Reference in New Issue
Block a user