fxDreema

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

    using fxdreema variables with on OnTester()

    Questions & Answers
    4
    10
    1239
    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
      Supersako last edited by

      So I followed a forum that showed you how to use OnTester() in fxdreema for optimization in mt4 and it works, I was wondering if there was a way to use variables made in fxdreema and use them in the OnTester?

      Pretty much, the current ontester result I have shows winrate with profit trades/losing trades. I'm trying to change it to profit trades that ONLY hit my take profit/Trades that ONLY hit my stop loss, and disregard the trades that dont do either. My current WINRATE variable in Fxdreema does this already. So is there a way to use it?

      0_1603313514970_eo0R3KT0Iw.png

      0_1603313553897_OSq0OGB7tl.png
      0_1603314123355_8QaY0kq9Ac.jpg

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

        Wow. I guess the only guys here who can offer you ans answer are miro and roar. This is what I call ultraadvanced fxDreema. 🙂

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

        MrDaisyBates S 3 Replies Last reply Reply Quote 1
        • MrDaisyBates
          MrDaisyBates @l'andorrà last edited by

          @l-andorrà Hahahaha. I'm kinda lurking on this thread hoping to hear what they say, also. Hopefully the OP might try to summon one of them. I'd love to get answers on this. I love the "on tester" stuff in MT4. I have a particular indicator backtesting EA that utilizes it and I can get some pretty good info out of it sometimes. I'd love to be able to incorporate this into my own EA builds.

          If roar/miro come along, would one of you mind making a proper tutorial for it and labeling it as such and posting it in the tutorial forum, then linking it here so we know to check it? I'm sure it's worthy of that, if you have the time/energy/patience to do so. ❤

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

            @l-andorrà oh haha, in the meantime I've been trying to code it inside MetaEditor but I get mostly errors, i'm just not that experienced, hopefully there's a solution in fxdreema.

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

              @l-andorrà @CDWilder1 I know this topic is very old, but I actually figured out how to do this, its as simple as putting
              v::(your variable name)
              inside the return function, so for me, I want to test based on my winrate variable, so my MQL studio function would look like this

              double OnTester()
              {
              return(v::WINRATE);
              }

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

                @supersako Good for you! Thank you for sharing. 😉

                (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
                  vonmunchy @Supersako last edited by

                  @supersako said in using fxdreema variables with on OnTester():

                  @l-andorrà @CDWilder1 I know this topic is very old, but I actually figured out how to do this, its as simple as putting
                  v::(your variable name)
                  inside the return function, so for me, I want to test based on my winrate variable, so my MQL studio function would look like this

                  double OnTester()
                  {
                  return(v::WINRATE);
                  }

                  Mind sharing how you calculate your win rate into a variable.

                  The right now I'm able to output 1 parameters to csv.

                  Any suggestions on outputting multiple?

                  Know that there are cunning manipulative idiots who only looked for themselves. Who will come to seek what you know and the moment they learn a little they claim to be a master and think they know what they are talking about.

                  The perfect example is in this platform named Tipsy Wisdom. From someone who didn't know what constant variable or back testing, rather a letteral noob when it came to algo trading, spent 2 months learning from ME for FREE OF CHARGE and is now self proclaimed teacher with a discord group who will take your money to build EAs claiming it will give you a Edge 🤣

                  When his arragonce is beyond tolerant and decided to discard any and all work spent teaching the idiot, he decides to write a sympathy signature claiming the poor sad innocent guy was burnt and played for a fool WHEN HE SHOULD BE THANKFUL IN MAKING PROGRESS WITH ALGORITHM TRADING. 🤷

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

                    https://fxdreema.com/shared/8IW5aQHCc

                    This is how I use to calculate winrate, I don't have any new ones, I just don't use winrate anymore. I have never used csv files so I'm not sure about that.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Supersako @vonmunchy last edited by

                      @vonmunchy
                      https://fxdreema.com/shared/8IW5aQHCc

                      This is how I use to calculate winrate, I don't have any new ones, I just don't use winrate anymore. I have never used csv files so I'm not sure about that.

                      V 1 Reply Last reply Reply Quote 0
                      • V
                        vonmunchy @Supersako last edited by

                        @supersako thanks for sharing. Let me rephrase my question.

                        The return gives 1 output. In this case it was a variable. Im trying to have more than 1 variable. Any suggestions on that

                        Know that there are cunning manipulative idiots who only looked for themselves. Who will come to seek what you know and the moment they learn a little they claim to be a master and think they know what they are talking about.

                        The perfect example is in this platform named Tipsy Wisdom. From someone who didn't know what constant variable or back testing, rather a letteral noob when it came to algo trading, spent 2 months learning from ME for FREE OF CHARGE and is now self proclaimed teacher with a discord group who will take your money to build EAs claiming it will give you a Edge 🤣

                        When his arragonce is beyond tolerant and decided to discard any and all work spent teaching the idiot, he decides to write a sympathy signature claiming the poor sad innocent guy was burnt and played for a fool WHEN HE SHOULD BE THANKFUL IN MAKING PROGRESS WITH ALGORITHM TRADING. 🤷

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

                        Online Users

                        M
                        S
                        T
                        O
                        G
                        B
                        A
                        P
                        I
                        M
                        M
                        J
                        T
                        S
                        T
                        M

                        32
                        Online

                        146.7k
                        Users

                        22.4k
                        Topics

                        122.6k
                        Posts

                        Powered by NodeBB Forums | Contributors