fxDreema

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

    Tutorial 04 - EMA cross, part 4 - more Buttons [beginners]

    Tutorials by Users
    3
    7
    7163
    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
      miro1360 last edited by

      In this tutorial you can see, how to control part of blocks with more buttons, here is also solution of homework from tutorial 3

      https://fxdreema.com/shared/UIUJQBy7d

      0_1480640827545_upload-a5dc4e37-d904-475f-9eb9-81da5fd67425

      Between trading and gambling is a very small gap, be careful.

      1 Reply Last reply Reply Quote 2
      • P
        Piroozmand last edited by

        Hello Miro,

        Thank you for the tutorials, we need more of that stuff........
        Is it possible to slow down the speed of the tester like the way "Pip Dandy`s skill builder" is doing?

        1 Reply Last reply Reply Quote 1
        • M
          miro1360 last edited by

          try this hint from Dandy:
          https://www.youtube.com/watch?v=NMLJ6qwaQ9M

          in fxdreema give in custom code block this code:

          for(int i=50;i>0;i--)
          {
          Comment(i);
          }

          50 you can give into Inputs like
          int speed 50

          and your code in Custom code block will be:

          for(int i=speed;i>0;i--)
          {
          Comment(i);
          }

          Between trading and gambling is a very small gap, be careful.

          1 Reply Last reply Reply Quote 0
          • N
            nemo.vr11 last edited by

            hi miro1360, I', following your tutorial. thanks you gave your time to do these tutorials.
            stupid question: I didn't find the area object that you use to write and to group counter cross ema trading blocks and trend follows cross ema trading. are these object only to draw and divide the program clearly or influences the program, that is do they decide what type of block to run?

            another question: I have made your first tutorial and downloaded. I was surprised how much code it is written also for a simple program. it is normal?

            1 Reply Last reply Reply Quote 0
            • M
              miro1360 last edited by

              area is not for EA function, it is only for visible management in builder - only for you

              what code do you mean? there are mostly only blocks connected 😄
              if you mean text in description blocks, you can avoid them (it is not for EA functionality), only connected blocks are important

              Between trading and gambling is a very small gap, be careful.

              1 Reply Last reply Reply Quote 0
              • N
                nemo.vr11 last edited by

                I mean in the mq4 file you download at the end. I think what we do in tutorial is one o two rows in C. mq4 is made of thousands rows

                1 Reply Last reply Reply Quote -1
                • N
                  nemo.vr11 last edited by

                  but where do you find this area to draw. I have searched in all the groups

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

                  Online Users

                  K
                  A
                  S
                  B
                  A

                  16
                  Online

                  146.7k
                  Users

                  22.4k
                  Topics

                  122.6k
                  Posts

                  Powered by NodeBB Forums | Contributors