_rdb_The Best Free EA - page 86

 

hello all,

I fall asleep while, what you talking about?

I missed the topic in my own thread.

EUR / USD being discussed now?

PipGuard, whether you ever sleep ???...

damn, you do great things...

 

If you put thunder on the eur/usd 15m

set starting time from 23 and end at 1

place the risk at 50

minutestoclose at 30

It performs halfway decently. 10k to 42k as of now.

With risk of 75 10k to 92k as of now.

There isn't much difference in performance between 5m or 15m hmm.

about the best I can get right now.

 
habanero02:
does anybody has the .*set file for your_lucky v1e ??

if so please share......can mail it to yoan02@gmail.com

thans

I sent one for alpari.

 
PipGuard:
I sent one for alpari.

me too please marphe82@a1.net

thanks!

 
PipGuard:
I tweaked and I tweaked to get thunder to twist EUR/USD's arm I like the results so far!!

Goodbye 5 pip spreads!

Test was for 1999 through 12-12-2008

Starting with 10,000.

https://c.mql5.com/forextsd/forum/55/thundereurus.gif

not sure what your guys doing but with thunder (from 23->01 hour) backtest fro 1 year Eur/USD i get the following as below on a 5k account

Files:
 
PipGuard:
I sent one for alpari.

hey thanks alot..I got the email....

now..would this .set file work for FXDD ?

 

something i do not understand is:

Why do i get looses up to 48.00 -52.00 even if i set the stoploos to 10

(i set lots to 0.1)

 

if you want fix SL and TP, try to set :

Hidden_TP = false;

Hidden_SL = false;

Hide_ALL = false;

AutoRange_SL = false

AutoRange_TP = false;

AccountProfitClose= false;

double GetTP_Buy()

{

double TP=0;

if (Hidden_TP==false && Hide_ALL==false) {TP=Ask+(TP_X()*SetPoint());} else

if (Hidden_TP==true && Hide_ALL==false) {TP=Ask+(TP_X()*1.7*SetPoint());} else {TP=0;}

return(TP);

}

double GetSL_Buy()

{

double SL=0;

if (Hidden_SL==false && Hide_ALL==false) {SL=Ask-(SL_X()*SetPoint());} else

if (Hidden_SL==true && Hide_ALL==false) {SL=Ask-(SL_X()*1.7*SetPoint());} else {SL=0;}

return(SL);

}

//============================================================================================

double GetTP_Sell()

{

double TP=0;

if (Hidden_TP==false && Hide_ALL==false) {TP=Bid-(TP_X()*SetPoint());} else

if (Hidden_TP==true && Hide_ALL==false) {TP=Bid-(TP_X()*1.7*SetPoint());} else {TP=0;}

return(TP);

}

double GetSL_Sell()

{

double SL=0;

if (Hidden_SL==false && Hide_ALL==false) {SL=Bid+(SL_X()*SetPoint());} else

if (Hidden_SL==true && Hide_ALL==false) {SL=Bid+(SL_X()*1.7*SetPoint());} else {SL=0;}

return(SL);

}

[/PHP]

the SL_X and TP_X code :

[PHP]

//===========================================================================================================================================

double SL_X()

{

double rr=0;

if(AutoRange_SL==TRUE)

{rr=(RangeDAY()/Per_RangeD_SL)/SetPoint();}

else {rr = StopLoss*SetBroker();}

if(rr=StopLoss+4*SetBroker()) {rr=StopLoss*SetBroker();}

return(rr);

}

//===========================================================================================================================================

double SL2_X()

{

double rr=0;

if(AutoRange_TP==TRUE) {rr=(RangeDAY()/Per_RangeD_SL_Out)/SetPoint();} else {rr = SL_OutSession*SetBroker();}

if(rr=SL_OutSession+6*SetBroker()) {rr=SL_OutSession*SetBroker();}

return(rr);

}

//===========================================================================================================================================

double TP_X()

{

double rr=0;

if(AutoRange_TP==TRUE) {rr=(RangeDAY()/Per_RangeD_TP)/SetPoint();} else {rr = TakeProfit*SetBroker();}

if(rr=TakeProfit+2*SetBroker()) {rr=TakeProfit*SetBroker();}

return(rr);

}

//===========================================================================================================================================

 
_rdb_:
hello all,

I fall asleep while, what you talking about?

I missed the topic in my own thread.

EUR / USD being discussed now?

PipGuard, whether you ever sleep ???...

damn, you do great things...

And here he is like I said.

I am not worthy of your praise rdb

Yes we are discussing the attempt of applying your new work Thunder onto EUR/USD to take advantage of better, more reliable spreads.

The last 3 months were terrifying, but I think I eased the pain from the period a little bit.

Still it's nothing compared to what you've achieved with eur/gbp when the conditions are right.

And your right, I don't sleep much.

 
freemenn:
not sure what your guys doing but with thunder (from 23->01 hour) backtest fro 1 year Eur/USD i get the following as below on a 5k account

Freemen, I ran a back test with Alpari. If your using FXDD the time will need adjusted forward one I believe. So instead of start 23 end 1 you put start 24 end 2

I ran it from Jan of 07 with 5k.

Time start is 23 end is 1

lots .1

risk 50

minutesforclose 30

stop loss 10

stop loss out of session 10 (don't think this matters)

take profit 5

slippage 2

max spread 2.1

everything else is default.

https://c.mql5.com/forextsd/forum/55/thundereurusd5k.gif

Files: