ProRealTime bug? Different results in ProOrder to Indicator

Forums ProRealTime English forum ProOrder support ProRealTime bug? Different results in ProOrder to Indicator

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

    I have some code which gives completely different results when used in an indicator than when back tested in a ProOrder system. How can I raise this as a support case? Does anyone know?

    #27092

    Hi robdav,

    maybe it is caused by your market’s time settings. Here is a thread about it:

    https://www.prorealcode.com/topic/warning-ig-backtests-are-currently-wrong/

     

    1 user thanked author for this post.
    #27131

    So, the code is the same but you need to implement it slightly differently in the ProOrder system than in the indicator.

    In case it helps anyone going forward. You need to do this:

    PriceCrossesUnderWA5 = open CROSSES UNDER WA5 OR close CROSSES UNDER WA5 OR high CROSSES UNDER WA5 OR low CROSSES UNDER WA5

    instead of this:
    PriceCrossesUnderWA5 = open OR close OR high or low CROSSES UNDER WA5

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