added cli input

Nelson Torres 2025-01-30 02:40:52 +00:00
parent 83f5b635ff
commit 238eaa5c5d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def check_if_complete(
async def max_pain_daemon(
) -> None:
expiry_date: str = '13DEC24'
expiry_date: str = input('Please enter a valid expiration date (7feb25): ').upper()
instruments: list[Symbol] = []
oi_by_strikes: dict[str, dict[str, Decimal]]