Nooby McNoob becomes a quant

Discussion in 'Journals' started by nooby_mcnoob, Mar 24, 2017.

  1. Journal entry

    I haven't been consistent with the journal because I've been busy (7 figure contract), but the algo has been trading. The main thing is that I've been able to replicate bad live (paper) entries in back testing!

    The other day I watched the algo make repeated stupid decisions while trading live and I understood completely why this was happening and more importantly what auxiliary data I need to create to avoid it. Now that I've been able to reproduce the bad paper entries in back testing, it means that I can fix this problem.

    I was also able to resolve the issue with the algo randomly crashing on me.

    However, I'm not sure when I'll get back around to it. I'm looking to the contract to build up a bigger cushion as I am expecting a 2008-style slowdown in the next year or two.

    Here is where I'm at:
    - Automated trading system in the cloud that brings itself up and down and alerts me if anything is wrong
    - Backtesting matching live trading (after a lot of pain!)
    - Commissions/slippage modelled in backtest
    - A thesis on how to avoid the bad entries that I'm seeing
    - A system that appears profitable even with the bad entries + commission

    I will continue to monitor that backtesting entries match paper trading over the next month. I will not trade live until I have them matching for a month or so. Even though I have bad live entries costing a lot in commission, if back test + paper trading give me a minimal profit, or stay flat, I will trade live starting June 1, 2018 to get that experience.
     
    Last edited: Apr 20, 2018
    #221     Apr 20, 2018
  2. Sounds awesome. I think you’ll turn out to be a real prodigy :)

    Your journal has inspired me to possibly start my own. I’m getting a little bored with the site content here, and it will allow me to stay active on occasion.
     
    #222     Apr 20, 2018
    221bazookas and nooby_mcnoob like this.
  3. Well done! You now seem to have full understanding of your code, and full control over it. This will enable you to focus more on the trading aspect and less on the software aspect of the project.
     
    #223     Apr 20, 2018
    digitalnomad likes this.
  4. I have a lot of ideas where the software will help me to find edges automatically, but I will only go down this road if this strategy proves even moderately profitable over some time period. Everything I've built until now _should_ help there, but even if it doesn't, and I'm making a few hundred bucks a day on average, that would fund me.

    Dreams...
     
    #224     Apr 20, 2018
  5. Makes much sense, as I see no point of analyzing variations of a method without proven implementation and robustness.
     
    #225     Apr 20, 2018
  6. ..great thread !! Out of curiosity, did you stick with FX? Which data vendor(s) are you using?
     
    #226     Apr 28, 2018
  7. ..since your trading FX, it would be neater to add your daily +/- in pips.
     
    #227     Apr 28, 2018
  8. @digitalnomad , I believe he mentioned his system is not tick based, but ohlc based...would filtered tick data still be something to consider if his strat is based on ohlc? Or do you suggest this due to IQfeed having cleaner data?
     
    #228     Apr 28, 2018
  9. @nooby_mcnoob..Found your thread today...glad to have found it! Noobie question:
    Ive heard of auxilary data before as part of the design of the algo, can you explain whats the purpose of it compared to the primary data? Thanks in advanced
     
    #229     Apr 28, 2018
  10. Welcome :)

    Yes, FX. Just using IB for quotes for now.

    This is a good idea.

    I'm as noob as you, but what I mean is that there is a calculation I do on top of the price to help me decide whether to enter.
     
    #230     May 5, 2018
    221bazookas likes this.