Help With Evaulating Intra-Day Trading Systems

Discussion in 'Strategy Building' started by SimpleMeLike, Dec 2, 2017.

  1. Thanks MoneyMatthew for the advice.

    What attracts me to IntraDay trading is the low margins and all trades by end of the day. I would love to trail a winner for as much profit as possible. Once my capital increases, I will move to overnight margin and I can hold winners accordingly.

    I use Market Orders to enter trades and Stop Market Orders and Profit Limit order to exit. I use a 2 tick slippage for market orders.

    I also like trading with Reward: Risk ratio greater then 2. But I agree with you trailing a winner is a good thing.

    Thanks, yes its like I see the light by programming a strategy and clicking back test, I quickly see how well my ideas plays out.
     
    #31     Dec 3, 2017
    MoneyMatthew likes this.
  2. Hello Van_der_Voort_4, Thanks for the response.

    I am still learning as I go. I am not that good in evaluating systems yet, hopefully I get better soon.

    The strategy is only allowed to take 2 trades per day. stop loss is 40 ticks and profit target is 80 ticks. Only 1 contract. I did not tweak anything except the stop loss and profit target. I just tried different numbers. Is this considered curve fitting?

    Yes, it does seems a bit odd the /GC looks decent while the strategy performs bad on other instruments. Also, I am using 60 min chart for the strategy. If I go down to 30 min or less, the performance is bad. So, yes maybe is random. I do not know.
     
    #32     Dec 3, 2017
  3. Don't give up, intraday trading with a system is possible. I started years ago by looking at shorter term time frames because I was restricted with a low-bankroll. I get where you are coming from buddy. It is possible.

    It is just important to understand that it is "easier" to build profitable longer term time frame systems. Of course, you will need a bigger bankroll to see it through. Just remember, that with system trading approach that you cannot always pull out profits even with a higher predictive accuracy due to how the futures contracts are constructed.

    Take a look at Corn or the 2-Year Treasury Note. The bid/ask and tick value in relation to daily trading range is poor. Any stops based on chart patterns will chew your money up. This is the exact opposite with Crude Oil and the mini-Dow. Don't think of how the exchanges designed these Futures contracts as "one size fits all". They built them for hedgers and spreaders...not day traders.

    One last bit of advice, try to build a system that does not take a pre-determined Profit. You can't always super impose your Risk/Reward wishes and overlay them over the realities of volatility. If you have a mean-reversion system then fine, I understand that you will need pre-determined places to take a profit. Try to build one also that can also catch profits unrestricted (does not have to be trend following). Try a wider stop also.

    Congrats on the programming advancement as well.
     
    #33     Dec 3, 2017
    lovethetrade and comagnum like this.
  4. MoneyMatthew,

    You have far more knowledge then me, i am not sure what monte carlo analysis means yet. Hopefully, my new book will explain to me and give me a more structured and logic approach to proven if a trading strategy is worth trading live. I really just enjoy programming strategies and clicking back test. Also, I am not sure what curve fitting means, but I do know (from what I read somewhere that makes sense to me) is I want to back test on 50% of total available back testing data. Then I use the other 50% as out of sample data for testing. Like I said, still learning. But for this example strategy, I didn't do nothing special.

    Everyone here at ET is very help and its much appreciated.
     
    #34     Dec 3, 2017
  5. This is an example of "data mining" or "curve fitting". You adapt your trading strategy to get the best result out of the available historical prices of the instrument which you use for your backtest.
     
    #35     Dec 3, 2017
    SimpleMeLike likes this.
  6. Thank you HobbyTrading.

    I also played with the stop loss and profit target parameters til I found something to get best results so far.

    Is this considered curve fitting ? And is this a bad thing?
     
    #36     Dec 3, 2017
  7. Curve fitting is when you adapt a trading performance to available historical price data. For example: your GC strategy works best if it is reviewed every 60 minutes. It could be that for CL (crude oil) the optimum timing would be a review every 45 minutes. So you decide to run your GC strategy every 60 minutes and your CL strategy every 45 minutes.
    This is risky because the way how an instrument behaved in the past may change in the future. And your system does not adapt itself to it. Then suddenly your GC (and/or CL) strategy becomes loss-making.
    The same applies to other parameters you mentioned, such as stop loss and profit target parameters.
     
    #37     Dec 3, 2017
    SimpleMeLike likes this.
  8. Thank you HobbyTrading for the lesson

    I understand what you mean.

    I do this changing of parameters (stop loss and profit target and timeframe) for every strategy I build and click back test. So I have been curve fitting alot for optimal performance and not knowing. I do this alot. Very interesting!!

    This why I was thinking to only use maybe 3 years of total 10 year historical data for playing with the parameters to find good performance, then use the other 7 years (one year at a time) to see how well the optimized parameters performed year to year. Just my opinion

    What do you mean by "system does not adapt itself"?

    Thanks
     
    #38     Dec 3, 2017
  9. Well, it's your money, but I don't think it's ready. Your stats show the Sharpe ratio of 0.22, which is way too low. They also indicate that the average profit per trade is just 2 ticks, as if it's a scalping system, yet you said that you use 60-minute charts. Scalping 2 ticks from the 60-minute chart does not make sense to me. Too many red flags!
     
    #39     Dec 3, 2017
    SimpleMeLike likes this.
  10. Using at first some portion of available historical data (e.g. 3 years) to curve-fit and then check on the remainder of the data (e.g. 7 years) whether the chosen parameter combinations works well is one way to become aware of curve (over)fitting. Another way of checking your fitting is using a set of parameters, determined based on one instrument (e.g. GC), and applying it on another instrument (e.g. CL) and see what happens. That also gives you a warning that the combination of parameters is very specific to the one instrument it was fitted for.

    With "system does not adapt itself" I mean: you have selected values for the set of parameters, based on the price history. This set is now fixed, does not change. Now consider the case where not you, but your software determines the optimum set of values. And the software adapts this as new prices become available. So when time passes by and your historical price data gets longer. It is still considered curve-fitting, but it is now based on an ever changing price curve.
     
    #40     Dec 4, 2017
    SimpleMeLike likes this.