Page 6 of 38

Re: Simple Expert Advisors (EA's) for MT4

Posted: Thu Apr 27, 2017 4:43 am
by tradd
Hi,
I need a simple trail stop ( take profit) for MT5.
Thanks.

Re: Simple Expert Advisors (EA's) for MT4

Posted: Fri Apr 28, 2017 9:31 pm
by mladen
tradd wrote: Thu Apr 27, 2017 4:43 am Hi,
I need a simple trail stop ( take profit) for MT5.
Thanks.
Check this (made by Vladimir Khlystov )

Re: Simple Expert Advisors (EA's) for MT4

Posted: Sat Apr 29, 2017 4:45 pm
by chirvasamar
Good day to everybody!
Sorry to insist, can anyone help me with question in post #50?
And in addition, on simple EA to test Step MA of RSI adaptive ema or tema ?
Thank you!

Re: Simple Expert Advisors (EA's) for MT4

Posted: Sat Apr 29, 2017 4:57 pm
by mntiwana
chirvasamar wrote: Sat Apr 29, 2017 4:45 pm Good day to everybody!
Sorry to insist, can anyone help me with question in post #50?
And in addition, on simple EA to test Step MA of RSI adaptive ema or tema ?
Thank you!
Start from page one of this same thread you will have there some

Re: Simple Expert Advisors (EA's) for MT4

Posted: Sun Apr 30, 2017 5:49 am
by chirvasamar
Thank you, Mntiwana!
I overlooked Simple EA for StepMA of Rsi adaptive ema/tema, indeed.
However, there is no EA for Averages or Step averages, Mladen confirmed this.
He suggested to adjust one of existing simple experts, but I'm afraid my knowledge in coding is close to zero.
If i would adjust the expert simple(Step MA of RSI adaptive EMA) to create an simple expert for Averages, I am guessing following changes should be done:
- expert should call under iCustom() the new indicator Averages
- define enumAverages instead of enum RSI
- change the extern functions of the expert according to the extern functions of the indicator

But this would be enough?

Re: Simple Expert Advisors (EA's) for MT4

Posted: Sun Apr 30, 2017 5:58 am
by chirvasamar
.... And last but not the least, under copyright policy of Mladen's and MrTools work, am i allowed to do all above?

Re: Simple Expert Advisors (EA's) for MT4

Posted: Tue May 02, 2017 2:41 am
by mladen
chirvasamar wrote: Sun Apr 30, 2017 5:58 am .... And last but not the least, under copyright policy of Mladen's and MrTools work, am i allowed to do all above?
As long as you do not rename it or "wrap" it (as some call it :)) - you are free to use it

Re: Simple Expert Advisors (EA's) for MT4

Posted: Tue May 02, 2017 3:56 am
by chirvasamar
Thank you, Mladen!
I did what I said in my earlier post, and made the changes based on StepMA Averages nmc 3.142 + arrows.mq4 which I found it posted by Wojtek in "Step indicators" thread.
It compiled without error, but in strategy tester it does not open any trade. So, as I feared, those simple changes were not enough. I named it "simple(stepMa Averages nmc 3.142 + arrows) EA v1".
I hope this is not a breach of your copyright rules.
Maybe you can take a look, if time allows you, and correct what is wrong.

Re: Simple Expert Advisors (EA's) for MT4

Posted: Tue May 02, 2017 4:28 am
by mladen
chirvasamar wrote: Tue May 02, 2017 3:56 am Thank you, Mladen!
I did what I said in my earlier post, and made the changes based on StepMA Averages nmc 3.142 + arrows.mq4 which I found it posted by Wojtek in "Step indicators" thread.
It compiled without error, but in strategy tester it does not open any trade. So, as I feared, those simple changes were not enough. I named it "simple(stepMa Averages nmc 3.142 + arrows) EA v1".
I hope this is not a breach of your copyright rules.
Maybe you can take a look, if time allows you, and correct what is wrong.
chirvasamar

Try it now - tested it for a couple of minutes only and it works. Now you can "brush it up" :)
____________________________________________
PS: only the EA is changed. The indicator remains the same

Re: Simple Expert Advisors (EA's) for MT4

Posted: Tue May 02, 2017 6:01 am
by chirvasamar
Thank you very much for efforts and time!
Shall test it .