fxDreema

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

    Repeat buy or sell from the same price point

    Questions & Answers
    6
    60
    4709
    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.
    • V
      vijithtr last edited by

      Repeat buy or sell from the same price point if the price comes to the starting price ( condition- once a bar )

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

        @vijithtr What do you exactly mean by 'starting price'? Do you maybe mean the open price of the previous trade?

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

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

          @l-andorrà I want to start a trade at 9:30 , that trade is my starting price

          VHV-Profit-Masters l'andorrà 2 Replies Last reply Reply Quote 0
          • VHV-Profit-Masters
            VHV-Profit-Masters @vijithtr last edited by

            @vijithtr
            Hello, have you tried placing time filter?

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

              @vijithtr Ok. So do you want to open a trade every time price hits that price throughout the day? Which minimum distance do you need to stop opening unlimited trades per day?

              (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
              • V
                vijithtr last edited by

                100 pips away from starting point and it should take trade 3 times (eg : if initial price : 2000 buy trade at 2100-repeat this trade 3 times)

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

                  Then you definitely need variables. Are you familiar with them?

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

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

                    @l-andorrà pls show me with example

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

                      @l-andorrà yes

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

                        Ok. Then you need a counter variable used to identify how many times price was hit. If I understand correctly your strategy, as soon as price hits 2100, it needs to hit again 2000 before hitting 2100 once more to count the second 'touch'. Is that correct?

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

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

                          @l-andorrà strategy is correct. How to add counter variable and which block I have to add before buy now block

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

                            That would require a full structure doing that. It is not that easy as to upload a screenshot. Those are the substructures necessary (for buys only):

                            1. Variable 1 counting how many times the level is hit.
                            2. Variable 2 counting how many times the open price is hit after the previous level was hit.
                            3. Matching variables 1 and 2 structure monitoring when the condition is met.
                            4. Resetting variables 1 and 2 when point 3 happens.

                            As you can see that is not a trivial thing to do. You can try to begin it and I will assist you to review it.

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

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

                              @l-andorrà where to add these variables , under which block these variables should be added

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

                                As I pointed out. You need to create a completely separated structure doing that. Additionally, They do not need necessarily to be connected together. They can be separated depending on your current structure. There is no simple description to be embedded in one block or two, 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.

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

                                  @l-andorrà Assume First trade started with the price of 2000( TP = 100 pips) and if trade closed , then price again comes to 2000 second trade will be initiated ( TP =100 pips ) and if second trade also closed initiate third trade in price 2000 ( TP = 100 pips ) like that… second and Third trade starting after the take profit of previous one.

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

                                    Yes, I fully understand how it works. The problem is that building such a structure is not that easy. Have you tried an initial version? We can begin from there.

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

                                    V 5 Replies Last reply Reply Quote 0
                                    • V
                                      vijithtr @l'andorrà last edited by

                                      @l-andorrà ok😊 👍

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

                                        @l-andorrà pls check this EAhttps://fxdreema.com/shared/LTcGl8rEc

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

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

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

                                            Ok. That's a good beginning. Now please notice that price_1 variable is supposed to store two different values at the exact same time by adding +50 and subtracting -50. This means you will need two different variables. One for adding +50 and the other one for subtracting -50.

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

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

                                            Online Users

                                            N
                                            S
                                            T
                                            A
                                            Y

                                            17
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors