fxDreema

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

    Betting System: Fibonacci first lotsize base on balance, is it possible?

    Questions & Answers
    3
    7
    1548
    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.
    • T
      Tom 5 last edited by

      Hello guys,

      i hope you can help me 🙂
      I would love to set the Betting System: Fibonacci so that when it starts with e.g. 100$, that it use 0.01 lot and when reaches a balance for e.g. 1000 $, that it increase the first lotsize trade to 0.02 lot and
      2000 $ = 0.03 lot ... and so on.
      At all its great, but to make a 10 year backtest, it reduce the profit all the time, and i have to make it year by year and test it again. I would love if i can set it so that it changes the lotsize by balance like its possible on other systems here too. Can you maybe help?
      Thanks in advance for your answers!
      Greetings Tom

      "First learn! Then earn!" or "As more you learn, as more you earn."

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

        Can you please share the project to take a llok on 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.

        1 Reply Last reply Reply Quote 0
        • T
          Tom 5 last edited by

          Hello 🙂

          i havent found the share project button, dont know why. I saw it in the past, but atm. i havent found it. But at all its simple situation and i made a screenshot.

          0_1580212025763_99c946d4-e705-42c4-bed7-672d8a1b5b24-grafik.png

          My problem is: if i make a backtest from 2010 till now, then it takes all the time over 10 years the same Initial Volumen. It would be great if i can say the system use Initial Volume 0.1 from 0-1000 balance, 0.2 - 1000 - 2000, and so on, that its % based or what ever on the increasing balance situation.

          In real trading i can do it from time to time, but in backtesting i have to make year by year, write results on excel, make new backtest, and this is extremly timeconsuming.

          Do you haven an idea how i can solve it?

          "First learn! Then earn!" or "As more you learn, as more you earn."

          roar 1 Reply Last reply Reply Quote 0
          • roar
            roar @Tom 5 last edited by

            @tom-5 To use 0.1 lots for every 1000$ in balance, put this string into the initial volume field:

            AccountBalance()/1000*0.1

            Need small help? Tag me in your post
            Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

            T 2 Replies Last reply Reply Quote 2
            • T
              Tom 5 @roar last edited by

              @roar waow - thanks i have to try it later - but sounds logic so far - thanks so far for your help 🙂

              "First learn! Then earn!" or "As more you learn, as more you earn."

              1 Reply Last reply Reply Quote 1
              • T
                Tom 5 @roar last edited by

                @roar said in Betting System: Fibonacci first lotsize base on balance, is it possible?:

                AccountBalance()/1000*0.1

                Can you maybe help me to make here a variable out of it which i can change easy in settings later? Atm. i have put in a varible double for initial lotsize. Is it possible to use something like this too with your string?

                "First learn! Then earn!" or "As more you learn, as more you earn."

                roar 1 Reply Last reply Reply Quote 0
                • roar
                  roar @Tom 5 last edited by roar

                  @tom-5 You can use constants and variables simply as a part of code, you don't have to right-click so the field turns brown/blue.

                  Make a constant lotsize = 0.1
                  Now the code string is:
                  AccountBalance()/1000*lotsize

                  Need small help? Tag me in your post
                  Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

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

                  Online Users

                  S
                  C
                  M
                  J
                  5
                  C

                  14
                  Online

                  146.7k
                  Users

                  22.4k
                  Topics

                  122.6k
                  Posts

                  Powered by NodeBB Forums | Contributors