Key Fields for Strategy Logic
zero_gamma_levelfor directional pivot context.gamma_environmentto classify positive/negative regime behavior.distance_to_zero_gamma_pctfor proximity-based sizing rules.profilecurve for custom feature engineering.
API Use Case
Add zero-gamma context to your strategy engine. Use regime state and gamma-curve structure to adapt entries, exits, and volatility expectations.
Endpoint:
GET https://thetavantage.com/api/v1/gamma-profile?symbol=SPY&api_key=tvk_YOUR_KEYzero_gamma_level for directional pivot context.gamma_environment to classify positive/negative regime behavior.distance_to_zero_gamma_pct for proximity-based sizing rules.profile curve for custom feature engineering.if gamma_environment == "Negative GEX":
reduce_size(0.7)
widen_stops()
elif gamma_environment == "Positive GEX":
favor_mean_reversion_entries()