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

 

Andrei!

You have not named the article correctly.

After all, connecting modules is also programming!

But in general, you have done a great job - you are good!

But this method is a dead end, you can't write a good (full-fledged) robot in your constructor.

a good (full-fledged) robot in your constructor. A MQL programme is a set of procedures and functions,

which can be corrected at any time (add or remove a parameter),

and you can't do it in a constructor.

That is, there are serious limitations.

Even in MQL itself there are limitations (e.g. no collbacks)

 
prostotrader:

Andrei!

You didn't title the article correctly.

After all, connecting modules is also programming!

But in general, you have done a great job, - you are well done!

But this method is a dead end, you can't write in your constructor

a good (full-fledged) robot in your constructor. A MQL programme is a set of procedures and functions,

which can be corrected at any time (add or remove a parameter),

and you can't do it in the constructor.

I.e. there are serious limitations.

Even in MQL itself there are limitations (e.g. no colbacks)

My experience in freelancing (1000 + ) orders, shows that about 80% of robots that people order can be done automatically. All intersections of mashes, RSI, MACD, stochastics, candlestick patterns, etc. etc. etc.

Of course, there are limitations. Like everywhere else.

 

Hello!

1) What is the difference between the demo version and the purchased version. If purchased, how can I keep the licence that comes with the product?

2) Can I create trading systems for algorithmic trading on the Moscow exchange futures?

3) Does the programme have blocks such as open position held for several candles, accumulated profit MFE in %?

 
Timofej Dmitric:

Hello!

1) What is the difference between the demo version and the purchased version. If purchased, how can I keep the licence that comes with the product?

2) Can I create trading systems for algorithmic trading on the Moscow exchange with futures?

3) Does the programme have blocks such as open position held for several candles, accumulated profit MFE in % ?

1) in the full version user schemes are not deleted at random moments of time
2) yes
3) there are no such blocks in the current version
 
MetaQuotes Software Corp.:

New article Visual strategy builder. Creating trading robots without programming has been published:

Author: Andrey Barinov

Hi Andrey,

Thanking you so much with such a kind of fantastic brilliant "close to perfection" job.

It made me easier to implement my ideas of trading accordingly.

Greetings from a half globe away, Bantul, Yogyakarta, Indonesia.

 
Jodie Hank:

Hi Andrey,

Thanking you so much with such a kind of fantastic brilliant "close to perfection" job.

It made me easier to implement my ideas of trading accordingly.

Greetings from a half globe away, Bantul, Yogyakarta, Indonesia.

Thanks for the kind words.

Also, please do let me know if you have any idea how to make it “closer to perfection” :)
 
Hello Andrey....would this Ea builder allow me to create a strategy that is based on the Renko chart on MT4? 
 
clidee:
Hello Andrey....would this Ea builder allow me to create a strategy that is based on the Renko chart on MT4? 

Hi, 

the builder does not know and does not care on which chart you will apply generated codes.

Yes, you can build EAs for Renkos, but whether or not they will run properly on them really depends on the Renko generator which you use. There are different ones and they behave a bit different.

<Deleted>

Best Regards.

 
Is it possible to operate with geometric objects?
 
linkodd:
Is it possible to operate with geometric objects?

If you mean graphical objects, then no, there is no such possibility in the current version of the Designer.