Simple Stress Free System.. - page 2

 
1Dave7:

Can you post the ea please to test out???

Dave

<<<
WNW:
For God's sake. There are only 7 posts before yours.. you couldn't bother to read them to see the man in ASKING for an EA?

He's busy trading! LOL

 
amazingbook2007:

....

#you only need to run this EA on all 4 Major (G/U, E/U, U/J, U/CHF) few hours after Broker market open, then shut it down and forget about it. Tomorow do the same again.

....

---------
peterdias77:
which pair ? cos spread will be important

Again... LOL

 

LOL

smalltalk:
Again... LOL
 
peterdias77:
LOL

LOL

That thread starts to be funny!

 

hmm..

in normal trading yes 5 pip would be very small , but we are not trading the normal price here , the system actually initiate from spike that breach strongest Resistance OR Support of yesterday. In order for the spike to breach this S/R zone it would need a momentum...

when a price drive with momentum it will jump up/down barely looking back, so if the spike actualy pullback and stop at 5 pip , it is considered low on momentum therefore not profitable to trade!

thats why 5 pip is enough as stop loss.. tadaa! (you can put 8/10 s/L if you really want to be secure - up to you)

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

okay so to prove a policemen can also do programming (besides being a creator of a trading strategy) I've decided to do the programming myself. But the EA wont start although theres no eror at all!

WHY WHY WHY? AAARRRGHHH..

heres the code:

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

int start()

{

int ticket;

//----

{

ticket=OrderSend( Symbol(), OP_BUYSTOP, 0.01, iHigh(NULL, PERIOD_D1, 1) + 3*Point, 3, 5*Point, 4*Point, "Buy 1", 1, 22*60*60, 0);

ticket=OrderSend( Symbol(), OP_BUYSTOP, 0.03, iHigh(NULL, PERIOD_D1, 1) + 5*Point, 3, 5*Point, 4*Point, "Buy 2", 2, 22*60*60, 0);

ticket=OrderSend( Symbol(), OP_BUYSTOP, 0.03, iHigh(NULL, PERIOD_D1, 1)+ 8*Point, 3, 5*Point, 4*Point, "Buy 3", 3, 22*60*60, 0) ;

ticket=OrderSend( Symbol(), OP_BUYSTOP, 0.02, iHigh(NULL, PERIOD_D1, 1) + 13*Point, 3, 4*Point, 5*Point, "Buy 4", 4, 22*60*60,0) ;

ticket=OrderSend( Symbol(), OP_BUYSTOP, 0.01, iHigh(NULL, PERIOD_D1, 1) + 21*Point, 3, 4*Point, 10*Point, "Buy 5", 5, 22*60*60,0) ;

ticket=OrderSend( Symbol(), OP_SELLSTOP, 0.01, iLow(NULL, PERIOD_D1, 1) - 3*Point, 3, 5*Point, 4*Point, "Sell 1", 1, 22*60*60, 0);

ticket=OrderSend( Symbol(), OP_SELLSTOP, 0.03, iLow(NULL, PERIOD_D1, 1) - 5*Point, 3, 5*Point, 4*Point, "Sell 2", 2, 22*60*60,0);

ticket=OrderSend( Symbol(), OP_SELLSTOP, 0.03, iLow(NULL, PERIOD_D1, 1) - 8*Point, 3, 5*Point, 4*Point, "Sell 3", 3, 22*60*60, 0);

ticket=OrderSend( Symbol(), OP_SELLSTOP, 0.02, iLow(NULL, PERIOD_D1, 1) - 13*Point, 3,4*Point, 5*Point, "Sell 4", 4, 22*60*60, 0) ;

ticket=OrderSend( Symbol(), OP_SELLSTOP, 0.01, iLow(NULL, PERIOD_D1, 1) - 21*Point, 3,4*Point, 10*Point, "Sell 5", 5, 22*60*60, 0) ;

}

}

return(0);

 
amazingbook2007:

int start()

{

int ticket;

//----

{

ticket=OrderSend( Symbol(), OP_BUYSTOP, 0.01, iHigh(NULL, PERIOD_D1, 1) + 3*Point, 3, 5*Point, 4*Point, "Buy 1", 1, 22*60*60, 0);

ticket=OrderSend( Symbol(), OP_BUYSTOP, 0.03, iHigh(NULL, PERIOD_D1, 1) + 5*Point, 3, 5*Point, 4*Point, "Buy 2", 2, 22*60*60, 0);

ticket=OrderSend( Symbol(), OP_BUYSTOP, 0.03, iHigh(NULL, PERIOD_D1, 1)+ 8*Point, 3, 5*Point, 4*Point, "Buy 3", 3, 22*60*60, 0) ;

ticket=OrderSend( Symbol(), OP_BUYSTOP, 0.02, iHigh(NULL, PERIOD_D1, 1) + 13*Point, 3, 4*Point, 5*Point, "Buy 4", 4, 22*60*60,0) ;

ticket=OrderSend( Symbol(), OP_BUYSTOP, 0.01, iHigh(NULL, PERIOD_D1, 1) + 21*Point, 3, 4*Point, 10*Point, "Buy 5", 5, 22*60*60,0) ;

ticket=OrderSend( Symbol(), OP_SELLSTOP, 0.01, iLow(NULL, PERIOD_D1, 1) - 3*Point, 3, 5*Point, 4*Point, "Sell 1", 1, 22*60*60, 0);

ticket=OrderSend( Symbol(), OP_SELLSTOP, 0.03, iLow(NULL, PERIOD_D1, 1) - 5*Point, 3, 5*Point, 4*Point, "Sell 2", 2, 22*60*60,0);

ticket=OrderSend( Symbol(), OP_SELLSTOP, 0.03, iLow(NULL, PERIOD_D1, 1) - 8*Point, 3, 5*Point, 4*Point, "Sell 3", 3, 22*60*60, 0);

ticket=OrderSend( Symbol(), OP_SELLSTOP, 0.02, iLow(NULL, PERIOD_D1, 1) - 13*Point, 3,4*Point, 5*Point, "Sell 4", 4, 22*60*60, 0) ;

ticket=OrderSend( Symbol(), OP_SELLSTOP, 0.01, iLow(NULL, PERIOD_D1, 1) - 21*Point, 3,4*Point, 10*Point, "Sell 5", 5, 22*60*60, 0) ;

}

}

return(0);

1. It will flood with orders with every tick setting more and more.

2. Error is "wrong price". You are trying to set new orders with stoploss of 0.0005 and takeprofit of 0.0004. Add iHigh or iLow to that.

 

hmm..

1. okay so how not to flood it every tick? do I really need to multiply opening, S/L and t/P with "*Point" , something not right bout that..

2. iHigh? can you provide example how to add it to stop loss and take profit . I already add iHigh on the opening order.

p/s: I'm really trying to understand programming in 1 day! its kind a hard for me, I really need some example with it..

 

I thought almost all of MT4 brokers only allow their customer to set an SL not less than 10 pips.

 
Devil2000:
I thought almost all of MT4 brokers only allow their customer to set an SL not less than 10 pips.

Velocity 5 pip

FINEX 1 pip

to name a few examples

 
sjerar:
Velocity 5 pip

FINEX 1 pip

to name a few examples

Thanks for your info

Reason: