fxDreema

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

    Check Market Close

    Questions & Answers
    6
    21
    2900
    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.
    • D
      duepips last edited by

      hi. this is the method simply for verification market closed? Time Candle 0 < a Time current on tot Hours?

      jstap 1 Reply Last reply Reply Quote 0
      • jstap
        jstap @duepips last edited by jstap

        @duepips Never tried but it makes sense that if the candle time is less than the current time the markets not moving.

        You can also find this by using this code:
        variable1 = MarketInfo(NULL,MODE_TRADEALLOWED);
        variable1 = a bool (or int) value, returns false (0) for closed and true (1) for open.

        Learn fxDreema Without the Wait!

        My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

        The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

        Don’t miss out

        Click here➡️ https://mybook.to/fxDreema to get your copy today!

        Enjoy! 😊

        D 2 Replies Last reply Reply Quote 0
        • D
          duepips @jstap last edited by

          @jstap said in Check Market Close:

          Never tried but it makes sense that if the candle time is less than the current time the markets not moving.
          You can also find this by using this code:

          thanks, this not is simply method, I like simply elaboration...

          OntradingX 1 Reply Last reply Reply Quote 0
          • D
            duepips @jstap last edited by

            @jstap said in Check Market Close:

            @duepips Never tried but it makes sense that if the candle time is less than the current time the markets not moving.

            You can also find this by using this code:
            variable1 = MarketInfo("TSLA",MODE_TRADEALLOWED);
            variable1 = a int value, returns a number something like 0 for closed and 1 for open.

            you like this? https://fxdreema.com/shared/aaik6J4we
            it must first take a turn to load the variables then it starts to run well, also to take advantage of the on Timer

            1 Reply Last reply Reply Quote 0
            • OntradingX
              OntradingX @duepips last edited by

              @duepips 0_1651981542065_marketclosed.png

              is correct?

              Sou do Brasil e utilizo o sistema Fxdreema a alguns anos, sempre que tenho tempo disponível eu tento ajudar alguém por aqui, mas se quiser uma ajuda mais próxima me contacte:
              Site: https://www.ontradingx.com.br
              Youtube: https://www.youtube.com/@ontradingx
              Boa sorte a todos nós!

              English - I'm from Brazil and I've been using the Fxdreema system for a few years, whenever I have time available I try to help someone here, but if you want more help, contact me:
              Website: https://www.ontradingx.com.br
              Youtube: https://www.youtube.com/@ontradingx
              Good luck to all of us!

              D 1 Reply Last reply Reply Quote 0
              • D
                duepips @OntradingX last edited by

                @ontradingx said in Check Market Close:

                @duepips 0_1651981542065_marketclosed.png

                is correct?

                i used price close for verification

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

                  @duepips You can also use UNIX time verification.

                  (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.

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

                    @l-andorrà said in Check Market Close:

                    @duepips You can also use UNIX time verification.

                    you have on example for me? Thanks

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

                      @duepips Something like this connected below a 'for each trade' block:

                      0_1652167027396_01.png

                      (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.

                      D 2 Replies Last reply Reply Quote 0
                      • D
                        duepips @l'andorrà last edited by

                        @l-andorrà said in Check Market Close:

                        @duepips Something like this connected below a 'for each trade' block:

                        0_1652167027396_01.png

                        thanks, this is for wait tick! for check market close?

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

                          @l-andorrà said in Check Market Close:

                          @duepips Something like this connected below a 'for each trade' block:

                          0_1652167027396_01.png

                          Thanks, I created a check for the market close by encrypting the data of the candle 0 M1 with the Time and the Close performed so on Timer set to 60 seconds, at each step of on Timer it creates a unique code, the Market warning appears only when the market is stopped closed

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

                            Weekend Close Check

                            Use block: Weekday filter

                            Reject working days

                            Allow Saturday + Sunday

                            When true = Weekend = Market closed

                            0_1652266347259_4ef60b31-4389-4999-b826-2025351d4611-image.png

                            Life is FUN - when you have control over it. Take control over FX & Have FUN all the Time! :-)

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

                              @duepips This is supposed to be used on the 'on tick' tan, if that is your question.

                              (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.

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

                                @l-andorrà said in Check Market Close:

                                @duepips This is supposed to be used on the 'on tick' tan, if that is your question.

                                yes, on tick, add a for each position block?

                                l'andorrà D 2 Replies Last reply Reply Quote 0
                                • l'andorrà
                                  l'andorrà @duepips last edited by

                                  @duepips Yes, you will need that block on top of the condition block.

                                  (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
                                  • D
                                    duepips @duepips last edited by

                                    @duepips said in Check Market Close:

                                    @l-andorrà said in Check Market Close:

                                    @duepips This is supposed to be used on the 'on tick' tan, if that is your question.

                                    yes, on tick, add a for each position block?

                                    yes I tried but it is loaded only if you have open positions, if you do not have open positions it does not work

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

                                      @duepips Then I'm afraid you should try jstap's suggestion.

                                      (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.

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

                                        @l-andorrà said in Check Market Close:

                                        @duepips Then I'm afraid you should try jstap's suggestion.

                                        yes I wanted to try it but I didn't understand how to assemble the blocks

                                        jstap 1 Reply Last reply Reply Quote 0
                                        • jstap
                                          jstap @duepips last edited by jstap

                                          @duepips You add it like this https://fxdreema.com/shared/1bYhCfYfe only works on MT4, MT5 is more complicated.

                                          Learn fxDreema Without the Wait!

                                          My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                                          The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                                          Don’t miss out

                                          Click here➡️ https://mybook.to/fxDreema to get your copy today!

                                          Enjoy! 😊

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            duepips @jstap last edited by

                                            @jstap said in Check Market Close:

                                            @duepips You add it like this https://fxdreema.com/shared/1bYhCfYfe only works on MT4, MT5 is more complicated.

                                            thanks, I on mt5 have added block on Timer drumming time server and time candle + adjust 60.0 for wait ticks and 600.0 second (10 minutes) for market close

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

                                            Online Users

                                            B
                                            A
                                            P
                                            A
                                            A
                                            X
                                            K

                                            16
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors