Results Variation Between Real and Demo

Forums ProRealTime English forum ProOrder support Results Variation Between Real and Demo

Viewing 3 posts - 1 through 3 (of 3 total)
  • #167602

    I’m facing some differences using Proback testing on the “demo” vs the “real” platform.

    I have copy & paste the code, so they’re must be no différence there.

    I have checked the timeframe, the period, the spread, the tick per tock mode, … All sounds OK

    Any thought ?

    Regards,

    JF Laborde

    #167606
    Attached 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:
    • 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!
    #167607

    Nicolas,

    Thanks your quick answser, I’ll check all the points you’ve highlighted.

    To Sumup, I will use ProBacktest in Real to mininize the risks of mistakes.

    Kind Regards,

    JF

Viewing 3 posts - 1 through 3 (of 3 total)

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