fxDreema

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

    Once per bar , Once per day

    Questions & Answers
    5
    9
    5641
    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.
    • H
      haliloo last edited by

      Hi all,

      Just like to understand more about these 2 blocks as per title

      Correct me if i am wrong 😄

      Once per bar - the EA will go into a loop every bar the current timeframe the chart is at, to check the trade condition (example MA1 > MA2) and execute orders accordingly

      Once per day - EA will go into loop every day once only to see if it met the trade condition as above

      So next question is for Once per day - at exactly what time the EA will begins it loop? 12 midnight by default?

      Thank you.

      C 1 Reply Last reply Reply Quote 0
      • C
        Cgammons01 @haliloo last edited by

        @haliloo They both just mean that it will only allow passage to your next block once per bar and once daily, respectively. As for the time on the daily, I imagine if it allows passage, the 24 hour timer will start right then.

        1 Reply Last reply Reply Quote 0
        • fxDreema
          fxDreema last edited by

          There are no loops. The "loop" is that On Tick event where the blocks are, so they run on every tick. Those blocks are something like filters - you run them 10 times, they only pass 1 time (per bar, per day)

          H 1 Reply Last reply Reply Quote 0
          • H
            haliloo @fxDreema last edited by

            @fxDreema said in Once per bar , Once per day:

            There are no loops. The "loop" is that On Tick event where the blocks are, so they run on every tick. Those blocks are something like filters - you run them 10 times, they only pass 1 time (per bar, per day)

            pass 1 time you mentioned...
            does that means for Once per bar, the ea will only trigger one trade?

            or, the ea will enter trades (if conditions met) for every bar of candle?

            thanks.

            1 Reply Last reply Reply Quote 0
            • fxDreema
              fxDreema last edited by

              https://fxdreema.com/demo/mt4-once-per-bar

              H D 2 Replies Last reply Reply Quote 0
              • H
                haliloo @fxDreema last edited by

                @fxDreema

                thanks for the link

                i got 1 more questions about Buy Now block

                if i change my lot to 0.00, it seems ea still placing orders at 0.01 lot if conditions are met.

                is this how the block works? minimun order default as what we keyed into ea builder

                1 Reply Last reply Reply Quote 0
                • fxDreema
                  fxDreema last edited by

                  This is how it works. The native OrderSend() function would give you error message of course, but we know what kind of people use fxDreema - non programmers, people who don't want to deal with errors. So the block should always create a new trade. Even if you set some giant lot, it will calculate and try to take the maximum possible at the moment.

                  1 Reply Last reply Reply Quote 0
                  • D
                    deathkid13 @fxDreema last edited by

                    @fxDreema if I want to only execute once per bar trade , should I put it before buy||sell blocks?

                    1 Reply Last reply Reply Quote 0
                    • l'andorrà
                      l'andorrà last edited by

                      In general, yes, but then you need to decide if that execution is ALWAYS supposed to happen at the open of each new candle (block on top of the block tree) or at ANY moment after the candle is open (block below the conditins to be met but before buy/sell blocks).

                      (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

                      (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

                      (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

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

                      Online Users

                      S
                      L
                      E
                      M
                      A
                      H
                      S

                      15
                      Online

                      146.7k
                      Users

                      22.4k
                      Topics

                      122.6k
                      Posts

                      Powered by NodeBB Forums | Contributors