AKHILESH NIFTY Rotation
advancedMon/Tue/Fri NIFTY iron condor at 15:00 IST. Short strikes 2.3% from spot, 30% premium hedges. UI sellStrikeSL exit with 50% target. The live-trading template — same math as production.
name: akhilesh_nifty_rotation_v1
underlying: NIFTY
legs:
- {side: SELL, option_type: PE, strike_mode: pct_from_spot, strike_value: -2.3, qty_multiplier: 1}
- {side: BUY, option_type: PE, strike_mode: pct_of_short_premium, strike_value: 0.30, qty_multiplier: 1}
- {side: SELL, option_type: CE, strike_mode: pct_from_spot, strike_value: 2.3, qty_multiplier: 1}
- {side: BUY, option_type: CE, strike_mode: pct_of_short_premium, strike_value: 0.30, qty_multiplier: 1}
entry: {kind: daily_on_weekdays, weekdays: [0, 1, 4], time_ist: "15:00"}
…