_rdb_The Best Free EA - page 7

 

Hi leeb,

please tell me what broker you used for backtest ?

how minlot and how spread my friend...

I use Auto decimal with this code :

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

double MD = NormalizeDouble(MarketInfo(Symbol(), MODE_LOTSTEP), 2);

if (MD==0.01) lotsdigit=2;

else

if (MD==0.10) lotsdigit=1;

else lotsdigit=0;

LotsDigit=lotsdigit;

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

and I use MoneyManagement like this :

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

double GetLots()

{

double lots,MD,RM,FMM,MinLots,maxlot,maximlot,LotSize; int lotsdigit;

LotSize = MarketInfo(Symbol(), MODE_LOTSIZE);

MD = NormalizeDouble(MarketInfo(Symbol(), MODE_LOTSTEP), 2);

RM = NormalizeDouble(MarketInfo(Symbol(), MODE_MARGINREQUIRED), 4);

if (MD==0.01) lotsdigit=2;

else

if (MD==0.10) lotsdigit=1;

else lotsdigit=0;

LotsDigit=lotsdigit;

if (LotsOptimized==true) lots = NormalizeDouble((AccountFreeMargin()*Risk/LotSize)/MaxTrades,LotsDigit);

else lots=Lots;

MinLots=NormalizeDouble(MarketInfo(Symbol(),MODE_MINLOT),2);

maxlot=NormalizeDouble(MarketInfo(Symbol(),MODE_MAXLOT),2);

if (LotsDigit == 2) MinLots = 0.01;

if (LotsDigit == 1) MinLots = 0.1;

if (LotsDigit == 0) MinLots = 1;

if (lots < MinLots) lots = MinLots;

if (maxlot > MaxLots) maximlot = MaxLots; else maximlot=maxlot;

if (lots > maximlot) lots = maximlot;

return (lots);

}

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

Point code

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

double SetPoint()

{

double mSetPoint;

if (Digits==5 || Digits==3)

mSetPoint = 0.00001;

else

mSetPoint = 0.0001;

return(mSetPoint);

}

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

I hope you can give instructions for me if there is any wrong code...

 
classix_17:
Good job Mr.Rahman..I would appreciate that... In your opinion which one isbetter, Your Lucky V.1E or Thunder 4WD..??? Thanks

Oh No...

Please don't talk about Thunder4WD in this thread... the momen here is Your_Lucky_v1e... please be patient my friend...

why are not satisfied with Your_Lucky_v1e and continue to Thunder4WD ...

Your_Lucky_v1e still very good for you to try in forward test...

I try to share something here and this is not done we discussed why you want another?

 

Max Lots

_rdb_:
Oh No...

Please don't talk about Thunder4WD in this thread... the momen here is Your_Lucky_v1e... please be patient my friend...

why are not satisfied with Your_Lucky_v1e and continue to Thunder4WD ...

Your_Lucky_v1e still very good for you to try in forward test...

I try to share something here and this is not done we discussed why you want another?

How many trades does this ea open at a time and I am using the FxPro setting in forward testing so I am assuming I do not have to make any time changes for market hours. I am forward testing on the 5 minute tme frame.

I left target equity at the default. Can you let me know if this is all right?

 
_rdb_:
Oh No...

Please don't talk about Thunder4WD in this thread... the momen here is Your_Lucky_v1e... please be patient my friend...

why are not satisfied with Your_Lucky_v1e and continue to Thunder4WD ...

Your_Lucky_v1e still very good for you to try in forward test...

I try to share something here and this is not done we discussed why you want another?

Sorry Mr.Rahman..I just confused to choose between Thunder 4WD and Your Lucky 1e, to make forward account, because the limitation my VPS only can try just one meta trader...

 

Hi rdb,

I am using InterbankFX for backtest, EURGBP and the EA from the RAR file in post one, could you post the version incorporating the code you listed above. Thanks for your great work, Lee

 
leeb:
Hi rdb, I am using InterbankFX for backtest, EURGBP and the EA from the RAR file in post one, could you post the version incorporating the code you listed above. Thanks for your great work, Lee

Hello leeb,

Last Update version is Your_Lucky_v1e and already include a *.set files for ibfx mini.

please try again backtest using v1eand use my setfile.

 

Hi,

Thanks - have used the latest EA, version e, don't get zero divide errors any more but get no results from backtest ? I loaded the IBFX set file.

Cheers

 

Well done RDB. I've watched this EA evolve from v1, and I have to say you're doing good work, both on the programming side and the market strategy side.

If I can ever help, just let me know...

 
_rdb_:
Update for this new Your_Lucky_v1e completed several days ago.

I hope you try it with a demo account.

for Alpari, I have to give *. set files.

that you must do is use a *.set files and then change the Risk accordance Your freemargin account how you will be allowed to be opened by Your_Lucky_v1e

rdb I sent you a donation so I can get thunder check your email.

 

Result today

I realy happy for this EA. Today result is very nice. Because FxPro don't allow micro, I always try this EA with little deposit, and little take profit, to see the strength of margins that can be handled by EA this.

Reason: