From 9a8906a8c86a539811e039d14a476e4c4768571f Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 27 Jan 2025 16:42:26 +0100 Subject: [PATCH] bugfixing --- app/cron_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_list.py b/app/cron_list.py index bf6e505..d0b0c39 100644 --- a/app/cron_list.py +++ b/app/cron_list.py @@ -887,7 +887,7 @@ async def get_highest_option_iv_rank(): total_oi = stock_screener_data_dict[symbol].get('totalOI',0) change_oi = stock_screener_data_dict[symbol].get('changeOI',0) - if iv_rank > 0 and iv_rank < 100: + if iv_rank > 0 and iv_rank < 100 and change_oi > 100: quote_data = await get_quote_data(symbol) # Assign price and volume, and check if they meet the penny stock criteria if quote_data: