Tutorial 04 - EMA cross, part 4 - more Buttons [beginners]
-
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

-
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? -
try this hint from Dandy:
https://www.youtube.com/watch?v=NMLJ6qwaQ9Min 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 50and your code in Custom code block will be:
for(int i=speed;i>0;i--)
{
Comment(i);
} -
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?
-
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 -
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
-
but where do you find this area to draw. I have searched in all the groups