Different instructions for an intraday trading system

Forums ProRealTime English forum ProOrder support Different instructions for an intraday trading system

Viewing 4 posts - 1 through 4 (of 4 total)
  • #216963

    Hi, I have a problem concerning the programming of an automatic trading system (I specify that I am a beginner …), namely: if I want the first operation of the day to have different conditions from the rules that I will then apply in the rest of the trading day, which instructions should I give to the trading system? Thank you for your understanding and any help you can give me.

     

    #216964

    if I want the first operation of the day

    If above means first run of the code at day open then you could use (not code as we not sure yet).

    What Timeframe is your Chart running on and what time is day Open day close etc?

    If Time = 08000 (for example) then
    follow these conditions
    Endif

    If Time > 080000 AND Time < 210000 Then
    follow these conditions
    Endif

    1 user thanked author for this post.
    #216965

    There you go:

     

    2 users thanked author for this post.
    #216968

    you are truly wonderful, thank you very much for your precious answers, I will try and then I’ll send you a feedback!!

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

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