MT4 30 pips system - page 17

 

after test this ea for a while .. i've found that when in choppy market

to increase your margin faster (to support the minus floating) ,

decreasing TP target to ,ie., 10 pips is quite a good idea

but in this case, you need to allow higher MaxPending value like 12-36(Oh maybe 6 is enough),

seems too many pendings but we never know when the volatile market will come

and i still dont know how to let the ea send the pending fast enough when the very volatile comes

the ea always stop sending all kind of order when very volatile come,

maybe bcos i get the new pending price from last live open price

means when the very volatile comes last live will take TP very fast and there is no more last price for me to get.

dazix, when trade manually..have you ever faced this problem?

and what did you do to solve the problem?

or anyone have got any idea to pass through this problem

pls reply your idea here, that would be very apreciate

-------------------added

ok that error occour only when the CloseRatio is very low like 1.1

and when increasefactor and closeRatio is too close like both are set to 3,

but anyway i still want to correct that error..anyone has got an idea or know how to fix it pls help

 
phoenix:
after test this ea for a while .. i've found that when in choppy market

to increase your margin faster (to support the minus floating) ,

decreasing TP target to ,ie., 10 pips is quite a good idea

but in this case, you need to allow higher MaxPending value like 12-36(Oh maybe 6 is enough),

seems too many pendings but we never know when the volatile market will come

and i still dont know how to let the ea send the pending fast enough when the very volatile comes

the ea always stop sending all kind of order when very volatile come,

maybe bcos i get the new pending price from last live open price

means when the very volatile comes last live will take TP very fast and there is no more last price for me to get.

dazix, when trade manually..have you ever faced this problem?

and what did you do to solve the problem?

or anyone have got any idea to pass through this problem

pls reply your idea here, that would be very apreciate

-------------------added

ok that error occour only when the CloseRatio is very low like 1.1

and when increasefactor and closeRatio is too close like both are set to 3,

but anyway i still want to correct that error..anyone has got an idea or know how to fix it pls help

Hi Dont realy understand what you are asking..

is it if i miss a trade.. ?

 
dazix:
Hi Dont realy understand what you are asking.. is it if i miss a trade.. ?

let's me know something ..

how many pending order you place both above and below current live floating at one time?

do they cover all spike situation when the volatile comes?

do you trade when in the highly volatile market?

 
phoenix:
let's me know something ..

how many pending order you place both above and below current live floating at one time?

do they cover all spike situation when the volatile comes?

do you trade when in the highly volatile market?

Hi !

I just put ut 2 over and 2 under... and if i miss a trade... say E/U is 1.2860 and go down to 1.2800 and i missed to buy on 1.2830.. i just buy @ 1.2800 long and put target on 1.2860... so its a 60 pips trade.. and if i see E/U go to 1.2830 i close the trade (on + 30 if im here or put out stop orders to do this for me) and open a new target 1.2860.. or i just let the 60 pips target be there... so the trades are always connected.

if you understand..

dazix

 
phoenix:
here you go ..that error fixed , but still can not fix some error but anyway that's not the problem ea still can work properly

Thanks for the update but I'm not quite sure that it has fixed the problem. I still get the following error: "2006.10.10 22:22:19 30pips_LS^_^2 USDJPY,M1: zero divide". Am I using the right EA to test this strategy? There were a couple of posted here in this thread.

 

AccountBalance Reached StopOut Limit?

I have tried to run the EA on an Interbank FX demo account with a balance of 10,000.

No trades were opened. I checked the log and there was the message 'Your AccountBalance Reached StopOut Limit' for all currency pairs I wanted to test.

Do I have to change the standard settings of the EA?

 

30pips_LS ^_^ 2

I read a couple of post that people have problems with operating this EA. I am also testing it with IB FX and Velocity4x and it is running well. My last message on IB FX:

2006.10.11 20:23:31 30pips_LS^_^2 GBPUSDm,H1: open #XXXXXXX5 sell limit 0.04 GBPUSDm at 1.8559 tp: 1.8529 ok

My presets:

BackTestLimit=10000000.00000000

MagicNo=318

StopOutAt=10

TP=30.00000000

MaxPending=6

__________AutoLot_Part_____=_________________________________

AutoLot=1

MMBase=3

MaxRisk=0.01000000

______In_Case_Not_AutoLot__=_________________________________

LotSize=0.10000000

______Manual_Lot_Limitation=_________________________________

MinLot=0.01000000

MaxLot=13.00000000

______________________________=______________________________

increasefactor=3.00000000

____________________________=________________________________

CloseScrap=1

CloseRatio=3.00000000

_____________________________=_______________________________

clOpenBuy=2139610

clOpenSell=8721863

PlayAudio=1

Hope this helps.

 

i've found something quite similar here

http://www.strategybuilderfx.com/showthread.php?t=15987

http://www.strategybuilderfx.com/forums/showthread.php?t=16102

and i have to out of this stuff for a while

i think you all guys can combine those idea to our system

and maybe someone can help develope this system

i'll be back as soon as posible

 

the latest version

before i go out of this mql4 for a while (maybe several months)

this is the latest version i've got

hope you enjoy it

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

an error from the comment edited

Files:
 

just to activate the thread cos i edited the error from the comment section

and i've got this idea in my head but can not do it now

==> when we got too many minus floating ..what about do partial close (in total)

ie. assume now we got 15 orders floating in minus and they are three 0.3 lots , five 0.2 lots , seven 0.1 lots

then total minus lots is 2.6 lots and we would like to cut it off ..maybe a half .. then we will close total 1.3 lots

and do Orderclose(...,0.1,............) until we get the total lots of 1.3

but this is only an idea now , i gotta go

if anyone can do coding and want to try pls do and post your result

see you next month(s)