Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

axsx

Members
  • Posts

    51
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

axsx's Achievements

  1. @kimsam Any chance of prelook or beta release to test the AI system you are coding ? I am happy to test it on NQ.
  2. can you explain significance of major positive by volume and major negative by volume ? What do they represent ?
  3. Reauthentication of keys : kimsam has provided a reauth py script, use it. First you have to make sure follow his instructions on setting up the env file with the API key, secret and callback URL. then run the py script without any arguments, it will open a browser to authenticate, once done you will get a redirect failed weblink, copy the url and paste back to the py terminal, it will get authenticated and token will be created. Usually the token good for a week.
  4. Install the python and all packages in the requirements.txt file, Get Schwab API key, secret and ensure the call back url is correct. This one is the difficult of all the things and just follow schwab link and documentation shared by kimsam. Now add the indicator shared by kimsam and ensure the parameters are correctly configured/filled. It will work like a charm. Do do this all some experience with python is required to trouble shoot in case some issue.
  5. Thanks for sharing a good website. They have lots of information on GEX. The NT script that can be downloaded from this site can be used with manual pull of GEX levels off course it is either end of day or delayed by a day. Subscription is needed for this for any other use.
  6. @kimsam what prep we have to do to install your share when you post it ? Do we have to subscribe to LLM like Gemini mentioned earlier ?
  7. @kimsam Can you please post the latest kimsamgex when you get time. Thanks
  8. @kimsam SPX charts with old and new versions. Old version works perfectly, schwab fetches SPX option chain ( I think it is not fetching spy, you can verify in code). The new version, auto convert is false, price multiplier is 1, connect symbol is SPX. The fetch of SPX fails. Can you check why ? my guess is due to return code of 400, the API call in the latest version of code might have an issue. I checked with NQ similarly, I see the same issue. NDX also same issue.
  9. @kimsam pl use a free LLM like olluma with a local LLM engine.
  10. I think one important decision to make is For nq and es futures we have to do autoconvert, the symbols to be used are SPY and QQQ. For any other instrument, we have to use it directly in schawab to see if we get the option chain, if not we have to map to a closet ETF option chain stored in a internal table/array. this is with no autoconvert flag in the NT indicator parameters. Giving price multiplier and offset without autoconvert flag will be misleading. all thee or none imo.
  11. nq chart with connect symbok $NDX ; price multiplier is 1 offset is 0.
  12. NQ chart and connect symbol is blank. Rest defaults (price multiplier is 10 defaults). Truth engine uses QQQ to get option chain and convert, but spot price is wrong in dashboard. I dont see the put and call and flip etc.
  13. SPY chart and connect symbol is blank, price multiplier is 1 and offset is 0. convert = yes in dashboard (maybe it has to be NO)
  14. SPX chart with SPY as connect symbol and rest defaults. dashboard says convert = yes
  15. I have used the corrected cs file you uploaded and replaced the old one. The above results are with the uploaded cs file

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...