fxDreema

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

    Time limit from last trade

    Questions & Answers
    3
    14
    1466
    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.
    • S
      shack11 last edited by

      Hi, I'm looking for a way to prevent the EA from making another trade if there was one before.
      Now for an example: My EA is working on the H1 time frame and checking the conditions every round hour. Im trying to avoid opening a position after position.
      lets say there was one trade at 09:00 and closed at 09:40. now I want the EA to NOT open a new trade at 10:00.
      I guess I'm looking for a "cooling period" of at least an hour between trades...

      Thanks a lot !

      1 Reply Last reply Reply Quote 0
      • L
        len 1 last edited by

        The next question would be cyclical or not? If not, then you have to manually control each trade.

        1 Reply Last reply Reply Quote 0
        • S
          shack11 last edited by

          @len-1 said in Time limit from last trade:

          cyclical

          What do you mean by cyclical ?

          L 1 Reply Last reply Reply Quote 0
          • L
            len 1 @shack11 last edited by

            @shack11 do you want a cooling period after every trade the bot initializes? If you do, that's cyclical....like a cycle.
            If its just for any trade, as you wish, then that is when you have to watch your trades and do it your self.

            S 1 Reply Last reply Reply Quote 0
            • S
              shack11 @len 1 last edited by

              @len-1 Thanks.
              Yeah I want it to be cyclical then, after every trade that the bot initializes...

              Is there a way to do it ? cheers.

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

                @shack11 This is the easiest 'cooling' period structure:

                https://fxdreema.com/shared/uQiDJkvyc

                You need to create a boolean variable (see block 3). Then you need to add a 'condition' block as per block 3 on top of your launching tree. Immediately after it you change the caondition into 'false' so that no new trades will be open while the coolin period is active.

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

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

                  @l-andorrà
                  Im not sure I got this, Is the "small tree" you did for me suppose to be connected to the my whole tree ? or it should be separated and I need to create another block to add to the top of my tree ? Thanks

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

                    @shack11 Firstly let me say that I created that tree on the wrong tab. Please move it to the 'on Tick' tab. It should be separated from any other tree and the ID number on top of it should be higuer that the previous tres, especially the one launching the trades.

                    (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
                    • S
                      shack11 last edited by

                      0_1602688032192_d2618d05-0f5b-479f-be33-1674e1e81216-image.png

                      That's what I'm getting if I add your tree to the same tab as my tree. Yours has higher ID numbers ...

                      Should I add another block to "introduce" the boolean "active again" ?

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

                        @shack11 Can you please share your project?

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

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

                          @l-andorrà
                          https://fxdreema.com/shared/NrFTZJExd

                          Cheers!

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

                            @shack11 Copy block 16646 and connect it immediately below you 'No trade' 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.

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

                              @l-andorrà
                              Still the same:
                              0_1602851286069_9dfe5165-e3fe-4750-8448-709db7d0ffbb-image.png

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

                                @shack11 Did you create that variable? Can you please show your variable list?

                                (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

                                A
                                E
                                R
                                S
                                B
                                N
                                M
                                A

                                22
                                Online

                                146.7k
                                Users

                                22.4k
                                Topics

                                122.6k
                                Posts

                                Powered by NodeBB Forums | Contributors