fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    wait block

    Questions & Answers
    3
    4
    1210
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      wolamen last edited by

      how can i do that :
      (1)- check condition - open buy order 0.1
      (2)- if the order still opened for 24 hours without hitting take profit so ..
      (3)- open buy 0.2

      my main problem is step (2) how can i make the EA wait exactly 24 hours before opening the next order ? .. because block "Once a Day" is not accurate in that case

      1 Reply Last reply Reply Quote 0
      • J
        john 5 last edited by john 5

        You can try this https://fxdreema.com/shared/qMoulYlhd it will exit the long position after 24 hours (thus EA will be ready to open the next order as per condition specified) unless take profit or a stop loss of 50 pips will be reached.

        1 Reply Last reply Reply Quote 0
        • J
          josecortesllobat last edited by

          0_1556948319170_e20f2bbe-9523-4aed-90d8-6155be77f3c8-image.png

          This setup will check the age (>= 24[h]) and will pass when it is true. "Once per position/order" is required to run the blocks attached to its true output just once. If this block is not here, the EA will run the blocks connected to the "check age" true output each time/bar/tick (depending on your setup) that the "check age" block is true for each trade. So the EA would open a lot of trades.

          You can use the "Run blocks" block to point to the "Buy now" block using its ID or place a new "Buy now" block.

          W 1 Reply Last reply Reply Quote 0
          • W
            wolamen @josecortesllobat last edited by

            @josecortesllobat Thanks .. it is working

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            Online Users

            S
            P
            C
            E
            K
            M

            14
            Online

            146.7k
            Users

            22.4k
            Topics

            122.6k
            Posts

            Powered by NodeBB Forums | Contributors