fxDreema

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

    Positive - Negative

    Questions & Answers
    3
    15
    292
    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.
    • M
      Mani13 last edited by

      hello,
      I want an expert help, I just want to take random trades and if no. of trades reach a value Ea will start averaging the negative trades with the Profit of positive trades. Below is the link I have tried with an experts help but nothing had happend.
      Please suggest the right way or help me find out the mistake in this
      https://fxdreema.com/shared/jIHpQikXd

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

        One question first. Do you really need completely random trades to make the strategy work or is it a way to hide the strategy? I'm asking because the way trades are open is determining to find a solution for what you need.

        (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
        • M
          Mani13 last edited by

          It is random trades, like sell only when trend down and buy only when trend up.

          M 1 Reply Last reply Reply Quote 0
          • M
            Mani13 @Mani13 last edited by

            @l-andorrà It is random trades, like sell only when trend down and buy only when trend up.

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

              So it is not like random

              M 1 Reply Last reply Reply Quote 0
              • M
                Mani13 @sktsec last edited by Mani13

                @sktsec These are random in a way that there is no particular gap between each buy or each buy,

                If we talk about buy, 1st buy, next buy might is lower than previous buy or higher than previous buy.
                For example we have 30 buy trades in which 10 are in profits and rest in loss, So if we have total profit of 10 buy trades >= to few of initial loss trades result of difference is profit money in inputs.

                Rest keep on running open new trades and balance negative trades with profitable trades

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

                  Technically you can do it with variables, but I don't see the logic behind that yet. Are you sure that a strategy worth the time to implement 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.

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

                    @l-andorrà I use variables in project, you can see
                    https://fxdreema.com/shared/jIHpQikXd
                    But I think that this will work for a particular loop.
                    But I want to do it for random trades (trades not opened in a pattern like not only on loosing side not only on winning side)

                    I logic is for doing this is to lower the deposit load and drawdown when more than a "x" number of trades get opened.

                    If you can help me to tweek the current project so that it will work for random trades too

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

                      Your current structure can potentially open an infinite number of trades. Are you sure the bot can afford that management later when hundreds of them are supposed to be checked to close?

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

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

                        @l-andorrà
                        No, I don't want to reach the situation to reach hundreds, It has option to start the process when certain number of trades reach like 15 trades I suppose to to start the process.

                        And when it started to average the negative trades with positive ones, its numbers start decreasing.
                        Suppose we have 15 open trades, out of which 4 are positive with a total profit of 10$
                        And our close all trades at profit is $3.

                        So when profit of 4 profitble trades is $10 and it balance 2 negative trades which has total negative count of -7$.
                        So it close those 4 trades along with 2 negative trades.
                        with a calculation of (Profit trades - Negative trades = Profit money)

                        after this get implimented total trades lowers to 9 so that averaging algorithm stops working

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

                          I strongly recommend to use a max limit of open trades before moving on. Otherwise the bot will simply go crazy. What max number of open trades at the same time you'd be ready to accept?

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

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

                            @l-andorrà Lets say max trades as 50,
                            As when I use few filters it will not exeed 50

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

                              @forexbob-0 Then you need to use this block on top of blocks 55 and 56 and assigning it a number below 80 and 97:

                              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.

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

                                @l-andorrà So you mean after putting this block above buy/sell logic, this program start working ?

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

                                  Yes, but please don't forget to renumber those blocks I specified.

                                  (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

                                  N
                                  S
                                  E
                                  H
                                  E
                                  S
                                  A
                                  T
                                  A
                                  A
                                  M
                                  A
                                  M

                                  22
                                  Online

                                  146.7k
                                  Users

                                  22.4k
                                  Topics

                                  122.6k
                                  Posts

                                  Powered by NodeBB Forums | Contributors