Discussion of article "Visual strategy builder. Creating trading robots without programming" - page 10

 
RoboGod2016:
Wow u created this ? True genius and user friendly. I'm jealous. Great work my friend and I wish u success.
Yes I did! Thank you for your kind words.
 
Hello, I congratulate you I'm trying but I have trouble finding all the elements described in the videos, there is a user manual
 
alessandro romeo:
Ciao, si complimenti io lo sto provando ma ho delle difficoltà a trovare tutti gli elementi descritti anche nei video,esiste il manuale d 'uso

Hello. Please, use "search" option to find the elements by their names mentioned in the video and screenshots to the article. You can send me a private message if you have specific questions.

Best Regards.

 
And now only renting? Just, you know, scraped up $500, and buying from the marketplace has disappeared))) for MT5
 
mkron:
And now only renting? Just, you know, scraped up $500, and buying from the marketplace has disappeared))) for MT5
Answered in a private message.
 

Yes, you have done a great job! Congratulations!

It would be interesting to compare the optimisation speed of a generated EA and an EA written from scratch.

How much overhead does the generated code give? Is caching of "heavy" data (for example, readings of cast indicators on the generated bar) implemented?

 
Andrey Khatimlianskii:

Yes, it's a great job! Congratulations!

It would be interesting to compare the optimisation speed of a generated EA and an EA written from scratch.

How much overhead does the generated code give? Is caching of "heavy" data (for example, readings of cast indicators on the generated bar) implemented?

Yes, it's interesting to compare, but I haven't compared it yet. In the first version there is no special optimisation of the generated code (caching too), so I don't see the point in comparing it yet. Besides, an Expert Advisor can be written differently "from scratch" :).

If I will add optimisation in the future, I will compare it with some "manual" code.

 

Your product is magic by my standards.

And at the same time, the appetite comes with the food. :))

If it is already possible to generate an Expert Advisor according to the block scheme, would it be difficult to refine the product so that the same scheme would generate a balance indicator (code example) and a script that provides the possibility of searching external parameters, with saving indicator values in several parts of the optimised interval?

We will get an optimiser, the results of which will be relevant only for the user. It will not be able to compete with the standard MQL tester in terms of functionality and guarantees. But it can be indispensable for evaluating the prospects of the Expert Advisor created by the user.

Just in case, a picture of the balance indicator (bottom window).

Smooth balance steps, green line of funds.

 
Aleksey Panfilov:

Your product is just magic by my standards.

And at the same time, the appetite comes with the food. :))

If it is already possible to generate an Expert Advisor using the block scheme, would it be difficult to refine the product so that the same scheme would generate a balance indicator (code example) and a script that provides the possibility to search for external parameters, saving indicator values in several parts of the optimised interval?

We will get an optimiser, the results of which will be relevant only for the user. It will not be able to compete with the standard MQL tester in terms of functionality and guarantees. However, it can be indispensable for evaluating the prospects of an Expert Advisor created by a user.

Just in case, a picture of the balance indicator (bottom window).

Smooth balance steps, green line of funds.

Interesting idea. But in this case I don't see the point of this development. Built-in MT tester perfectly copes with these tasks.

 
Andrey Barinov:

It's an interesting idea. But in this case I don't see the point of this development. Built-in MT tester perfectly copes with these tasks.

I agree.

It's just one step away from the standard generation of self-optimised experts. )))

And of course, they can be tested only in the built-in MT tester.