Simple idea for G/U

 

hi friends,

i have one idea for g/u, how ppl can help to create it to ea.

my idea is :

1.

ma 20 simple

ma 9 simple

2.

macd 5,20,1

3.

rsi

4.

stochastic 5,3,3

----------------------

lot= 0.1

takeprofit=20

1. signal

BUY

IF Ma 9 cross to ma 20 and macd cross to 0 and (rsi cross >60 or stochastic cross >70) then take order

else no signal

SELL

IF Ma 9 cross to ma 20 and macd cross to -0 and (rsi cross <60 or stochastic cross <20) then take order

else no signal

2. close order

if ma 20 cross back to ma9 then close all

hope some ppl can help create this ea

thank you

from ocm1

 

Hi.

What is the TF please ?

 

hi

your some parameters are so short. are not they?

 

hi friends,

tf = 1h

thank you

from ocm

dswk:
Hi. What is the TF please ?
 

HI FRIENDS,,

hope someone can help me create this EA...

i have attn the pic, is not clear pls let me know..

thank you

from ocm

Files:
gu.jpg  116 kb
 

HELP ..... pls ...

from ocm

 
ocm1:
HELP ..... pls ... from ocm

to create the EA, it should only have one or two triggers; when MA cross, or when MACD cross, or when rsi cross, or when stoch cross, because it is difficult to wait all the indicators cross at the exact same time..

you should make it more clearer.. what is the trigger?

Pj

 

there are some skilled programmer in the commerical section for 50$ they can do the code.

Just one question have you traded that setup ?? cuase this setup MAY works for 4H and more, for 1H you will enter too late in the trade.

if you have not tried trading this setup, try it first without looking at the indicators history cause most of the inidcators in the setup are lagging which means you will have signal after the move, and it will be too late to enter unless you are working on the long time frames.

for more info read here

http://www.babypips.com/school/leading_vs_lagging_indicators.html

Good luck sweet.

BTW your picture is provocative, I lose my foucs when I look at it , put something on or take something off, in forex language + -- pip but don't hedge

 
primajaya:
to create the EA, it should only have one or two triggers; when MA cross, or when MACD cross, or when rsi cross, or when stoch cross, because it is difficult to wait all the indicators cross at the exact same time..

you should make it more clearer.. what is the trigger?

Pj

I agree. EAs need explicit entry signals. No discretion allowed.

 

hi PJ,

thank you ur reply,

asking : why mt4 can't 2 cross and 2 fillter.

for example:

if ma cross then <--- wait to macd cross

macd cross then

rsi cross then

stoch cross then

make order

else

resturn(0)

can like this??

from ocm1

primajaya:
to create the EA, it should only have one or two triggers; when MA cross, or when MACD cross, or when rsi cross, or when stoch cross, because it is difficult to wait all the indicators cross at the exact same time..

you should make it more clearer.. what is the trigger?

Pj
 
ocm1:
hi PJ,

thank you ur reply,

asking : why mt4 can't 2 cross and 2 fillter.

for example:

if ma cross then <--- wait to macd cross

macd cross then

rsi cross then

stoch cross then

make order

else

resturn(0)

can like this??

from ocm1

from your explanation .. the trigger is stoch..

so the logic should be like this

open buy if fastsma>slowsma and macd > 0 and rsi > 60 and stoch cross 70 then the order buy open..ViceVersa

am I right?

Pj..

Files:
Reason: