MT4 30 pips system - page 10

 

dazix, can you tell me detail how you order manual step by step then perhaps i or someone else can write ea the way you order exactly.

 
tsuok:
dazix, can you tell me detail how you order manual step by step then perhaps i or someone else can write ea the way you order exactly.

I second that motion, THANKS!

 
DanielTyrkiel:
phoenix, can you tell us the logic behind closing of the losing positions in your ea?

i did not add it yet..

but i plan to do like this

-----

1.pick up the 1st lotsize (floating)

2.pick up the last lotsize (floating either)

3. if last / 1st > x , then close the order containing lot=1st lotsize only, leave another float along till a new lot with x time exicuted then close another scrap...

x maybe 2,3,4,...and so on ...up to you

what do you guys think?

 

How about if((total loosing OrderProfit() / AccountBalance() or other) > some%) then some OrderClose() from minimam lot size ?

 
tsuok:
How about if((total loosing OrderProfit() / AccountBalance() or other) > some%) then some OrderClose() from minimam lot size ?

can you add both your idea and mine interm of selection

like if CloseByLotRatio--> do mine

or if CloseByLosingBalance --> do yours

then i'll try backtest it

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

oh! forgot something..

i think if we want to do exactly what dazix dose

we need to merge the "zenseven" ea concept and yours

and then add those cut loss method..

what do you think?

 

again hehe

i got this error : zero divide

what dose this mean?

forgive me cos i did not take a chance to look through all the code yet

 
phoenix:
can you add both your idea and mine interm of selection

like if CloseByLotRatio--> do mine

or if CloseByLosingBalance --> do yours

then i'll try backtest it

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

oh! forgot something..

i think if we want to do exactly what dazix dose

we need to merge the "zenseven" ea concept and yours

and then add those cut loss method..

what do you think?

great. but i too am amateur.

i offer just an idea haha...

anyone welcomed.

i too really want this kind of range trading automatic system that works .

 

TakePrifit() function dosn't work sometime.

what's the problem with it?

 
tsuok:
TakePrifit() function dosn't work sometime. what's the problem with it?

try comment all the parameter+value that you expect it to work

you will know what the problem

 

pheonix, thanks! great!

can u change to limit order to take profit?

im afraid of gap not catching key price correctly.

do u have any idea?

Reason: