Recent content by JMW

  1. J

    Fully automated futures trading

    Greetings! A question for you on data and how to handle. I am deep in the muck trying to get the rolls code to successfully stitch together some adjusted prices using pysystemtrade. I gave up on quandl data and bought some historical contract price series from an Australian outfit called Premium...
  2. J

    Fully automated futures trading

    GAT - question on market data subscriptions for you. Pysystemtrade contains IB market data access libraries, you trade futures Globally, which means many exchanges. When I look at the IB market data subscription page and add up the costs for all of the exchanges I think you would need to obtain...
  3. J

    Fully automated futures trading

    I have to ask - why intraday data for the p&l engine? Would you use this to override your system in extreme circumstances? Or do you have some other use in mind?
  4. J

    Fully automated futures trading

    Hi all - a question on historical market data. After CME took their historical data off quandl, I have been searching for an alternative source (IB only keep 2 years etc). I also notice that the data that used to be on quandl has some "imperfections" (read: large gaps which throw the rolls code...
  5. J

    Fully automated futures trading

    How did you build your history of data? I have not explored the IB API too deeply but as far as I can make out the history call reqHistoricalData stops returning data after the contract expires. Maybe I am doing something wrong since the docs say "older than two years counting from the future's...
  6. J

    Fully automated futures trading

    Sooo. I was in the process of utilizing the pysystemtrade sysdata model to collect historical data from Quandl, store in Arctic etc etc, and I *think* that all of the CME data has just disappeared from the Quandl platform. I guess I shouldn't be surprised given the acquisition by a rival...
  7. J

    Fully automated futures trading

    Hi - do you have any recommendations for reading on the topic of trading options?
  8. J

    Oh no, not another python backtester...

    I was using the codes configured out of the box in pysystemtrade e.g. "CURRFX/EURUSD". The series seem to stop at 2/28/2018 and there now seems to be a charge for them which is high (higher than GAT would approve of paying). You are right there do seem to be other series available also on quandl...
  9. J

    Oh no, not another python backtester...

    Question for the general audience: I see that Quandl have stopped providing FX prices up to the current day. What are people doing for FX prices, what sources are people going to, and is anyone importing them into this upgraded data component?
  10. J

    Fully automated futures trading

    Hi Isotope1 - I am intrigued by your improvement of backtest from 10 mins to 20 seconds. How did you use the ProcessPollExecutor to achieve this (what were you putting in concurrent threads?) Also what do you mean when you say "vectorize everything", and did that also contribute to your...
  11. J

    Fully automated futures trading

    How frequently would you suggest doing this - daily? weekly? (have you ever looked in to this?)
  12. J

    Fully automated futures trading

    I think it may already exist (and maybe I should have posted the question there instead...) https://www.elitetrader.com/et/threads/oh-no-not-another-python-backtester.296589/page-5#post-4440782
  13. J

    Fully automated futures trading

    Question for the people on this forum who are trading: what are some of the approaches you have taken to build upon PySystemTrade and take it to a point where you have a fully automated trading system? E.g. Built my own code around price collection and trade execution e.g. Took outputs of...
  14. J

    Fully automated futures trading

    Hi Rob - what is the event that you will be covering this, in April?
  15. J

    Fully automated futures trading

    Hi GAT - question on your intra day trading: I am assuming that you do this in order to not get left behind during large and fast moves i.e. not let your positions get too far out of whack from target. However, I am also guessing that with large intraday whiplash moves (flash crash, Brexit etc)...
Back
Top