piker/examples
Nelson Torres a58595fcd7 Max pain daemon:
- To calculate the `max_pain` first we need an expiration date,
get_expiration_dates()` retrieves them and the user then enters one of
the shown, then using the select expiry_date on `get_instruments()` we
are good to build the `oi_by_strikes` important!

- Add `update_oi_by_strikes()`.

- Add `check_if_complete()`.

- `get_max_pain()`: here's where all the action takes place, the
`oi_by_strikes` must be complete to start the calculations,

- Use `maybe_open_oi_feed` for open a oi_feed.

- Add `max_pain_readme.rst`
2025-01-30 03:42:47 -03:00
..
derivs Max pain daemon: 2025-01-30 03:42:47 -03:00
basic_order_bot.py basic bot: iter latest ticks first to decide new submission price per quote 2023-06-27 15:47:23 -04:00
max_pain.py Max pain daemon: 2025-01-30 03:42:47 -03:00
max_pain_readme.rst Max pain daemon: 2025-01-30 03:42:47 -03:00