MT4 30 pips system - page 16

 

Backtesting 2k

DanielTyrkiel:
ugadugu, would you mind running the same test starting with 2k? it would be most informative for me, as this is how much I have on my real accnt. Muchly appreciated mate

Ok Daniel... Here is the backtesting with 90% quality balance 2k... The result wasn't good.

Files:
back2k.zip  39 kb
 
phoenix:
hey ppl is this what you want...pls take a look

as same as the old idea while testing...

due to the max lot size accepted by broker..when we reached that value

we will never be able to increase the lot anymore then this will bring the margin-call to us

then i set the "BackTestLimit" : this is in $ , 1,000,000 by default,

when our account balance reached this value the ea will stop sending any type of order, but still can close and delete the current floating both live and pending (but this is for backtest only)

for real test the stopout limit will be when account blance is x times larger than initial deposite

it's "StopOutAt" : 10 by default , means when your account balance reach 10*initial-deposite , maybe 10,000 then the ea will stop sending order when account balance reach 10*10,000=100,000$

anyway still can close and delete

but if any acidential reason the "StopOutAt" can not work

the limitation will turn back to "BackTestLimit"

means the ea will stop sending any order when account balance

reached "BackTestLimit" value (in Dollars)

next

MaxPending : this is how many pending order you guys want to send out

6 by default

increasefactor : this use for increasing the lot size (after the 1st time

all above live and pending have been sent and take a TP)

3 by default

CloseScrap : i think you all know

CloseRatio : close and delete the Scrap when scrap-lot-size is x times

smaller than the current live floating

3 by default

Trying to use this EA but having some problems.

Error on compiling

'Mode_Maxlot' variable not defined.

Please advise on how to resolve this.

Thanks

 
aelimian:
Trying to use this EA but having some problems.

Error on compiling

'Mode_Maxlot' variable not defined.

Please advise on how to resolve this.

Thanks

not sure why?..maybe bugs or ...

you can make this line as comment or delete it

double Max_Lot = MarketInfo(Symbol(), MODE_MAXLOT); // Maximum permissible cost of lots

and this line

if (Lot > Max_Lot) Lot = Max_Lot; // For testing on const.max.lots

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

but this you need to manually limit the maxlot size..be careful

 

run for forward tes in GU start today , I will post the result next week

 

Which EA are you using?

dazix:
I only trade this on E/U.. just so you know

Hi, I was thinking about helping out the testing effort but am a bit confused. Which EA are you using for the testing?

The one I downloaded generates a the following error: "2006.10.09 21:16:08 30pips_LS^_^ USDJPY,M1: zero divide"

Am I using the right EA?

 

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

Files:
 

Hi,

What's the optimal TF(Time Frame) to test with this system?

Thanks

 
FXKID:
Hi,

What's the optimal TF(Time Frame) to test with this system?

Thanks

any TF you wish ..cos there no any indicator at all

 

cool thanks

 

wonderful system

i think this system generate more than 150 pips for one day only in GBP USD, wonderful system. Great idea and job daziq

Reason: