Page 24 of 44
Re: Simple Expert Advisors (EA's) for MT4
Posted: Tue Oct 09, 2018 12:35 am
by thiza3062
Hi guys
is there an ea that is based on the attached indicator. if not can someone please create it .
Thanks in advance
Re: Simple Expert Advisors (EA's) for MT4
Posted: Tue Dec 11, 2018 7:43 am
by rxcape
Hi. Is it possible to add Ehlers MAMA to the moving averages available in the UniversalMA Averages 8.8 EA ?
I am also interested in adding Mladen's Wilders super smoother DMI indicator as a filter. I would like to use the ADX line or ADXr line to minimize trades when the ADX is below a certain level, i.e. 20 or 25.
Thanks.
Re: Simple Expert Advisors (EA's) for MT4
Posted: Tue Dec 11, 2018 7:14 pm
by Klesenza
MTF could be added to UniversalMA Averages 8.8 EA
Re: Simple Expert Advisors (EA's) for MT4
Posted: Tue Mar 19, 2019 2:40 am
by Dimitri
Hi to Everybody,
I am looking for an Expert Advisor, that:
1. Closes Positions ONLY with Take Profit or Stop Loss
2. Opens ONE Position per bar.
3. Executes all signals, even if there is an opposite already open.
4. Total Opened Positions para metrical.
5. Has Time restrictions.
Thanks in advance for any help or info provided.
Best Regards
Dimitri
Re: Simple Expert Advisors (EA's) for MT4
Posted: Sun Jul 07, 2019 7:09 pm
by Intrest 1
Hello, dear coders.
Make an EA:
Opening at the intersection of lwma in the direction of the color ssa.
Closing at 23.00 on Friday
Re: Simple Expert Advisors (EA's) for MT4
Posted: Sat Sep 21, 2019 2:27 am
by Mehrab
Hello,
i want to know how can i transfer custom indicators code into EA, i can do it with rather simple indicators but i have problem with more complicated ones like when they have functions outside the start function and they use these two dimensional arrays for memorizing the previous values like this one
Code: Select all
#define E1 0
#define E2 1
#define E3 2
#define E4 3
#define E5 4
#define E6 5
#define res 6
//
//
//
//
double stored[][14];
double
iAverage(double price, double averagePeriod, double tconst, bool adaptive, int i, int ashift=0)
{
if (ArrayRange(stored,0) != Bars) ArrayResize(stored,Bars);
if(averagePeriod <=1) return(price);
int r = Bars-i-1;
double e1=stored[r-1][E1+ashift]; double e2=stored[r-1][E2+ashift];
double e3=stored[r-1][E3+ashift]; double e4=stored[r-1][E4+ashift];
double e5=stored[r-1][E5+ashift]; double e6=stored[r-1][E6+ashift];
i just want to learn i searched allover the internet but i couldn't find anything, and i just want a hint,
guide me please... :geek:
Re: Simple Expert Advisors (EA's) for MT4
Posted: Sat Sep 21, 2019 6:49 am
by mrtools
Mehrab wrote: Sat Sep 21, 2019 2:27 am
Hello,
i want to know how can i transfer custom indicators code into EA, i can do it with rather simple indicators but i have problem with more complicated ones like when they have functions outside the start function and they use these two dimensional arrays for memorizing the previous values like this one
Code: Select all
#define E1 0
#define E2 1
#define E3 2
#define E4 3
#define E5 4
#define E6 5
#define res 6
//
//
//
//
double stored[][14];
double
iAverage(double price, double averagePeriod, double tconst, bool adaptive, int i, int ashift=0)
{
if (ArrayRange(stored,0) != Bars) ArrayResize(stored,Bars);
if(averagePeriod <=1) return(price);
int r = Bars-i-1;
double e1=stored[r-1][E1+ashift]; double e2=stored[r-1][E2+ashift];
double e3=stored[r-1][E3+ashift]; double e4=stored[r-1][E4+ashift];
double e5=stored[r-1][E5+ashift]; double e6=stored[r-1][E6+ashift];
i just want to learn i searched allover the internet but i couldn't find anything, and i just want a hint,
guide me please... :geek:
It's pretty much the same, you iCustom call the indicator and you are calling the function that is built into the indicator, along with it.
Re: Simple Expert Advisors (EA's) for MT4
Posted: Sat Sep 21, 2019 2:49 pm
by TRADERSM
Hi seniors I need a ea based on stepma PDF with changable settings I used with it in renko wait wait my renko does not repaint or recalculate after bar close same as stepma PDF also and I don't need to back test the strategy because I visually back tested for 6 months by eyes so please create
simple Ea
INPUT =BUY/SELL when signal changes
INPUT =STOP LOSS previous signal HIGH & previous signal LOW
INPUT =LOT SIZE
that's all . will it work what you think friends please comment
And finally what problems to be face Cause By Renko?
please comment...
Re: Simple Expert Advisors (EA's) for MT4
Posted: Sat Sep 21, 2019 5:14 pm
by Mehrab
mrtools wrote: Sat Sep 21, 2019 6:49 am
It's pretty much the same, you iCustom call the indicator and you are calling the function that is built into the indicator, along with it.
hi mrtools,
you got me wrong, i want to calculate the indi within my EA so that i don't have to use iCustom call, i want to have all of my indicators in one EA file,
i have a perfect strategy and now i want to sell it, i appreciate your help. :geek:
Re: Simple Expert Advisors (EA's) for MT4
Posted: Sat Sep 21, 2019 5:28 pm
by moey_dw
Mehrab wrote: Sat Sep 21, 2019 5:14 pm
hi mrtools,
you got me wrong, i want to calculate the indi within my EA so that i don't have to use iCustom call, i want to have all of my indicators in one EA file,
i have a perfect strategy and now i want to sell it, i appreciate your help. :geek:
LMAOOO....... so u want mrtoolz FREE help from here just so u can SELL u perfect strategy??? if u get help from fs will u be releasing the ea for free to forex station members??? U know....... to repay for assistance........ :arrow: :arrow: :arrow: