Trading times impossible to set

Forums ProRealTime English forum ProOrder support Trading times impossible to set

Viewing 5 posts - 1 through 5 (of 5 total)
  • #72248

    Hi everyone,

    I’m today facing a problem I can’t explain… In order to set trading times with ProBuilder, I usually use this code which works for me:

    Right here, I believe we’ll all agree, but in my code I can’t set these  “time preferences” (not before 090000 and not after 190000).  I can let it run during the night very easily (from 190000 to 090000), or if I set the values I want, then it seems to ignore them.. There’s a mistake somewhere and if anyone could help me it would be amazing!

    Here’s my code “not caring” about my time preferences :

    PS : I’m trying to build a strategy with this code as indicator, that’s why it might seem totally useless so far but I can’t start backtesting to improve it before fixing this time issue… (it’s obviously messing up all the startegy).

    Thank you by advance for helping 🙂

    #72252

    The first part of line 1 should read TIME > 190000.

    #72255

    Hi Roberto,

    Thank for your answer, it wouldn’t change anything. I don’t know why I wrote it like that in my post but in my code it’s written your way :

    Sorry for this mistake. I’ll be still waiting for your ideas 🙂

    #72257

    A variable can’t be simultaneously lower than 90000 and higher than 190000, even if in your mind it’s a continuous clock time ending at 240000 with continuity at 0, in the space of real numbers what your really want for night trading times is a subset made of 2 distinct intervals [0;090000] [190000;240000], so try replacing your “and” with “or”:

     

    1 user thanked author for this post.
    #72261

    Hello NoobyWan,

    Thank you so much! It works perfectly! I think I’ve been working on it for too long, and I couldn’t see anything anymore. Thank you so much once again.

    Btw, really nice username 😉

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

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