Metatrader 5 versions of indicators ... - page 33

 
mntiwana:

Dearest MLADEN

You are indefensible and technically handling the matter,  attracting us to go on MT5 by your so beauty stuff :):)

and i noticed all and every with mq5 code.

regards

Yep, it is starting to look like it should :)
 
mladen:

Not a problem of forum policies

Simply such code is not going to be taken into account.

As of recognizing : I tried to explain a couple of times : check the code, and if you see nonsense that takes a machine to understand it, it is decompiled code. Human are using logical names/words when writing computer code. Things like this :

bool Gi_144 = FALSE;
bool G_cmd_148 = -1;
int Gi_152;
double Gd_156;
double G_price_164;
double G_price_172;
string G_name_180 = "";
string G_name_188 = "tp";
string G_name_196 = "tp_value";
string G_name_204 = "sl";
string G_name_212 = "sl_value";
string G_name_220 = "tp_hline";
string G_name_228 = "tp_label";
string G_name_236 = "sl_hline";
string G_name_244 = "sl_label";
string G_symbol_252;
Mean nothing to a human writing a code and it is a first sign that it is a decompiled code

OK - thank you - I now see what you mean - have seen a lot of code with that look before - thought it was "normal" programmer stuff  --  who knew - will keep looking for a proper file to send you. Thanks again

\

 

Good day, Mladen ! Could you convert these 2 masterpieces

of your's into mql5, if you please... Thank you in advance, Mikhael.

 
mladen:

PDF ma - metatrader 5 version


This version has the usual additions we have in metatrader 5 versions :

3 level types :

  • floating
  • quantile
  • no levels (when it turns to "on slope" coloring)

Alerts, multi time framing, usual choice of prices ...


is it possible to create StepMA PDF for MT5?
 

T3 - the "corrected" version (using the dr.Alexander Uhl's "correcting" method)


Files:
T3 ca.zip  7 kb
 
Mladen / Mr. Tools,

can you prepare an MT5-version of the slidingrange-indicator from the "Better Bollinger Band" thread ?

Sixer
 
Sixer:
Mladen / Mr. Tools,

can you prepare an MT5-version of the slidingrange-indicator from the "Better Bollinger Band" thread ?

Sixer

Sixer

Here is the metatrader 5 version of the sliding range indicator


Files:
 

Thanks for updating the "Sliding Range" indicator.


Pls. add to your further works an update of the "Fourier extrapolation of averages" to mq5 incl. the dll too.

Sixer

 
mladen:

New, upgraded version of smoothed repulse (optimized code, and some new options)


hello dear mladen. 

help me please :)

I want to generate a zero crossing signal for this indicator ? up-down arrow signal on price indicator ??

 
soydan:

hello dear mladen. 

help me please :)

I want to generate a zero crossing signal for this indicator ? up-down arrow signal on price indicator ??

you can use the middle level cross (that is faster than the zero cross)
Reason: