Page 13 of 74

Re: Please adjust my mq4 file

Posted: Mon Oct 01, 2018 5:32 am
by Julio
Hi MrTools and coders, can someone remove warnings to this EA.

Regards,

Re: Please adjust my mq4 file

Posted: Mon Oct 01, 2018 5:45 am
by mntiwana
Julio wrote: Mon Oct 01, 2018 5:32 am Hi MrTools and coders, can someone remove warnings to this EA.

Regards,
Cleaned,Try now

Re: Please adjust my mq4 file

Posted: Mon Oct 01, 2018 8:45 am
by Julio
mntiwana wrote: Mon Oct 01, 2018 5:45 am
Try now
Thank you Mntiwana for always being at the foot of the canyon. I'm very happy that you do your first steps in coding. Some of us are totally denied for it. Regards,

Re: Please adjust my mq4 file

Posted: Fri Oct 12, 2018 2:34 am
by Julio
Hi Mntiwana & coders, the EA close_buys_or_sells.mq4 is not closing my orders in profit set. I suspect that it may be because of the new suffix added by my broker to the pairs (Ex. EURUSD.r). It can be reviewed.

I would also appreciate the elimination of warnings to the attached EAs and adding suffixes if necessary.

Thank you for your help.

Re: Please adjust my mq4 file

Posted: Fri Oct 12, 2018 2:49 am
by mntiwana
Julio wrote: Fri Oct 12, 2018 2:34 am Hi Mntiwana & coders, the EA close_buys_or_sells.mq4 is not closing my orders in profit set. I suspect that it may be because of the new suffix added by my broker to the pairs (Ex. EURUSD.r). It can be reviewed.

I would also appreciate the elimination of warnings to the attached EAs and adding suffixes if necessary.

Thank you for your help.
Looks like the ea in topic is not with so well extended features,better to find some good EA/trade manager
dont know why and how you depends on such orphan codes

Re: Please adjust my mq4 file

Posted: Sun Oct 21, 2018 11:00 am
by Julio
Hi Mntiwana & coders, It looks like a complete EA trade manager, but it has errors. I am very interested since it has a very interesting Hedge function since I do not work with SL. Could they be reviewed?

Regards,

Re: Please adjust my mq4 file

Posted: Sun Oct 21, 2018 11:54 am
by mntiwana
Julio wrote: Sun Oct 21, 2018 11:00 am Hi Mntiwana & coders, It looks like a complete EA trade manager, but it has errors. I am very interested since it has a very interesting Hedge function since I do not work with SL. Could they be reviewed?

Regards,
Try this of cleaned version
good thanks to "milanese"

Re: Please adjust my mq4 file

Posted: Mon Oct 22, 2018 5:26 am
by Julio
mntiwana wrote: Sun Oct 21, 2018 11:54 am
Try this of cleaned version
good thanks to "milanese"
Thank you very much to both of you. Multi purpose trade manager - instructions for use for those interested in using it. Regards,

Re: TDI Indicators for MT4

Posted: Tue Dec 25, 2018 1:54 pm
by forexdemogod
Mr T

Can you get this to work?

And how can we tell if the indicator we submit is decompiled or not...so as not to waste your time?

Re: TDI Indicators for MT4

Posted: Tue Dec 25, 2018 7:39 pm
by appsoluxions
forexdemogod wrote: Tue Dec 25, 2018 1:54 pm Mr T

Can you get this to work?

And how can we tell if the indicator we submit is de-compiled or not...so as not to waste your time?
This does not look like a de-compiled code - but yes it does not work :)

You would quickly spot de-compiled code when it has something like "Generated by ex4-to-mq4 de-compiler FREEWARE 4.0.509.5" at the top of the file. Some "De-compile Masters" remove the note - so you will be left with "Complex math" that you must figure out if a normal person can write or it was written by another software (de-compiling). For me, they way in which variables are named is a give away. Look at this variable for example, 'G_ibuf_204' - No normal human being would name variables in this way, they be lost in their own code before they even finish writing it :lol: