atljam Posted Wednesday at 04:53 PM Report Posted Wednesday 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 Wednesday at 06:10 PM Report Posted Wednesday 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 Wednesday at 06:45 PM by axsx
kimsam Posted Wednesday at 10:09 PM Author Report Posted Wednesday at 10:09 PM https://ibb.co/Y7qG2vzP https://ibb.co/3mn8vj7k axsx and ⭐ goldeneagle1 1 1
axsx Posted yesterday at 12:53 AM Report Posted yesterday at 12:53 AM (edited) Looks perfect. Edited yesterday at 12:54 AM by axsx
RamAli Posted yesterday at 02:44 AM Report Posted yesterday at 02:44 AM 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 yesterday at 03:29 PM Report Posted yesterday at 03:29 PM @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 yesterday at 06:47 PM Author Report Posted yesterday at 06:47 PM new update soon .. https://ibb.co/Q3rwSRVs axsx, bryandarktuni, Spellbound21 and 1 other 3 1
axsx Posted yesterday at 06:50 PM Report Posted yesterday at 06:50 PM cannot wait to install this. thanks for adding pin force , max pain, Gamma regime etc.....
Spellbound21 Posted 23 hours ago Report Posted 23 hours ago Thank you @kimsam this is great! Appreciate you sharing this with us..
axsx Posted 5 hours ago Report Posted 5 hours ago 21 hours ago, kimsam said: new update soon .. https://ibb.co/Q3rwSRVs Any chance of update today before market close to test ? kimsam 1
kimsam Posted 3 hours ago Author Report Posted 3 hours ago 1 hour ago, axsx said: Any chance of update today before market close to test ? ok .. got it ... lets test it .. https://workupload.com/file/R5cN4Y8DAVY its as new indicator and py connector .. u can keep the old running .. axsx and bryandarktuni 2
kimsam Posted 3 hours ago Author Report Posted 3 hours ago u can use new port as 5611 .. and theres new settings in the indicator axsx 1
axsx Posted 3 hours ago Report Posted 3 hours ago (edited) Maybe you have forgotten to include GexLevel.cs or a class definition ? @kimsam To get around this I changed SchwabGEXPro to KimSamGex and added in the class attribute level as a double Edited 3 hours ago by axsx kimsam 1
kimsam Posted 3 hours ago Author Report Posted 3 hours ago thanks .. fixed .. i think not tested .. https://workupload.com/file/yeQXZvWntDP
axsx Posted 2 hours ago Report Posted 2 hours ago (edited) @kimsam This is spy chart with symbol blank ; we have a catch 22 situation, price multiplier is actually dividing in the dashboard. the lines on chart not sure if they are correct either. spy cannot have a peak flip of 448. do you get the same if on a spx chart I add the indicator with symbol SPY, even if the price multipler is 10, it divides it on the dashboard and does not shows the levels converted to 63xx range for spx. Since the auto convert flag is not there, there is ambugity of what price offset field does without this auto convert flag. Please check this. Dashboard should in header say SPY-53011 port; currently port is missing and convert levels flag status somewhere Convert : Yes or No. One more thing I noticed, if I want to change the price offset from the indicator parameter maintennace window, it keeps coming back again even if I wipe it off using backspace. I am not sure why In previous version the we have P # 1 and say C #1 in this version we dont see a number after P and C . Now are these just some high concentraction of GEX or irrespective of puts or calls we want to name them as GEX 1, GEX 2, GEX 3, GEX 4 that denote the highest to lowest of exposure. This question I had posed earlier in one of my posts. We need to know what the P and C levels are on the chart and what do they denote. In the dashboard GEX ratio or something like that is needed. as the absolute call‑gamma versus put‑gamma ratio. Edited 2 hours ago by axsx
kimsam Posted 2 hours ago Author Report Posted 2 hours ago try use price multiplier 1 and chech the price offset
axsx Posted 2 hours ago Report Posted 2 hours ago 8 minutes ago, kimsam said: try use price multiplier 1 and chech the price offset for spy chart with connect symbol blank, price multiplier 1 or 10 does not make a difference, dashboard looks like divided by ten or decimal position needs to be shifted to the right. Looks like display issue. offset always shows -191.11 on a SPX chart withconnect symbol set to SPY and price multiplier 10, offset shows as 3820.79 and dashboard shows 63.48 (either two decimals shift or it is dividing spy by 10). On a spx chart with connect symbol set to SPX price multipler 1 or 10; the py script tries spy first then starts trying alternate ones like spx ^spx $spx etc. the option chain never gets fetched even if strike range is reduced. the 502 error or indication of api call status is not output in the py console.
axsx Posted 2 hours ago Report Posted 2 hours ago 19 minutes ago, kimsam said: try run it es and chek settings ES chart connect symbol blank, price multiplier is 1 or 10. dashboard shows correctly. but levels on charts are again too off for GEX, strike range is 10% offset shown is -58253.75
axsx Posted 2 hours ago Report Posted 2 hours ago I have used the corrected cs file you uploaded and replaced the old one. The above results are with the uploaded cs file
kimsam Posted 1 hour ago Author Report Posted 1 hour ago check thi ud https://workupload.com/archive/7DmRZN8usS axsx 1
babaluFlow Posted 1 hour ago Report Posted 1 hour ago 48 minutes ago, kimsam said: Tente executar o programa e verifique as configurações. My API registration wasn't approved. Is there another way?Kimsam
axsx Posted 1 hour ago Report Posted 1 hour ago (edited) SPX chart with SPY as connect symbol and rest defaults. dashboard says convert = yes Edited 1 hour ago by axsx
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