|
|
 |
|
10-09-2008, 03:46 AM
|
#1 (permalink)
|
|
Guest
|
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
.
|
|
|
|
10-09-2008, 05:04 AM
|
#2 (permalink)
|
|
Guest
|
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
.
|
|
|
|
10-09-2008, 10:36 AM
|
#3 (permalink)
|
|
Guest
|
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
.
|
|
|
|
10-09-2008, 02:06 PM
|
#4 (permalink)
|
|
Guest
|
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
.
|
|
|
|
10-09-2008, 03:15 PM
|
#5 (permalink)
|
|
Guest
|
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
.
|
|
|
|
10-09-2008, 05:02 PM
|
#6 (permalink)
|
|
Guest
|
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
.
|
|
|
|
10-09-2008, 05:49 PM
|
#7 (permalink)
|
|
Guest
|
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
.
|
|
|
|
10-09-2008, 06:30 PM
|
#8 (permalink)
|
|
Guest
|
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
.
|
|
|
|
10-09-2008, 07:46 PM
|
#9 (permalink)
|
|
Guest
|
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
.
|
|
|
|
10-09-2008, 08:26 PM
|
#10 (permalink)
|
|
Guest
|
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
.
|
|
|
|
 |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|