max_pain_daemon:
This script contains the necessary logic to calculate the max pain for a given expiration date.
parent
b64b375c5c
commit
211d67c3ef
|
@ -24,6 +24,7 @@ def check_if_complete(
|
||||||
async def max_pain_daemon(
|
async def max_pain_daemon(
|
||||||
) -> None:
|
) -> None:
|
||||||
expiry_date: str = input('Please enter a valid expiration date (7feb25): ').upper()
|
expiry_date: str = input('Please enter a valid expiration date (7feb25): ').upper()
|
||||||
|
print('Initializing...')
|
||||||
instruments: list[Symbol] = []
|
instruments: list[Symbol] = []
|
||||||
oi_by_strikes: dict[str, dict[str, Decimal]]
|
oi_by_strikes: dict[str, dict[str, Decimal]]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue