Interesting advisor - page 8

 
sergeev:

they have been in the codebase for a year now

https://www.mql5.com/ru/code/8867


So? Or is it a game to find 5 links and get a bonus?
 
lerik:


I did it once: it's really better to generate filters on a specific pair, timeframe and quotes (i.e. OCs). But in general you can use the posted filters (the closest one is EURUSD), selecting 1H-1D timeframe depending on the timeframe of DT (quotes).

If you need a filter generator, I can lay it out.


Do a good deed, post it.
 
rebiata podskajute skolko mog stoit Maiatnik (Swinger) v 2008 gody?
 
Mathemat:

And actually, this is quite interesting:

There's also protection by merchant account number. Anyway, it's not good to poke around in decompiles :)

I don't think it's worth the effort.

Let me tell you guys, having constructs like:

   if (IsTesting() != TRUE) {
      if (IsVisualMode() != TRUE) {

should be a red flag.

This is amateurish code.

A normal coder will write it:

   if ( !IsTesting() ) {
      if ( !IsVisualMode() ) {


If the coding is like this, then even if there is some idea, the question arises: "How well is it implemented in the EA?"

 

The constructions are equivalent, there is no terrible mistake in the given code. Well, some people like brevity (I like the second variant better too, by the way), while the author likes what he calls readability.

Yes, there is a lot of redundancy in the EA, an excessive number of string global variables, there are other shortcomings. Nevertheless, a working code of this size is already an achievement.

 
Mathemat:


Yes, there is a lot of redundancy in the EA, an excessive number of string global variables, and other shortcomings. Nevertheless, a working code of this size is already an achievement.

With this quality of coding, a working EA is naturally an achievement.
 

I'm not being facetious, I'm not being facetious.

I'm just saying.

 
Mathemat:

The constructions are equivalent, there is no terrible error in the above code.


I'm not talking about errors, I'm talking about style.
 
PapaYozh:
I'm not talking about mistakes, I'm talking about style.
They could have copied from the language of competing platforms, hence the bloopers.
 
DekanFF:

Do a good deed, post it.

http://fx.qrz.ru/

https://www.mql5.com/ru/articles/32

Reason: