Please convert this indicator to expert

 

hi guys

i need this indicator expert.

when cross lines buy or sell.

please add to expert:

take profit

stop loss

lot

please help me

see this indicator:

Files:
 
jsw2006:
hi guys

i need this indicator expert.

when cross lines buy or sell.

please add to expert:

take profit

stop loss

lot

please help me

see this indicator:

I have had the same thought with this indicator if I knew how to do the converting I would.

 
jsw2006:
hi guys

i need this indicator expert.

when cross lines buy or sell.

please add to expert:

take profit

stop loss

lot

please help me

see this indicator:

I created EA using Gordago tool.

The first version is with MM.

The v2 is with fixed lot size.

Please note that indicator should be in /indicator folder.

 

thank you

newdigital:
I created EA using Gordago tool.

The first version is with MM.

The v2 is with fixed lot size.

Please note that indicator should be in /indicator folder.

hi

thank you very musch

bye

 
newdigital:
I created EA using Gordago tool.

The first version is with MM.

The v2 is with fixed lot size.

Please note that indicator should be in /indicator folder.

hi

i test this expert . it not good

see Attach Image

bye

Files:
stepma.gif  22 kb
 

please convert this indicator to expert

Hi all,

Somebody can convert this indicator to expert.

Could you please ad one condition:

If EUR/USD jump first 2 pips don't open a possition,

wait for next opportunity.

Thanks.

Bongo

Files:
 
jsw2006:
hi

i test this expert . it not good

see Attach Image

bye

I used the following:

double diCustom0=iCustom(NULL, 0, "StepMA_Stoch_v1", PeriodWATR, Kwatr, HighLow, 0, 2);

double diCustom1=iCustom(NULL, 0, "StepMA_Stoch_v1", PeriodWATR, Kwatr, HighLow, 1, 2);

double diCustom2=iCustom(NULL, 0, "StepMA_Stoch_v1", PeriodWATR, Kwatr, HighLow, 0, 1);

double diCustom3=iCustom(NULL, 0, "StepMA_Stoch_v1", PeriodWATR, Kwatr, HighLow, 1, 1);[/CODE]

And condition for buy or sell:

[CODE]lFlagBuyOpen = (diCustom0diCustom3);

lFlagSellOpen = (diCustom0diCustom3);

So I think it may be because of the following:

- something with close bar is not written inside the code; or

- this indicator is showing differently on the chart depending on the bars of the history (it was mentioned in Nina's thread).

Besides I think you did backtesting.

Anyway i think somebody can correct my coding.

 
newdigital:
I created EA using Gordago tool.

The first version is with MM.

The v2 is with fixed lot size.

Please note that indicator should be in /indicator folder.

what is Gordago tool?

 

57 2006.04.06 14:30 buy 5 0.10 1.2235 1.2183 1.2335 0.00 513.00

58 2006.04.07 07:19 s/l 5 0.10 1.2183 1.2183 1.2335 -5.20 507.80

this should have been a sell not a buy??? and it's 10 minutes advanced of the cross???

Files:
 
Aaragorn:
what is Gordago tool?

Check in this section https://www.mql5.com/en/forum.

It is some tool to create EAs automatically and backtest the systems.

It is very cheap for Russian citizens (less then US $10) and more then 50 for others. Creator (probable) is the same with Alpari broker. So I paid US $9 for all life long. They recognize the "citizenship" according to the payment systems (WMR or WMZ), and the e-mail address (which should be inside .ru zone) and they use this e-mail address for validation of the payment.

I don't want to promote them as I am not connected with them personally.

I only want to say that my best EA I created using this tool https://www.mql5.com/en/forum/173290

 
newdigital:
Check in this section https://www.mql5.com/en/forum.

It is some tool to create EAs automatically and backtest the systems.

It is very cheap for Russian citizens (less then US $10) and more then 50 for others. Creator (probable) is the same with Alpari broker. So I paid US $9 for all life long. They recognize the "citizenship" according to the payment systems (WMR or WMZ), and the e-mail address (which should be inside .ru zone) and they use this e-mail address for validation of the payment.

I don't want to promote them as I am not connected with them personally.

I only want to say that my best EA I created using this tool https://www.mql5.com/en/forum/173290

how do I get the expert-advisor-builder to use the custom indicators like this one?

Reason: