Real Money Automated Trading Journal

Discussion in 'Automated Trading' started by frostengine, Jul 19, 2012.

  1. <b>Intro</b>
    The point of this journal will be to share my real money *fully* automated trading results throughout the process of iterative refinement. Backtesting results, while interesting, provide an incomplete picture. The only way to really know how a strategy will perform is to run it for real.

    Running a strategy against a live account can be very costly, as such I am using a $500 Forex account trading 1k lots. This setup will remove the pressure and fear of losing money, allowing me to objectively gauge the success of the strategy as I continue to improve it. It also provides an easy mechanism to quickly scale up from 1k lots with "predictable" results.

    <b>Design Methods</b>
    The strategy is far from complete. In-fact 1 week ago it did not even exist. The strategy is designed by data-mining for patterns in an automated fashion. I have two computers set up to perform the data mining 24/7. One computer is looking for long patterns, while the other is looking for short patterns.

    The patterns must contain at least 1000 trades during the in-sample data to even be considered. The in-sample period is done in 4 year increments. For example 2007-2011, or 2002-2006, etc.

    The out of sample period contains the years left out. The years 2011-present is considered SACRED. NO data mining occurs during this period. It is only used as a sanity check against the "live" strategy.

    Each night, I take the patterns discovered and look for how those patterns can be used to improve the live strategy. The strategy changes will not make it until the live strategy until the weekend unless the changes are important.

    <b>Trading Setup/Markets</b>
    I am using NinjaTrader running on an Amazon EC2 instance 24/7. This instance is left untouched except during contract rollover each day. I will login briefly just to ensure no NT crashes.

    The current strategy is only being trained and developed against EURUSD. However, the strategy is LIVE on the following currencies:
    EURUSD
    AUDUSD
    GBPUSD
    NZDUSD

    I believe a good strategy should be able to perform well on multiple currency pairs. This also "should" have smoothing effects on draw down.

    <b>Going Live</b>
    The first iteration of the strategy went live on July 17,2012 at 9:00 AM EST. I will refer to this version of the strategy as v1.

    In the first 30 hours, the strategy has performed 15 trades resulting in a gain of $3 leaving current account balance at $503

    *Note All results are real money account balances (ie after all commissions etc applied)
     
  2. Awesome, another frostengine thread.

    I'm not an FX trader, but I'd be interested in seeing a sort of metric of pips per 10k or pips per 100k metric, if that even makes sense.

    In the stock world, I am usually interested in profit per share (after fees) to figure out how much wiggle room I have for innovation on a trade. And profit per share also tends to be a function of the time horizon, so, if you'd be willing to share, I'd like to look at hold time in seconds (or minutes) also on these trades. (Maybe a histogram of hold times?)

    So on those 15 trades, I'm assuming they were 10k lots. You made 3 pips on 15 lots, so .2 pips per lot profit (after fees)? Is that good in the FX world for a short-term trading strategy?
     
  3. I am trading 1k lots. So it was 30 pips or 2 pips per trade. This does not give a lot of wiggle room. However, it is after all slippage/commission etc in a real account. So I will take it as a starting point.
     
  4. Great day today, the strategy made 16 trades for a gain of $13.40. Which equates to 134 pips and 8.4 pips per trade.

    Current account value is: now $516.40
     
  5. Sounds fun. :)

    Good luck to you!
     
  6. Very nice.

    I have nothing of value to add to the thread. I just wanted to encourage you. :D
     
  7. Historically speaking, today was an outsized return day. Version 2 of this strategy which will go live on Sunday night, typically only averages about 150 pips for the whole week, much less in a single day.

    However, I will take it!
     
  8. It sounds like some advanced system and system development process...Have you developped systems before and what's your background ? I understand the acc balance is $ 500, do you trade only one lot at a time and does that mean you don't scale in and out (can a system take into account such strategy of scaling in and out btw ) ?
     
  9. I have been developing automated trading systems since about 2003. I have learned a lot and made a lot of mistakes over the years. I have produced numerous "profitable" systems, however due to the large draw downs I do not trade any of them live.

    I have a good feeling about this go around. The ability to trade my strategy live without the risk/fear of losing a lot of money in the process is very comforting. It will allow me to *hopefully* stick it out until I have developed a good strategy.

    I know the strategy I have today is not ready for prime time. It did well so far,but experience says a draw down is right around the corner. If I can find the motivation to continue through the rough patches and continue to improve the system, I should end up with something I am willing to increase size on.
     
  10. robbob

    robbob

    Hi Frost,

    What are some of the technologies/languages that you are using for automating your strategies and backtesting? Also I'm curious to know who the brokerage your using.

    I've been using the Java API at Interactive Brokers for a while now, but am interested in hearing what others on the forum are using.

    Thanks,
    -Rob
     
    #10     Jul 21, 2012