Ramu-Kasi/15StrikesFarOTMPicker — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool that checks Delta Exchange around 3:30 am and tells me which BTCUSD option strikes are far out of the money, roughly in the 13 to 15 strikes away range from the current price. I want it to pull the live BTC price and the available option chain, figure out the relevant call and put strikes on both sides, and give me a clean result I can use right away.
If possible, also save each day’s picks into an Excel tracker so I can review what was selected later. A small command line script is fine, but make the output easy to read with the date, time, spot price, expiry used, and the chosen strikes. If Delta needs authentication or a specific market data endpoint, wire that up in a straightforward way and leave clear notes on what keys or settings I need to fill in. Handle missing data gracefully instead of crashing. You can look up the latest Delta Exchange docs online if needed.
Want more depth? Deep Reverse