fxDreema

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

    How to increase the "Base Volume" based on balance gain percentage?

    Questions & Answers
    4
    6
    1378
    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.
    • R
      rafaels919 last edited by rafaels919

      How to double the "Base Volume" based on balance gain percentage?

      Thanks.

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

        What do you exactly mean by 'base volume'?

        (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
        • R
          rafaels919 last edited by

          Right, I probably should've clarified it in my description.
          "Base Volume" in the "Buy/Sell now" node.
          if you click on the "Money Management" drop down and choose "Betting:Custom Sequence", you will see it there.

          Basically what I'm trying to get to here is to double the set Volume Sequence once my balance is doubled.

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

            Personally I have never used that option. I do almost everything I need with variables only. 🙂 Maybe someone else can help you on that specific element. If not, let me know and I will tell you how to do it...with variables 😉

            (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
              mwilson4754 last edited by

              Did anyone ever figure this out? I could use some help on this matter as well. Thanks

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

                I did something similar in my code. First you will need some inputs and variables
                0_1593218341482_458d4274-37b2-43b7-b49e-ef44f98056d7-image.png
                This means that for every $100 in my account that the bot will add 0,01 to it's lot size automatically.
                Next we also need to set 2 variables
                0_1593218423357_e0896475-f230-496f-a950-ba496f29fa9a-image.png

                We will use these 4 values for our calculation.
                Personally I think it's better to base lot size from the AccountEquity instead of from the AccountBalance because sometimes in my bot, the balance is way more than the equity and I don't want my bot to over invest in the market.

                OK so the net step I took was to calculate the lot divider variable using the inputs of $100 and 0.01 lots.

                0_1593218608035_ec143a26-7514-4ba3-bf22-afd78a596186-image.png

                In this example, the lot divider is 10,000
                So if my account has $200 in it.... 200/10000 = 0.02 so my trade size will be 0.02
                I hope this helps?
                0_1593218792511_e58ee7e4-c415-4c0f-892a-86423d7a5363-image.png

                My bot has a variable called Start_Equity. If you do not have this variable and you wish to use the current account balance or equity then the term to use in this block would be (AccountBalance) or (AccountEquity)

                It's working perfectly like this in my bot.

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

                Online Users

                B
                A
                E
                R
                S
                B
                N
                M

                17
                Online

                146.7k
                Users

                22.4k
                Topics

                122.6k
                Posts

                Powered by NodeBB Forums | Contributors