atljam Posted yesterday at 04:53 PM Report Posted yesterday at 04:53 PM gotV1.1 running earlier got values but now shows error , also looking forward to the latest iteration, compliments to all contributors. Thanks
axsx Posted yesterday at 06:10 PM Report Posted yesterday at 06:10 PM (edited) 1 hour ago, atljam said: gotV1.1 running earlier got values but now shows error , also looking forward to the latest iteration, compliments to all contributors. Thanks I think for ES you just have to have blank in connect symbol and it will auto convert levels from $SPX. You chart on which you load should be ES chart. I think this is how I got it working. also make sure the flag for offset is checked Edited yesterday at 06:45 PM by axsx
kimsam Posted 21 hours ago Author Report Posted 21 hours ago https://ibb.co/Y7qG2vzP https://ibb.co/3mn8vj7k axsx and ⭐ goldeneagle1 1 1
axsx Posted 19 hours ago Report Posted 19 hours ago (edited) Looks perfect. Edited 19 hours ago by axsx
RamAli Posted 17 hours ago Report Posted 17 hours ago Hi everyone, thanks a lot for sharing this tool, really appreciate the work behind it. I just have a few questions before setting everything up: Is it possible to install and use this without a Charles Schwab account, or is a Schwab account mandatory for the API access? Do we need both a Schwab trading account AND a developer account, or is the developer access alone enough? Could someone outline the exact steps required to get this fully running (from Python setup to NT8 integration)? Are there any common issues (API approval, token errors, permissions) we should be aware of before starting? Would really help to understand the full setup process before diving in. Thanks in advance 🙏
axsx Posted 4 hours ago Report Posted 4 hours ago @kimsam Few ideas to consider in your next updates 1. Calculate gamma intensity based on expiry distribution. Determines what % of total gamma expires in the next 7 days. Higher % = more sticky levels (scalp only) Lower % = more flexible levels (can hold longer). if > 65 ==> EXTREME > 50 HIGH > 35 MODERATE > 15 LOW 2. Stability score as a weighted mix of gamma concentration and distance from the gamma flip level. Compute gamma concentration: concentration=std(TotalGamma) / max(TotalGamma)−min(TotalGamma)concentration (or 0 if the range is 0). Compute normalized distance from flip flip_stability=min(100, ((spot_price − gamma_flip) *1000)/spot_price) Combine them into one score: stability=40*concentration+60*flip_stability Then label the regime based on that numeric stability value: If stability < 30 → "UNSTABLE". If 30 ≤ stability < 60 → "MODERATE". If stability ≥ 60 → "STABLE". 3. Pin force : Directional pin pull strength (index-style 0–100+ score). Positive = pin above spot (upward pull), negative = pin below spot. Steps could be : a) Get gamma at pin (or nearest strike) b) Normalize by total absolute gamma (how concentrated this pin is) c) Penalize by distance in % terms d) Add direction and calculate Pin force. 4. Flow divergence : YES if volume and OI point opposite directions divergence = abs(call_vol_pct - call_oi_pct) > 0.15 kimsam 1
kimsam Posted 1 hour ago Author Report Posted 1 hour ago new update soon .. https://ibb.co/Q3rwSRVs axsx 1
axsx Posted 1 hour ago Report Posted 1 hour ago cannot wait to install this. thanks for adding pin force , max pain, Gamma regime etc.....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now