Recent content by younggotti

  1. Y

    IB Product listing

    +1. These would be useful additions
  2. Y

    Fully automated futures trading

    I live in Europe and I was able to successfully simulate trading right after I updated trading permissions, so it's probably a US citizen restriction.
  3. Y

    Fully automated futures trading

    https://www.interactivebrokers.com/en/general/about/mediaRelations/8-6-24.php Crude Palm Oil Futures (FCPO) and FTSE Bursa Malaysia KLCI Futures (FKLI) are now available
  4. Y

    Fully automated futures trading

    There's a CPLEX Optimization Studio Free Edition, even though it has limitations (1000 variables/ contraints)
  5. Y

    Fully automated futures trading

    Rob, I'm curious about your beta portfolio: why the large risk overweight to stocks vs bonds? Is it tactical or strategic?
  6. Y

    Fully automated futures trading

    Yes, now they added the NSE contract and it has data, but it looks like it can't be traded. I was wondering if it was just me, since a few months ago Rob and Lore were talking about adding it to their instruments list...
  7. Y

    Fully automated futures trading

    Hi. Are you guys able to trade the new NIFTY50 future contract on NSE? TWS raises a trading permission issue, but I already have trading permissions for all available futures markets, so I can't figure out where the issue comes from.
  8. Y

    Fully automated futures trading

    Hi @cholo Would you mind sharing the python code with the buffering technique, when you find the time? I'd be interested in that. Thanks a lot.
  9. Y

    Fully automated futures trading

    Hi Rob, I was taking a look at your reports and saw you are currently long JPY. This was quite surprising, since I'd say all CTAs are currently short (trend and carry signals aligned) and, if I interpret the reports correctly, also your weight before dynamic optimization would be short (looks...
  10. Y

    Fully automated futures trading

    I guess it has to do with the fact that the future price is equal to the price of the cheapest to delivery eligible bond.
  11. Y

    Fully automated futures trading

    WTF are they doing? Are May contracts prices still shown based on the old multipliers? Update: now the prices look consistent again
  12. Y

    Fully automated futures trading

    I'm using 10.19.1k too, so the different behaviour doesn't depend on different builds
  13. Y

    Fully automated futures trading

    @newbunch 's code works for me. It probably shows trades and not midpoints but it doesn't raise an error
  14. Y

    Fully automated futures trading

    I use TWS as well. A few months ago I opened a ticket with IB because I couldn't get prices for European ETFs (for which I pay). Maybe to fix that issue they created a new one... The strange thing is that reqHistoricalData works if I set reqMarketDataType as 3 or 4. If I set it as 1 or 2 I get...
  15. Y

    Fully automated futures trading

    Your code seems to work for me, even if I don't have a data subscription: [BarData(date=datetime.datetime(2023, 2, 9, 2, 0), open=1248.6, high=1249.25, low=1247.65, close=1248.05, volume=-1.0, average=-1.0, barCount=-1), BarData(date=datetime.datetime(2023, 2, 9, 2, 5), open=1248.05...
Back
Top