Recent content by mikkom

  1. M

    Why IB API needs installing?

    Because it's not really API you are installing, it's the gateway or TWS that the api connects to (unless you are using FIX). IB architecture is reallly frustrating but that's just how it works.
  2. M

    Benj's Algo Trading Journal

    Hello Ben, If you are a programmer and not interested to build your own backtester (which I have done many times), it's worth looking at quantconnect, you can get decent data (I think they even have tick data) and runtime environment for a small price to easily test your hypotheses with good...
  3. M

    Getting best price for opening range breakout

    I'm actually using quite sophisticated neural network ensemble to predict "optimal" long/short portfolio, this is just the entry method I'm currently using (getting open prices daily + generating parameters based on new data combined with historical data + actual 30 separate neural network...
  4. M

    Getting best price for opening range breakout

    These are daily trades, each set of trades is triggered at approx ~5 min after market opening. Depending on the predictions of the system the holds positions are held about 1-5 days, mostly the shorter side (1-2 days)
  5. M

    Getting best price for opening range breakout

    Problem with stop limit is that it doesn't trigger if price goes to "right" direction. What I have been thinking is conditional peg to midtpoint that is triggered by price action. However I'm not sure if this will get me better or worse execution.. I also know that this is almost impossible to...
  6. M

    Getting best price for opening range breakout

    Hello All, I have a working system that I use to trade faily liquid (>5M volume/day) NYSE/NASDAQ stocks. I use opening range breakout to enter the trades based on my system (using interactive brokers API). I dont't trade that big, my typical position is 1-10k usd so nothing that moves the...
  7. M

    Firstratedata quality

    Thank you Mark, it then looks like the data is indeed actual market data, not missing data.
  8. M

    Firstratedata quality

    Thank you very much if this is true! Could someone verify if their data has the similar prices at 2020-03-18 or at monday 2020-03-16 -tuesday 2020-03-17 night
  9. M

    Firstratedata quality

    Okay I ordered the dataset. Lots of the data seems to be okay (I don't have another high quality dataset so I can't cross-validate) but there are points where there is missing and/or invalid data. Some examples attached. (The charts may be a bit messy as they contain some of my proprietary stuff...
  10. M

    Firstratedata quality

    Algoseek is about $550 per 10 years of data for single symbol while firstratedata is 200 euros for 70 futures contracts since 2006. There is no survivorship bias in futures The price point was the main reason I want to know specifically about firstratedata (unless you specfically know of other...
  11. M

    Firstratedata quality

    Hello, I'm looking for 1 minute (second resolution would be even better) data set for futures strategy backtesting. Firstrate data seems like an obvious choice from the price perspective. I didn't find any information about their data quality anywhere, has anyone done any comparisons to...
  12. M

    null hypothesis

    I want to compare my results to "random" results to test null hypothesis. Because random methods rarely work at all because of commissions etc, what is the optimal way to construct the random dataset that I compare results to?
Back
Top