Jump to content

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

jetstrade

Members
  • Posts

    35
  • Joined

  • Last visited

1 Follower

Profile Information

  • Country
    United States

Recent Profile Visitors

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

jetstrade's Achievements

  1. This is something I have bee n working on with Claude. It worked out well but that is just me fun playing with the AI:
  2. No, but they can help you build your own based on what you want and like the indicator you are trying to duplicate.
  3. This is exactly what I started, and with Claude it is actually working out well. I now have a pretty decent indicator suite I was able to build for just my trading style. I am finally now on all my own code, describing to Claude exactly what I want with volume etc. It worked out and took a lot of trial and error. I have found that creating something on my own to my style was a lot better than taking any indicator that was out there and trying to run with it.
  4. Also, to add on to this, if you look at the description of the option being returned. You can check and see if it SPXW or just SPX. to get the weekly / daily options. desc = opt.get('description', '') sym_field = opt.get('symbol', '') is_weekly = 'SPXW' in desc or 'SPXW' in sym_field
  5. so for ES I call as I found that if I passed everything it worked out better. resp = client.get_option_chain( $SPX, contract_type=client.Options.ContractType.ALL, # both calls and puts strike_count=50, #if I make it bigger, I get a 501 error include_underlying_quote=True, # returns underlyingPrice for spot strategy=client.Options.Strategy.SINGLE, # single-leg only, no spreads )
  6. I wouldn't mind giving this a try. I do some coding experience and might be able to help. I normally trade ES if you wouldn't mind sharing I will be more then happy to take a look.
  7. I actually started using the Qpilot Pro on my chart and I love it for manual trading. It seems very clean and is nice to use. I find it works pretty good on ES. Just becareful with the settings and make sure the times are in your timezone and not the defaults if you are EST.
  8. The problem I found, and I only trade ES so I cannot help you with NQ. I have had to change my settings this week due to the market changes. I seem to go back every 2 weeks to change my settings in order to tweak per market. I find that one week the signals are to aggressive and I get chopped to hell and the next week they are not aggressive enough and I miss the move. The good is I have now just keep these templates so depending on how the first 15 - 20 minutes looks then I choose what to use. I guess where my point is not one setting is going to work in this crazy market.
  9. Right now I find trading for myself with my money is better. But, on that note what prop firm is everyone recommending nowadays? I would like to get back into the prop firms, but APEX left a sour taste in my mouth after getting my account blocked.
  10. I thought these were all ATMs, and all I had to do was find the settings everyone uses, and it would just print money. Just set it and forget it.
  11. For a week. You know how the holygrail works. It works great for a week or 2 then you have to tweak. This is the same with any indicator / anything you come up with.
  12. I would be nervous as hell and not be able to concentrate at work if I had a bot running at home an account. I would be afraid that it got stuck or I lost power/internet. If some news came out, my bot went crazy. I am all about automation and doing auto trading, but if I am not here to watch it, then I will not run it. Since I work from home, I can have this and other boths along with alerts go off on the computer next to me. It's easy to at least monitor it when I am here.
  13. Yeah I have been using the google AI and it seems to be working pretty well to tell me if my ATM is with in-line of my drawdown etc. you have to get really detailed but it does help. I find that if you spell out everything then it helps. Make sure you do your time frames you like and what your goals are etc. It also really helped on tweaking my PC: to bring my Lag down to -0.053 and no issues anymore. I have about 6 - 7 indicators with ticks turned on and Level 2.
  14. I had them for a while then I started to realize they just use fancy colors and signals to try to get you to use them. They almost all feel the same.
  15. I did try and automate this and got it to work but it kills you in a choppy market. I find if you are a good movement market you are good but you get eaten alive in choppy market. These signals are good but since it is on a Ranko Chart your entry is never where you think it is. If you use Predator and follow how to setup the signals you can test automating it also but that is what I found. I was getting chopped up.

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

×
×
  • Create New...