Search results

  1. R

    Lumber is starting to look interesting

    Lumber is one of my favorite contract to trade but only on spreads. I have started a short on the U-X spread last week and will hold for the next 2 months.
  2. R

    Python - Project with well-written code - Example for study?

    Another way to get better is via code review. If you know someone that can review your code (github code review is ok but not great) that will really help too.
  3. R

    Bloomberg Terminal

    I use it on a daily basis and have been a user for several years. It's great because you have access to anything you might think of (charts, references, economic events, news, etc...). You can also access most of the data through the Python API or Excel. It's really easy to use and the helpdesk...
  4. R

    Where to find historical FND info

    You can find it on Bloomberg. You can also infer most of them from looking at the contract specs which definitely requires more work.
  5. R

    Holding position until LTD or the day before FND with IB

    Hi, Does anyone trade commodity futures with Interactive Brokers and hold positions until LTD or the day before FND? I am considering to switch from Phillip Capital which are ok with this. Does IB has a policy to automatically close trades if too close to expiry? Thanks
  6. R

    Question for High Frequency Traders

    Probably because it is the weekend. Also, you can get executed passively.
  7. R

    Question for High Frequency Traders

    Or this one: https://www.lmax.com/global
  8. R

    Question for High Frequency Traders

    Have a look at hotspot fx. you might be able to see the spreads.It is not the best ecn but i think it is easily accessible.
  9. R

    Question for High Frequency Traders

    It is possible on some of the biggest pairs with a liquidity provider aggregator. You can even have negative spreads. It won't be possivle for some of the pairs that you listed. However they usually don't like hft and consider it toxic flow as it is difficult for them to hedge against your...
  10. R

    Ag trade ideas

    Thanks. I got 2/3 out today between -11 and -14. Will probably exit the rest tomorrow.
  11. R

    Ag trade ideas

    I'm still short on Z/H really wonder how low it can go. Have some to partially exit @ 11.
  12. R

    Ag trade ideas

    Thanks
  13. R

    Ag trade ideas

    When you mention the seasonals, do you compare the actual fly against an average of the same fly 5 and 10 years ago? Something similar to seasonalgo? Thanks
  14. R

    Ag trade ideas

    Difficult to say. In most cases I prefer to keep as close to expiration as possible.
  15. R

    Ag trade ideas

    Something like that (LCCZ8 * GBPUSD / CCZ8): ?
  16. R

    Ag trade ideas

    Might be a good buy:
  17. R

    Ag trade ideas

    I don't know the reason. You can trade kinks in the curve via a butterfly, where you would do: -- 1 * H9 - 2* K9 + 1 *N9 Not sure if this is the best idea in this case though.
  18. R

    Eikon historical data in python

    Ok makes sense. Artic database: https://github.com/manahl/arctic Only need it for storing daily bars but I think it'll integrate nicely with my infrastructure.
  19. R

    Eikon historical data in python

    Which way did you go? What I do is: - generate the tickers in a dataframe (list of outrights, spreads and butterflies) - download data and save each ticker to a file (or update the file) Planning to move to artic database in the next few weeks.
Back
Top