Home About Contact
ForexForums.org




Reply
Old 10-14-2008, 06:54 AM   #131 (permalink)
Turbano
Guest
 
Posts: n/a
Re: [MT_E and I] Momey management logic

Hello Stephen, see if this one fits your needs.

I hope it can achieve good results to make US BILLIONARIES :-D

I've made the MM modificantion and add the magicnumber to the orders so we can have many eas on same account. and many pairs too.
Other thing i've done was to define external the increment and decrement size when a order wins or loose


Kindest regards,
Thomas

----- Original Message -----
From: Stephen Adams
To: metatrader_experts_and_indicators (A...oups (DOT) com
Sent: Sunday, September 28, 2008 2:46 AM
Subject: [MT_E and I] Momey management logic


I have a very simple EA here that opens orders randomly. It opens long if the current second is even, and it opens short if the current second is odd.

I want to add some simple Money Management logic. Perhaps someone could help me with this?

Start with 1 lot. If the trade happens to be a win (TP), then open again for 1 lot.

If the trade happens to be a loss(SL), then open again for 2 lots. Another loss = 3 lots for new trade. Another loss = 4 lots for new trade.

Lets say that our trade for 4 lots wins. Then we open again for 3 lots. Another win = 2 lots for new trade. Another win = 1 lot for new trade.

Basically, whenever you loose a trade, the next trade will be bigger that the looser by one lot. Same with winning a trade. When you win a trade, the new trade will be one lot less than the previous trade that was a winner. The only exception is when you win a trade with a single lot, the new trade will still only be 1 lot.

This is similar to martingale, but not so agressive. It is defensive. I have tried to the best of my ignorant coding abilitys. Here is the simple EA without my hacks...maybe someone could show me how it is done.

Thanks, Stephen

.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Old 10-14-2008, 07:25 AM   #132 (permalink)
Turbano
Guest
 
Posts: n/a
Re: [MT_E and I] Momey management logic

Hello Stephen, see if this one fits your needs.

I hope it can achieve good results to make US BILLIONARIES :-D

I've made the MM modificantion and add the magicnumber to the orders so we can have many eas on same account. and many pairs too.
Other thing i've done was to define external the increment and decrement size when a order wins or loose


Kindest regards,
Thomas

----- Original Message -----
From: Stephen Adams
To: metatrader_experts_and_indicators (A...oups (DOT) com
Sent: Sunday, September 28, 2008 2:46 AM
Subject: [MT_E and I] Momey management logic


I have a very simple EA here that opens orders randomly. It opens long if the current second is even, and it opens short if the current second is odd.

I want to add some simple Money Management logic. Perhaps someone could help me with this?

Start with 1 lot. If the trade happens to be a win (TP), then open again for 1 lot.

If the trade happens to be a loss(SL), then open again for 2 lots. Another loss = 3 lots for new trade. Another loss = 4 lots for new trade.

Lets say that our trade for 4 lots wins. Then we open again for 3 lots. Another win = 2 lots for new trade. Another win = 1 lot for new trade.

Basically, whenever you loose a trade, the next trade will be bigger that the looser by one lot. Same with winning a trade. When you win a trade, the new trade will be one lot less than the previous trade that was a winner. The only exception is when you win a trade with a single lot, the new trade will still only be 1 lot.

This is similar to martingale, but not so agressive. It is defensive. I have tried to the best of my ignorant coding abilitys. Here is the simple EA without my hacks...maybe someone could show me how it is done.

Thanks, Stephen

.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-14-2008, 07:57 AM   #133 (permalink)
Turbano
Guest
 
Posts: n/a
Re: [MT_E and I] Momey management logic

Hello Stephen, see if this one fits your needs.

I hope it can achieve good results to make US BILLIONARIES :-D

I've made the MM modificantion and add the magicnumber to the orders so we can have many eas on same account. and many pairs too.
Other thing i've done was to define external the increment and decrement size when a order wins or loose


Kindest regards,
Thomas

----- Original Message -----
From: Stephen Adams
To: metatrader_experts_and_indicators (A...oups (DOT) com
Sent: Sunday, September 28, 2008 2:46 AM
Subject: [MT_E and I] Momey management logic


I have a very simple EA here that opens orders randomly. It opens long if the current second is even, and it opens short if the current second is odd.

I want to add some simple Money Management logic. Perhaps someone could help me with this?

Start with 1 lot. If the trade happens to be a win (TP), then open again for 1 lot.

If the trade happens to be a loss(SL), then open again for 2 lots. Another loss = 3 lots for new trade. Another loss = 4 lots for new trade.

Lets say that our trade for 4 lots wins. Then we open again for 3 lots. Another win = 2 lots for new trade. Another win = 1 lot for new trade.

Basically, whenever you loose a trade, the next trade will be bigger that the looser by one lot. Same with winning a trade. When you win a trade, the new trade will be one lot less than the previous trade that was a winner. The only exception is when you win a trade with a single lot, the new trade will still only be 1 lot.

This is similar to martingale, but not so agressive. It is defensive. I have tried to the best of my ignorant coding abilitys. Here is the simple EA without my hacks...maybe someone could show me how it is done.

Thanks, Stephen

.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-14-2008, 08:32 AM   #134 (permalink)
Turbano
Guest
 
Posts: n/a
Re: [MT_E and I] Momey management logic

Hello Stephen, see if this one fits your needs.

I hope it can achieve good results to make US BILLIONARIES :-D

I've made the MM modificantion and add the magicnumber to the orders so we can have many eas on same account. and many pairs too.
Other thing i've done was to define external the increment and decrement size when a order wins or loose


Kindest regards,
Thomas

----- Original Message -----
From: Stephen Adams
To: metatrader_experts_and_indicators (A...oups (DOT) com
Sent: Sunday, September 28, 2008 2:46 AM
Subject: [MT_E and I] Momey management logic


I have a very simple EA here that opens orders randomly. It opens long if the current second is even, and it opens short if the current second is odd.

I want to add some simple Money Management logic. Perhaps someone could help me with this?

Start with 1 lot. If the trade happens to be a win (TP), then open again for 1 lot.

If the trade happens to be a loss(SL), then open again for 2 lots. Another loss = 3 lots for new trade. Another loss = 4 lots for new trade.

Lets say that our trade for 4 lots wins. Then we open again for 3 lots. Another win = 2 lots for new trade. Another win = 1 lot for new trade.

Basically, whenever you loose a trade, the next trade will be bigger that the looser by one lot. Same with winning a trade. When you win a trade, the new trade will be one lot less than the previous trade that was a winner. The only exception is when you win a trade with a single lot, the new trade will still only be 1 lot.

This is similar to martingale, but not so agressive. It is defensive. I have tried to the best of my ignorant coding abilitys. Here is the simple EA without my hacks...maybe someone could show me how it is done.

Thanks, Stephen

.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-14-2008, 09:14 AM   #135 (permalink)
Turbano
Guest
 
Posts: n/a
Re: [MT_E and I] Momey management logic

Hello Stephen, see if this one fits your needs.

I hope it can achieve good results to make US BILLIONARIES :-D

I've made the MM modificantion and add the magicnumber to the orders so we can have many eas on same account. and many pairs too.
Other thing i've done was to define external the increment and decrement size when a order wins or loose


Kindest regards,
Thomas

----- Original Message -----
From: Stephen Adams
To: metatrader_experts_and_indicators (A...oups (DOT) com
Sent: Sunday, September 28, 2008 2:46 AM
Subject: [MT_E and I] Momey management logic


I have a very simple EA here that opens orders randomly. It opens long if the current second is even, and it opens short if the current second is odd.

I want to add some simple Money Management logic. Perhaps someone could help me with this?

Start with 1 lot. If the trade happens to be a win (TP), then open again for 1 lot.

If the trade happens to be a loss(SL), then open again for 2 lots. Another loss = 3 lots for new trade. Another loss = 4 lots for new trade.

Lets say that our trade for 4 lots wins. Then we open again for 3 lots. Another win = 2 lots for new trade. Another win = 1 lot for new trade.

Basically, whenever you loose a trade, the next trade will be bigger that the looser by one lot. Same with winning a trade. When you win a trade, the new trade will be one lot less than the previous trade that was a winner. The only exception is when you win a trade with a single lot, the new trade will still only be 1 lot.

This is similar to martingale, but not so agressive. It is defensive. I have tried to the best of my ignorant coding abilitys. Here is the simple EA without my hacks...maybe someone could show me how it is done.

Thanks, Stephen

.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Old 10-14-2008, 09:44 AM   #136 (permalink)
Turbano
Guest
 
Posts: n/a
Re: [MT_E and I] Momey management logic

Hello Stephen, see if this one fits your needs.

I hope it can achieve good results to make US BILLIONARIES :-D

I've made the MM modificantion and add the magicnumber to the orders so we can have many eas on same account. and many pairs too.
Other thing i've done was to define external the increment and decrement size when a order wins or loose


Kindest regards,
Thomas

----- Original Message -----
From: Stephen Adams
To: metatrader_experts_and_indicators (A...oups (DOT) com
Sent: Sunday, September 28, 2008 2:46 AM
Subject: [MT_E and I] Momey management logic


I have a very simple EA here that opens orders randomly. It opens long if the current second is even, and it opens short if the current second is odd.

I want to add some simple Money Management logic. Perhaps someone could help me with this?

Start with 1 lot. If the trade happens to be a win (TP), then open again for 1 lot.

If the trade happens to be a loss(SL), then open again for 2 lots. Another loss = 3 lots for new trade. Another loss = 4 lots for new trade.

Lets say that our trade for 4 lots wins. Then we open again for 3 lots. Another win = 2 lots for new trade. Another win = 1 lot for new trade.

Basically, whenever you loose a trade, the next trade will be bigger that the looser by one lot. Same with winning a trade. When you win a trade, the new trade will be one lot less than the previous trade that was a winner. The only exception is when you win a trade with a single lot, the new trade will still only be 1 lot.

This is similar to martingale, but not so agressive. It is defensive. I have tried to the best of my ignorant coding abilitys. Here is the simple EA without my hacks...maybe someone could show me how it is done.

Thanks, Stephen

.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-14-2008, 11:24 AM   #137 (permalink)
Turbano
Guest
 
Posts: n/a
Re: [MT_E and I] Momey management logic

Hello Stephen, see if this one fits your needs.

I hope it can achieve good results to make US BILLIONARIES :-D

I've made the MM modificantion and add the magicnumber to the orders so we can have many eas on same account. and many pairs too.
Other thing i've done was to define external the increment and decrement size when a order wins or loose


Kindest regards,
Thomas

----- Original Message -----
From: Stephen Adams
To: metatrader_experts_and_indicators (A...oups (DOT) com
Sent: Sunday, September 28, 2008 2:46 AM
Subject: [MT_E and I] Momey management logic


I have a very simple EA here that opens orders randomly. It opens long if the current second is even, and it opens short if the current second is odd.

I want to add some simple Money Management logic. Perhaps someone could help me with this?

Start with 1 lot. If the trade happens to be a win (TP), then open again for 1 lot.

If the trade happens to be a loss(SL), then open again for 2 lots. Another loss = 3 lots for new trade. Another loss = 4 lots for new trade.

Lets say that our trade for 4 lots wins. Then we open again for 3 lots. Another win = 2 lots for new trade. Another win = 1 lot for new trade.

Basically, whenever you loose a trade, the next trade will be bigger that the looser by one lot. Same with winning a trade. When you win a trade, the new trade will be one lot less than the previous trade that was a winner. The only exception is when you win a trade with a single lot, the new trade will still only be 1 lot.

This is similar to martingale, but not so agressive. It is defensive. I have tried to the best of my ignorant coding abilitys. Here is the simple EA without my hacks...maybe someone could show me how it is done.

Thanks, Stephen

.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-14-2008, 12:38 PM   #138 (permalink)
Turbano
Guest
 
Posts: n/a
Re: [MT_E and I] Momey management logic

Hello Stephen, see if this one fits your needs.

I hope it can achieve good results to make US BILLIONARIES :-D

I've made the MM modificantion and add the magicnumber to the orders so we can have many eas on same account. and many pairs too.
Other thing i've done was to define external the increment and decrement size when a order wins or loose


Kindest regards,
Thomas

----- Original Message -----
From: Stephen Adams
To: metatrader_experts_and_indicators (A...oups (DOT) com
Sent: Sunday, September 28, 2008 2:46 AM
Subject: [MT_E and I] Momey management logic


I have a very simple EA here that opens orders randomly. It opens long if the current second is even, and it opens short if the current second is odd.

I want to add some simple Money Management logic. Perhaps someone could help me with this?

Start with 1 lot. If the trade happens to be a win (TP), then open again for 1 lot.

If the trade happens to be a loss(SL), then open again for 2 lots. Another loss = 3 lots for new trade. Another loss = 4 lots for new trade.

Lets say that our trade for 4 lots wins. Then we open again for 3 lots. Another win = 2 lots for new trade. Another win = 1 lot for new trade.

Basically, whenever you loose a trade, the next trade will be bigger that the looser by one lot. Same with winning a trade. When you win a trade, the new trade will be one lot less than the previous trade that was a winner. The only exception is when you win a trade with a single lot, the new trade will still only be 1 lot.

This is similar to martingale, but not so agressive. It is defensive. I have tried to the best of my ignorant coding abilitys. Here is the simple EA without my hacks...maybe someone could show me how it is done.

Thanks, Stephen

.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-14-2008, 01:25 PM   #139 (permalink)
Turbano
Guest
 
Posts: n/a
Re: [MT_E and I] Momey management logic

Hello Stephen, see if this one fits your needs.

I hope it can achieve good results to make US BILLIONARIES :-D

I've made the MM modificantion and add the magicnumber to the orders so we can have many eas on same account. and many pairs too.
Other thing i've done was to define external the increment and decrement size when a order wins or loose


Kindest regards,
Thomas

----- Original Message -----
From: Stephen Adams
To: metatrader_experts_and_indicators (A...oups (DOT) com
Sent: Sunday, September 28, 2008 2:46 AM
Subject: [MT_E and I] Momey management logic


I have a very simple EA here that opens orders randomly. It opens long if the current second is even, and it opens short if the current second is odd.

I want to add some simple Money Management logic. Perhaps someone could help me with this?

Start with 1 lot. If the trade happens to be a win (TP), then open again for 1 lot.

If the trade happens to be a loss(SL), then open again for 2 lots. Another loss = 3 lots for new trade. Another loss = 4 lots for new trade.

Lets say that our trade for 4 lots wins. Then we open again for 3 lots. Another win = 2 lots for new trade. Another win = 1 lot for new trade.

Basically, whenever you loose a trade, the next trade will be bigger that the looser by one lot. Same with winning a trade. When you win a trade, the new trade will be one lot less than the previous trade that was a winner. The only exception is when you win a trade with a single lot, the new trade will still only be 1 lot.

This is similar to martingale, but not so agressive. It is defensive. I have tried to the best of my ignorant coding abilitys. Here is the simple EA without my hacks...maybe someone could show me how it is done.

Thanks, Stephen

.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-14-2008, 02:33 PM   #140 (permalink)
Turbano
Guest
 
Posts: n/a
Re: [MT_E and I] Momey management logic

Hello Stephen, see if this one fits your needs.

I hope it can achieve good results to make US BILLIONARIES :-D

I've made the MM modificantion and add the magicnumber to the orders so we can have many eas on same account. and many pairs too.
Other thing i've done was to define external the increment and decrement size when a order wins or loose


Kindest regards,
Thomas

----- Original Message -----
From: Stephen Adams
To: metatrader_experts_and_indicators (A...oups (DOT) com
Sent: Sunday, September 28, 2008 2:46 AM
Subject: [MT_E and I] Momey management logic


I have a very simple EA here that opens orders randomly. It opens long if the current second is even, and it opens short if the current second is odd.

I want to add some simple Money Management logic. Perhaps someone could help me with this?

Start with 1 lot. If the trade happens to be a win (TP), then open again for 1 lot.

If the trade happens to be a loss(SL), then open again for 2 lots. Another loss = 3 lots for new trade. Another loss = 4 lots for new trade.

Lets say that our trade for 4 lots wins. Then we open again for 3 lots. Another win = 2 lots for new trade. Another win = 1 lot for new trade.

Basically, whenever you loose a trade, the next trade will be bigger that the looser by one lot. Same with winning a trade. When you win a trade, the new trade will be one lot less than the previous trade that was a winner. The only exception is when you win a trade with a single lot, the new trade will still only be 1 lot.

This is similar to martingale, but not so agressive. It is defensive. I have tried to the best of my ignorant coding abilitys. Here is the simple EA without my hacks...maybe someone could show me how it is done.

Thanks, Stephen

.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Sedo - Buy and Sell Domain Names and Websites project info: forexforums.org Statistics for project forexforums.org etracker® web controlling instead of log file analysis

All times are GMT. The time now is 01:27 AM.
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.