backtest not same result as live

Forums ProRealTime English forum ProOrder support backtest not same result as live

Viewing 7 posts - 1 through 7 (of 7 total)
  • #197190

    can someone tell me why backtest does not show nearly the same results as live?

    test is on dax40, 2 points spread.

     

    #197203

    This has been addressed many times.

    Here you can find an answer by Nicolas https://www.prorealcode.com/topic/backtesting-and-demo-account-algo-doesnt-match-live-algo/#post-175691, which I am posting:

    This is a non-exhaustive list of the elements that can impact a live trading strategy and create differences with a demo account and/or backtests, that could help you:

    • Spread
    • Slippage
    • Orders rejections due to one of the above reason, but also because of the allowed distance from current price to put pending orders (known as “minimal distance”)
    • Different trading hours (ProOrder code launched in a different time zone / custom hours, by the user)
    • Coding problem: division by zero error, null or negative periods for indicators, ..
    • Lack of responsiveness of IG demo servers (if IG is the broker), although this has improved considerably since last year.
    • Make backtests without tick-by-tick option
    • “set stop trailing” instruction that give IG the total control of your stoploss, can be moved differently between accounts due to points above
    • Limited risk accounts and their rules
    • Guaranteed stoploss rules and fees
    • Starting a strategy at a different time (1 hour or even 1 minute later): depending on the code of the strategy, the results of some calculations could be different.
    • Margin required on the trading account (no demo or backtest tests are made on this subject)
    • Overnight and overweekend fees

    Because backtests are only tested on history with no connection to live market , you may encounter differences with real live trading environment subject to spread enlargement, slippage, etc. If your stop hasn’t move, there must be information of an error into your orders rejected list you can consult with CTRL+O.
    IG orders list history may be also helpful!

    #197214

    yes ive seen that one before, cut cant see why backtest only takes 1 pos and live took 5?

     

    what i can see is my system is ok on all points:

     

    • Spread – OK
    • Slippage – OK
    • Orders rejections due to one of the above reason, but also because of the allowed distance from current price to put pending orders (known as “minimal distance”) – NONE
    • Different trading hours (ProOrder code launched in a different time zone / custom hours, by the user) – SAME
    • Coding problem: division by zero error, null or negative periods for indicators, .. – NO?
    • Lack of responsiveness of IG demo servers (if IG is the broker), although this has improved considerably since last year. 
    • Make backtests without tick-by-tick option – USED WITH TICK-BY-TICK
    • “set stop trailing” instruction that give IG the total control of your stoploss, can be moved differently between accounts due to points above – NOT USING
    • Limited risk accounts and their rules – NO
    • Guaranteed stoploss rules and fees – NOT USING
    • Starting a strategy at a different time (1 hour or even 1 minute later): depending on the code of the strategy, the results of some calculations could be different.
    • Margin required on the trading account (no demo or backtest tests are made on this subject) – MARGIN OK
    • Overnight and overweekend fees – NEVER HELD OVERNIGHT
    #197220

    What about 3rd from bottom?

    Try again starting both BT and Live at exactly same time??

    Just a few thoughts trying to help.

    #197246

    oh, forgot to enter that, both backtest and live are on 30 min.

    #197250

    Launch BT and Live again at the exact same time?

    A possible answer to above question would be … Yes I started both Backtest and Live on Wednesday 13 July at 21:00 hrs (UTC+1).

    I’m not being facetious 🙂 above is the quickest way (for me) to show that the 3rd from bottom in Nicolas List is not about Timeframe. The bullett point is referring to clock time.

    Mostly it makes no difference, but it just might … if your code contains certain calculations etc.

     

     

    1 user thanked author for this post.
    #197253

    oh, now i understand. I ditched that algo, cant risk it taking 5 losses in a couple of minutes when it should only take one pos. Thanks though!

    1 user thanked author for this post.
Viewing 7 posts - 1 through 7 (of 7 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login