Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

Re: Automatic Forex Grail...

 

Not bad

 

Backtest 01/01/2009 - 15/07/2009

Pair = EURCHF

TimeFrame = M15

lots = 0.2

profit = 1762

drawdown = -4.4%

profit factor= 2.65

win rate = 90.13%

number of trade = 476

Posted

Re: Automatic Forex Grail...

 

Not bad

 

Backtest 01/01/2009 - 15/07/2009

Pair = EURCHF

TimeFrame = M15

lots = 0.2

profit = 1762

drawdown = -4.4%

profit factor= 2.65

win rate = 90.13%

number of trade = 476

 

hey dude.. you STARTED a thread that you are using 10 different EA's.. People have been asking for you to come back to that thread and clarify you position.. Are you a scam or what...

 

http://www.indo-investasi.com/viewtopic.php?f=18&t=3981

 

Its not good to start a thread and then not answer questions that are directed to you..

 

But then again I realize you were just tryng to get your minimum post requirements or whatever..

 

 

\

Posted

Re: Automatic Forex Grail...

 

Sorry. I don't mean to do that.

It is because I found myself can't log in the forum, so I try to post up to 15 posts.

What I mentioned is what I am doing.

I found that many of the EAs in this forum are profitable.

But people has used high risk money management.

 

I know how to code, so I changed the mm to what I mentioned in my post.

For example, If my biggest tolerance is 2%. I will risk in the way that if I lose, the stop loss is 2% of my balance.

And then, I try to divide it into 10 EAs. eash EA will only risk 0.2%. If all of them lose, I will still lose 2%.

 

I have individually tested sme EAs, and I believe that each of them is profitable. So on the whole the possibility of lossing money is not very high. I tested this strategy on my real account. It seems to work. I mean the drawdown becomes bearable because of the levelling effect.

 

I know the next question is which ten EAs I am using. I am now in my office. I will write about that after work.

 

Sorry again. I don't mean to be irresposible. I just find the rule of posting at least 15 posts a bit hard, and I want to be back to the forum as soon as possible.

Posted

Re: Automatic Forex Grail...

 

this is the problem with many of us EA traders we try to modify an already profitable strategy which is not usually necessary with good ea's

 

i personally never use an EA if it has been modified by anybody except the author

Posted

Re: Automatic Forex Grail...

 

Thank you for reminding me my forgotten post on Introducing myself aession.

Yes, I put Eas with potentials on my live account because I think demo account testing is useless.

 

However, I will only try with a very small lot size.

I don't trade individual ea, I treat them as a team, all share the same mm. That is why I need to modefiy the codes for my own use.

Posted

Re: Automatic Forex Grail...

 

Thank you for reminding me my forgotten post on Introducing myself aession.

Yes, I put Eas with potentials on my live account because I think demo account testing is useless.

 

However, I will only try with a very small lot size.

I don't trade individual ea, I treat them as a team, all share the same mm. That is why I need to modefiy the codes for my own use.

 

may u put a mm feature which can be set in percentage?

Posted

Re: Automatic Forex Grail...

 

Find these lines.

The lotsize is controlled by the number 1.0, 3.0, 20, etc.

We can set any number we want.

1.0 is normal, risking 2%

3.0 is one-third of 2%

20 is a very small lotsize

 

Even a very small lotsize can be profitable if we make it compound.

 

For private use, I will fix the risk by hardcoding the number.

It is dangerous to make it external. We will forget or make mistakes in setting.

 

 

dLots = (MathFloor(AccountBalance ()/500/1.0))/100;

 

dLots = (MathFloor(AccountBalance ()/500/3.0))/100;

 

dLots = (MathFloor(AccountBalance ()/500/20.0))/100;

Posted

Re: Automatic Forex Grail...

 

may u make mm feature as usual parameter as FAP turbo parameter? meaning that u can enable it or not which can make exponent curve during backktest...

 

 

regard...

Posted

Re: Automatic Forex Grail...

 

hi syedzain,

 

what do you exactly want for MM? do you mean it acts like MegaDroid or FAP?

tell me, I would modify it if I understand :shand:

LAL: Laugh At Life

it's too short to be sad..

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...