Fully automated futures trading

Discussion in 'Journals' started by globalarbtrader, Feb 11, 2015.

  1. djames

    djames

    Hello,

    Question regarding using PySystemTrade in practice, when calculating the daily signals / positions do you update the notional_trading_captial in the config to your current IB balance or rather you initialize the notional_trading_capital when you go live but with full_compounding...?

    Operating the system live is not clear to me. Has this been discussed anywhere?
     
    #771     May 26, 2017
  2. No there is still a lot of code to write before the system can easily be run live. In practice I would advise doing this "update the notional_trading_captial in the config to your current IB balance"

    GAT
     
    #772     May 26, 2017
  3. JMW

    JMW


    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 PySystemTrade and integrated them with packaged system X, e.g. I use an excel implementation etc. I would love to know some of the approaches people are taking...
     
    #773     May 29, 2017
  4. isotope1

    isotope1

    I wrote everything from scratch. PySystemTrade is great, but do you really want to trade something you don't fully understand? The process of writing my own version taught me an incredible amount. I used PySystemTrade's source code to look up things when I was stuck. Now I'd feel confident trading something somebody else created, because I can look at it critically, and I think I understand what all the buttons do.
     
    #774     May 30, 2017
    d08 likes this.
  5. I wrote my own software based on the contents of @globalarbtrader 's book. I tried to look at PySystemTrade but am somehow not good in understanding Python code. My program is entirely written in java, and is running live for about eight months now. Just as @isotope1 states does it have its advantages if you know every bolt and nut of the program.
     
    #775     May 30, 2017
  6. traider

    traider

    Instead of rolling out our own, why don't we just create another thread for understanding the nuts and bolts of PySystemTrade. I'm interested even though I am only average in Python. But I'm experienced in other languages. There are many cool things in the design of PySys which deviate from the normal event driven framework which greatly simplifies real life trading. Furthermore I think it makes research and prototyping much faster.
     
    #776     May 30, 2017
  7. JMW

    JMW

    I think it may already exist (and maybe I should have posted the question there instead...) https://www.elitetrader.com/et/thre...-python-backtester.296589/page-5#post-4440782
     
    #777     May 30, 2017
  8. JMW

    JMW

    How frequently would you suggest doing this - daily? weekly? (have you ever looked in to this?)
     
    #778     May 30, 2017
  9. traider

    traider

    Did anyone find a solution to trading products on ICE, say Nybot without paying $120 in data fees?
     
    #779     Jun 1, 2017
  10. isotope1

    isotope1

    every time you trade.

    I use the data from Quandl, which at worst is lagged a day. Which particular future were you trying to trade?
     
    #780     Jun 2, 2017