Nelson Torres 2025-01-30 02:42:33 +00:00
parent 2e2c466642
commit 3a733c2121
1 changed files with 1 additions and 0 deletions

View File

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