Recent content by polybyte

  1. P

    How can I automate my Trade?

    Using APIs. I'm doing it on TD and Interactive Brokers using their apis. Interactive Brokers: https://interactivebrokers.github.io/tws-api/introduction.html TD api is merging with schwab: https://developer.tdameritrade.com/content/trader-api-schwab-integration-guide-june-2023-update
  2. P

    How does one effectively "trail stops"?

    I mostly use ATR for trailing as it is already adjusted to volatility of a particular asset.
  3. P

    AlgoTrader for algorithmic trading

    Hi, Python developer here with 5 years of experience in algo development, i can help with automating your strategy.
  4. P

    How to do a combo option trade comprising of MSFT vs QQQ?

    You need to create combo contract for it first https://www.interactivebrokers.com/en/software/mobileandroid/trade/create%20combos.htm for doing it using api: https://interactivebrokers.github.io/tws-api/spread_contracts.html#bag_stk
  5. P

    Anyone using Real-Time Options Scanners / Screeners?

    I've created custom scanner using IB data feed for greeks, pcr, bid-ask scan, i use it to mostly to create watchlist for further tracking.
  6. P

    How can I automate my Trade?

    Either select platform with built in auto trade features or automate using python.
  7. P

    Selling straddle/strangle on expiry

    I do delta neutral straddle on spx and nq 0dte options, i set stops around 30% with trailing based on atr. doing it since june and so far got returns around 2-3% per month.
  8. P

    how to backtest this option idea?

    I can write python backtest for this, i've tested similar setup with 1 straddle using options data from polygon api.
  9. P

    Scanner - Screener programmable

    IB has scanners where you can specify your conditions and get scan results. You can also fetch live and historical data using their api if you want to add some custom filters by using that data.
  10. P

    Backtesting with AI?

    True.
  11. P

    Backtesting with AI?

    Lol True . Not every creation works out well.
  12. P

    Backtesting with AI?

    That's a stupid take. So according to your logic it's not a good idea to create anything.
  13. P

    I want to hire an experienced developer for an Algo build

    Hi, i can help with that. i have built similar things and i can show demo of it to give you an idea about workflow and potential challenges.
  14. P

    Stock and Option Chain Historical Data

    polygon.io
Back
Top