OpenAlgo Options Trading
Execute options trading strategies using OpenAlgo's unified Python SDK. Supports index options (NIFTY, BANKNIFTY, FINNIFTY), stock options, and complex multi-leg strategies.
Environment Setup
from openalgo import api
client = api(
api_key='your_api_key_here',
host='http://127.0.0.1:5000'
)
Quick Start Scripts
Single Leg Options Order
python scripts/options_order.py --underlying NIFTY --expiry 30JAN25 --offset ATM --option-t
[Description truncada. Veja o README completo no GitHub.]