System being automatically stopped

Forums ProRealTime English forum ProOrder support System being automatically stopped

Viewing 9 posts - 1 through 9 (of 9 total)
  • #206796

    My system is being automatically stopped, generating the following error…

    server.strategy.probacktest.error.obacktest.error.missing_data

    A little more background…

    • The system runs ok against US Tech 100 DBF spreadbet
    • I am getting the error when running against the CFD equivalent, “US Tech 100 Cash (£1)”
    • I am using V11.1 of ProOrder (see attached screenshot)

    I’d be grateful for any guidance on how to trouble shoot this.

    Thanks, Tim.

    #206800

    How many bars are you backtesting over?

    Try backtesting over less bars … significantly less bars … see if it makes any difference?

    #206812

    @TimH

    Do not double post. Ask your question only once and only in one forum. All double posts will be deleted anyway so posting the same question multiple times will just be wasting your own time and will not get you an answer any quicker. Double posting just creates confusion in the forums

    Thanks 🙂

     

    #207308

    I have the same problem on my OMX (20SEK) index system running it live. I have seven other similar system running on DAX, Wallstreet, Nasdaq, FR40, FTSE100 and Russel2000, but they all run perfectly without any stops. I have tried the Preloadbars line from 500 to 10000, but it makes no diffrence.

    #207310

    How many bars are you backtesting? Try backtesting with fewer bars…significantly fewer bars…see if it makes a difference?

    Did you try my suggestion?

    My logic for suggesting it is that maybe on OMX (20SEK) there is not data going back as far as you are trying to backtest on.  So try 1k bars if that works try 10k bars then 100k bars etc … see where it falls over / stops working?

    Let us know how you get on please?

    #207311

    No problem backtesting on 200k bars. Its when i go live it stops with that error. But I take it down to 10k backtest, then prepare for trading, and will see if it stops tomorrow. Thanks.

    #207312

    Ah gotcha, I saw backtest in TimH original post.

    So if in Live, are you sure you are using >= minmum position size for  OMX (20SEK)?

    I can’t recall ever having that ‘missing data’ error in Live running.

    #207326

    More thoughts / ideas … is your code running on a low Timeframe 1 min or less?

    If Yes,  it could be that at some point there is a missing bar / a bar with no price movement i.e. open, close, high and low all at same value or even open and close at same value??

    You may need to add sinilar to below into your code at some appropriate point (can’t be more specific without seeing the code) …

    C1 = min(1,C2)  // the min(1, gives a value if a bar is missing

    #207393

    I will try and and implement your suggestion in the code this weekend and try it out on monday live. Thanks!

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

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